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

/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dppc-dis.c650 uint64_t table_opcd = opcode->opcode; local
661 if ((insn2 & table_mask) != table_opcd)
705 uint64_t table_opcd = opcode->opcode; local
713 if ((insn2 & table_mask) != table_opcd)
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dppc-dis.c690 uint64_t table_opcd = opcode->opcode; local
701 if ((insn2 & table_mask) != table_opcd
746 uint64_t table_opcd = opcode->opcode; local
754 if ((insn2 & table_mask) != table_opcd
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dppc-dis.c684 uint64_t table_opcd = opcode->opcode; local
695 if ((insn2 & table_mask) != table_opcd)
739 uint64_t table_opcd = opcode->opcode; local
747 if ((insn2 & table_mask) != table_opcd)
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dppc-dis.c726 uint64_t table_opcd = opcode->opcode; local
737 if ((insn2 & table_mask) != table_opcd
827 uint64_t table_opcd = opcode->opcode; local
835 if ((insn2 & table_mask) != table_opcd

Completed in 138 milliseconds