Searched refs:GP_ARGS_QR (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | metag.h | 613 #define GP_ARGS_QR 0x0000001 /* QUICKRoT */ macro 1300 0x20000040, 0xfe00017e, INSN_GP, ENC_ALU, GP_ARGS_QR }, 1302 0x28000040, 0xfe00017e, INSN_GP, ENC_ALU, GP_ARGS_QR }, 1326 0x26000021, 0xfe000021, INSN_GP, ENC_ALU, GP_ARGS_QR }, 1328 0x2e000021, 0xfe000021, INSN_GP, ENC_ALU, GP_ARGS_QR }, 1348 0x26000001, 0xfe00003f, INSN_GP, ENC_ALU, GP_ARGS_QR), 1350 0x2e000001, 0xfe00003f, INSN_GP, ENC_ALU, GP_ARGS_QR), 1356 0x30000040, 0xfe00017e, INSN_GP, ENC_ALU, GP_ARGS_QR }, 1358 0x38000040, 0xfe00017e, INSN_GP, ENC_ALU, GP_ARGS_QR }, 1380 0x36000021, 0xfe000021, INSN_GP, ENC_ALU, GP_ARGS_QR }, [all …]
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | metag-dis.c | 1188 bfd_boolean is_quickrot = template->arg_type & GP_ARGS_QR; in print_alu()
|