OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REGLIST_INST
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
crx-opc.c
467
#define
REGLIST_INST
(NAME, OPC, FLAG) \
474
REGLIST_INST
("push", 0x346, NO_RPTR),
476
REGLIST_INST
("pushx", 0x347, NO_RPTR),
478
REGLIST_INST
("pop", 0x324, NO_RPTR),
480
REGLIST_INST
("popx", 0x327, NO_RPTR),
482
REGLIST_INST
("popret", 0x326, NO_RPTR),
485
REGLIST_INST
("loadm", 0x324, NO_RPTR),
486
REGLIST_INST
("loadma", 0x325, USER_REG),
488
REGLIST_INST
("storm", 0x344, NO_RPTR),
489
REGLIST_INST
("storma", 0x345, USER_REG)
[
all
...]
cr16-opc.c
262
#define
REGLIST_INST
(NAME, OPC, TYPE) \
270
REGLIST_INST
("push", 0x01, (NO_TYPE_INS | REG_LIST)),
271
REGLIST_INST
("pop", 0x02, (NO_TYPE_INS | REG_LIST)),
272
REGLIST_INST
("popret", 0x03, (NO_TYPE_INS | REG_LIST)),
Completed in 44 milliseconds