Searched refs:REG_LIST (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | cr16-opc.c | 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)), 274 {"loadm", 1, 0x14, 19, NO_TYPE_INS | REG_LIST, {{uimm3_1,16}}}, 275 {"loadmp", 1, 0x15, 19, NO_TYPE_INS | REG_LIST, {{uimm3_1,16}}}, 276 {"storm", 1, 0x16, 19, NO_TYPE_INS | REG_LIST, {{uimm3_1,16}}}, 277 {"stormp", 1, 0x17, 19, NO_TYPE_INS | REG_LIST, {{uimm3_1,16}}},
|
| D | crx-opc.c | 469 {NAME, 2, OPC, 20, NO_TYPE_INS | REG_LIST | FLAG, {{regr,16}, {ui16,0}}} 536 {NAME, 3, 0x3110300+OPC, 4, TYPE | REG_LIST | FMT_5, \
|
| D | riscv-dis.c | 224 unsigned reg_list = (int)EXTRACT_OPERAND (REG_LIST, l); in print_reg_list()
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | cr16-opc.c | 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)), 274 {"loadm", 1, 0x14, 19, NO_TYPE_INS | REG_LIST, {{uimm3_1,16}}}, 275 {"loadmp", 1, 0x15, 19, NO_TYPE_INS | REG_LIST, {{uimm3_1,16}}}, 276 {"storm", 1, 0x16, 19, NO_TYPE_INS | REG_LIST, {{uimm3_1,16}}}, 277 {"stormp", 1, 0x17, 19, NO_TYPE_INS | REG_LIST, {{uimm3_1,16}}},
|
| D | crx-opc.c | 469 {NAME, 2, OPC, 20, NO_TYPE_INS | REG_LIST | FLAG, {{regr,16}, {ui16,0}}} 536 {NAME, 3, 0x3110300+OPC, 4, TYPE | REG_LIST | FMT_5, \
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | crx.h | 179 #define REG_LIST CRX_INS_MAX macro 409 (instruction->flags & REG_LIST)
|
| D | cr16.h | 178 #define REG_LIST CR16_INS_MAX macro 423 (instruction->flags & REG_LIST)
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | cr16.h | 178 #define REG_LIST CR16_INS_MAX macro 423 (instruction->flags & REG_LIST)
|
| D | crx.h | 179 #define REG_LIST CRX_INS_MAX macro 409 (instruction->flags & REG_LIST)
|
| /netbsd/src/external/gpl3/gdb/dist/sim/cr16/ |
| D | interp.c | 355 if ((h->format & REG_LIST) && (mcode & 0x800000)) in do_run()
|