Searched refs:NO_R6EMU (Results 1 – 2 of 2) sorted by relevance
439 if (NO_R6EMU && insn.r_format.func == jr_op) in __compute_return_epc_for_insn()454 if (NO_R6EMU) in __compute_return_epc_for_insn()468 if (NO_R6EMU) in __compute_return_epc_for_insn()483 if (NO_R6EMU && (insn.i_format.rs || in __compute_return_epc_for_insn()515 if (NO_R6EMU && (insn.i_format.rs || in __compute_return_epc_for_insn()581 if (NO_R6EMU) in __compute_return_epc_for_insn()596 if (NO_R6EMU) in __compute_return_epc_for_insn()611 if (!insn.i_format.rt && NO_R6EMU) in __compute_return_epc_for_insn()647 if (!insn.i_format.rt && NO_R6EMU) in __compute_return_epc_for_insn()
99 #define NO_R6EMU (cpu_has_mips_r6 && !mipsr2_emulation) macro