/toolchain/binutils/binutils-2.25/opcodes/ |
cr16-opc.c | 185 {NAME, 1, OPC, 20, NO_TYPE_INS, {{regr,16}}} 189 {NAME, 1, OPC, 20, NO_TYPE_INS, {{regp,16}}} 194 {NAME, 1, OPC, 20, NO_TYPE_INS | FLAGS, {{regp,16}}} 234 {NAME, 2, OPC, 12, NO_TYPE_INS, {{regr,4}, {regr,0}, {regp,8}}} 244 {NAME, 2, OPC, 24, NO_TYPE_INS, {{rra,0}, {disps25,0}}} 248 {NAME, 3, OPC, 12, NO_TYPE_INS, {{regp,4}, {disps25,16}}} 255 {NAME, 2, OPC, 12, NO_TYPE_INS, {{regp,0}, {regp,4}}} 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)) [all...] |
crx-opc.c | 207 {NAME, 1, OPC, 20, NO_TYPE_INS, {{regr,16}}} 212 {NAME, 1, OPC, 20, NO_TYPE_INS | FLAGS, {{regr,16}}} 250 {NAME, 2, 0x300800+OPC, 8, NO_TYPE_INS, {{regr,4}, {regr,0}}} 469 {NAME, 2, OPC, 20, NO_TYPE_INS | REG_LIST | FLAG, {{regr,16}, {ui16,0}}} 498 BR_INST ("bal", 0x307, 0x317, NO_TYPE_INS), 558 {"mtpr", 2, 0x3009, 16, NO_TYPE_INS, {{regr8,8}, {regr8,0}}}, 560 {"mfpr", 2, 0x300A, 16, NO_TYPE_INS, {{regr8,8}, {regr8,0}}}, 564 {"excp", 1, 0xFFF, 20, NO_TYPE_INS, {{ui4,16}}}, 566 {"cinv", 2, 0x3010000, 4, NO_TYPE_INS, {{ui4,0}}}, 569 {"ram", 2, 0x7C, 23, NO_TYPE_INS, [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
cr16.h | 159 #define NO_TYPE_INS 0
|
crx.h | 155 #define NO_TYPE_INS 0
|