Searched refs:itype_op (Results 1 – 3 of 3) sorted by relevance
126 #define itype_op(x) (x >> 26) macro158 if (itype_op(inst) >> 2 == 5) { in mips_next_pcs()160 op = (itype_op(inst) & 0x03); in mips_next_pcs()175 } else if (itype_op(inst) == 17 && itype_rs(inst) == 8) { in mips_next_pcs()184 switch (op = itype_op(inst) & 0x07) in mips_next_pcs()
142 #define itype_op(x) (x >> 26) macro174 op = itype_op (inst); in mips_instruction_has_delay_slot()
143 #define itype_op(x) (x >> 26) macro175 op = itype_op (inst); in mips_instruction_has_delay_slot()