Home
last modified time | relevance | path

Searched refs:USER_REG (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dcrx.h202 #define USER_REG (1 << 15) macro
H A DChangeLog272 (instruction flags): Add USER_REG, CST4MAP, NO_SP, NO_RPTR.
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcrx-opc.c485 REGLIST_INST ("loadma", 0x325, USER_REG),
488 REGLIST_INST ("storma", 0x345, USER_REG),
H A Dcrx-dis.c538 COPS_ARG : (instruction->flags & USER_REG) ? in print_arg()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-crx.c1188 if (is_procreg || (instruction->flags & USER_REG)) in getreg_image()
1846 else if (instruction->flags & USER_REG) in preprocess_reglist()