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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dmicroblaze-dis.c178 if (op->bit_sequence == (inst & op->opcode_mask))
406 if (op->bit_sequence == (inst & op->opcode_mask))
449 if (op->bit_sequence == (inst & op->opcode_mask))
H A Dmicroblaze-opc.h111 unsigned long opcode_mask; /* Which bits define the opcode. */ member in struct:op_code_struct
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dmicroblaze-dis.c178 if (op->bit_sequence == (inst & op->opcode_mask))
406 if (op->bit_sequence == (inst & op->opcode_mask))
449 if (op->bit_sequence == (inst & op->opcode_mask))
H A Dmicroblaze-opc.h111 unsigned long opcode_mask; /* Which bits define the opcode. */ member in struct:op_code_struct

Completed in 112 milliseconds