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

/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmetag-dis.c2102 bool is_muz = MINOR_OPCODE (insn_word) == 0x6 && ((insn_word >> 4) & 0x1); local
2106 unsigned int q = is_muz && ((insn_word >> 1) & 0x1);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmetag-dis.c2102 bool is_muz = MINOR_OPCODE (insn_word) == 0x6 && ((insn_word >> 4) & 0x1); local
2106 unsigned int q = is_muz && ((insn_word >> 1) & 0x1);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmetag-dis.c2102 bool is_muz = MINOR_OPCODE (insn_word) == 0x6 && ((insn_word >> 4) & 0x1); local
2106 unsigned int q = is_muz && ((insn_word >> 1) & 0x1);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmetag-dis.c2102 bfd_boolean is_muz = (MINOR_OPCODE (insn_word) == 0x6 && local
2109 unsigned int q = is_muz && ((insn_word >> 1) & 0x1);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-metag.c3867 bfd_boolean is_muz = (MINOR_OPCODE (template->meta_opcode) == 0x6 && local
3925 if (is_muz)
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-metag.c3865 bool is_muz = (MINOR_OPCODE (template->meta_opcode) == 0x6 local
3923 if (is_muz)
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-metag.c3865 bool is_muz = (MINOR_OPCODE (template->meta_opcode) == 0x6 local
3923 if (is_muz)

Completed in 201 milliseconds