Searched refs:is_acc_zero (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmetag-dis.c2563 bool is_acc_zero = false; local
2633 is_acc_zero = ((insn_word & 0x84) == 0x04);
2762 is_acc_zero = ((insn_word & 0x84) == 0x04);
2910 is_acc_zero ? "Z" : "",
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmetag-dis.c2563 bool is_acc_zero = false; local
2633 is_acc_zero = ((insn_word & 0x84) == 0x04);
2762 is_acc_zero = ((insn_word & 0x84) == 0x04);
2910 is_acc_zero ? "Z" : "",
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmetag-dis.c2563 bool is_acc_zero = false; local
2633 is_acc_zero = ((insn_word & 0x84) == 0x04);
2762 is_acc_zero = ((insn_word & 0x84) == 0x04);
2910 is_acc_zero ? "Z" : "",
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmetag-dis.c2566 bfd_boolean is_acc_zero = FALSE; local
2636 is_acc_zero = ((insn_word & 0x84) == 0x04);
2765 is_acc_zero = ((insn_word & 0x84) == 0x04);
2913 is_acc_zero ? "Z" : "",

Completed in 98 milliseconds