Searched refs:is_quickrot64 (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmetag-dis.c2549 bool is_quickrot64 = false; local
2580 is_quickrot64 = ((insn_word >> 5) & 0x1);
2907 is_quickrot64 ? "Q" : "",
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmetag-dis.c2549 bool is_quickrot64 = false; local
2580 is_quickrot64 = ((insn_word >> 5) & 0x1);
2907 is_quickrot64 ? "Q" : "",
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmetag-dis.c2549 bool is_quickrot64 = false; local
2580 is_quickrot64 = ((insn_word >> 5) & 0x1);
2907 is_quickrot64 ? "Q" : "",
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmetag-dis.c2552 bfd_boolean is_quickrot64 = FALSE; local
2583 is_quickrot64 = ((insn_word >> 5) & 0x1);
2910 is_quickrot64 ? "Q" : "",
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-metag.c4970 bfd_boolean is_quickrot64 = ((insn->dsp_action_flags & DSP_ACTION_QR64) != 0); local
5011 if (is_quickrot64 && !(template->arg_type & DSP_ARGS_QR))
5704 insn->bits |= (is_quickrot64 << qd_shift);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-metag.c4968 bool is_quickrot64 = (insn->dsp_action_flags & DSP_ACTION_QR64) != 0; local
5009 if (is_quickrot64 && !(template->arg_type & DSP_ARGS_QR))
5702 insn->bits |= (is_quickrot64 << qd_shift);
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-metag.c4968 bool is_quickrot64 = (insn->dsp_action_flags & DSP_ACTION_QR64) != 0; local
5009 if (is_quickrot64 && !(template->arg_type & DSP_ARGS_QR))
5702 insn->bits |= (is_quickrot64 << qd_shift);

Completed in 196 milliseconds