Searched refs:OP_MASK_OP (Results 1 – 1 of 1) sorted by relevance
82 #define OP_MASK_OP 0x3f macro4798 op = (l >> OP_SH_OP) & OP_MASK_OP; in print_insn_args()4933 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips()4940 for (i = 0; i <= OP_MASK_OP; i++) in print_insn_mips()4947 if (i == ((op->match >> OP_SH_OP) & OP_MASK_OP)) in print_insn_mips()4967 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP]; in print_insn_mips()