Searched refs:GP_ARGS_QR (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dmetag.h613 #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...]
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dmetag.h613 #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...]
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dmetag.h613 #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...]
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dmetag.h613 #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...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmetag-dis.c1188 bool is_quickrot = template->arg_type & GP_ARGS_QR;
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmetag-dis.c1188 bool is_quickrot = template->arg_type & GP_ARGS_QR;
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmetag-dis.c1188 bool is_quickrot = template->arg_type & GP_ARGS_QR;
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmetag-dis.c1188 bfd_boolean is_quickrot = template->arg_type & GP_ARGS_QR;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-metag.c2303 bfd_boolean is_quickrot = template->arg_type & GP_ARGS_QR;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-metag.c2302 bool is_quickrot = (template->arg_type & GP_ARGS_QR) != 0;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-metag.c2302 bool is_quickrot = (template->arg_type & GP_ARGS_QR) != 0;

Completed in 307 milliseconds