OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BR_INST
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
crx-opc.c
492
#define
BR_INST
(NAME, OPC1, OPC2, INS_TYPE) \
498
BR_INST
("bal", 0x307, 0x317, NO_TYPE_INS),
501
BR_INST
("dbnzb", 0x304, 0x314, DCR_BRANCH_INS),
502
BR_INST
("dbnzw", 0x305, 0x315, DCR_BRANCH_INS),
503
BR_INST
("dbnzd", 0x306, 0x316, DCR_BRANCH_INS),
cr16-opc.c
242
#define
BR_INST
(NAME, OPC) \
250
BR_INST
("bal", 0xC0),
Completed in 53 milliseconds