Searched refs:ins_reg (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | cpu-ia64-opc.c | 63 ins_reg (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_reg() function 494 { REG, ins_reg, ext_reg, "ar", {{ 7, 20}}, 0, /* AR3 */ 496 { REG, ins_reg, ext_reg, "b", {{ 3, 6}}, 0, /* B1 */ 498 { REG, ins_reg, ext_reg, "b", {{ 3, 13}}, 0, /* B2 */ 500 { REG, ins_reg, ext_reg, "cr", {{ 7, 20}}, 0, /* CR */ 502 { REG, ins_reg, ext_reg, "f", {{ 7, 6}}, 0, /* F1 */ 504 { REG, ins_reg, ext_reg, "f", {{ 7, 13}}, 0, /* F2 */ 506 { REG, ins_reg, ext_reg, "f", {{ 7, 20}}, 0, /* F3 */ 508 { REG, ins_reg, ext_reg, "f", {{ 7, 27}}, 0, /* F4 */ 510 { REG, ins_reg, ext_reg, "p", {{ 6, 6}}, 0, /* P1 */ [all …]
|