Searched refs:REGLIST_INST (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | crx-opc.c | 466 #define REGLIST_INST(NAME, OPC, FLAG) \ macro 473 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), 485 REGLIST_INST ("loadma", 0x325, USER_REG), 487 REGLIST_INST ("storm", 0x344, NO_RPTR), 488 REGLIST_INST ("storma", 0x345, USER_REG),
|