Home
last modified time | relevance | path

Searched refs:NO_RPTR (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcrx-opc.c473 REGLIST_INST ("push", 0x346, NO_RPTR),
475 REGLIST_INST ("pushx", 0x347, NO_RPTR),
477 REGLIST_INST ("pop", 0x324, NO_RPTR),
479 REGLIST_INST ("popx", 0x327, NO_RPTR),
481 REGLIST_INST ("popret", 0x326, NO_RPTR),
484 REGLIST_INST ("loadm", 0x324, NO_RPTR),
487 REGLIST_INST ("storm", 0x344, NO_RPTR),
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dcrx.h211 #define NO_RPTR (1 << 18) macro
H A DChangeLog272 (instruction flags): Add USER_REG, CST4MAP, NO_SP, NO_RPTR.
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-crx.c1722 if (instruction->flags & NO_RPTR) in warn_if_needed()