Searched refs:MIPSInst_FUNC (Results 1 – 3 of 3) sorted by relevance
1305 switch (MIPSInst_FUNC(ir)) { in cop1Emulate()1365 if (MIPSInst_FUNC(ir) != movc_op) in cop1Emulate()1472 switch (MIPSInst_FUNC(ir)) { in fpux_emu()1569 switch (MIPSInst_FUNC(ir)) { in fpux_emu()1634 if (MIPSInst_FUNC(ir) != pfetch_op) in fpux_emu()1677 switch (MIPSInst_FUNC(ir)) { in fpu_emu()1940 ieee754_csr.rm = MIPSInst_FUNC(ir); in fpu_emu()1964 ieee754_csr.rm = MIPSInst_FUNC(ir); in fpu_emu()1971 if (!NO_R6EMU && MIPSInst_FUNC(ir) >= fcmp_op) { in fpu_emu()1972 unsigned cmpop = MIPSInst_FUNC(ir) - fcmp_op; in fpu_emu()[all …]
51 #define MIPSInst_FUNC(x) (MIPSInst(x) & 0x0000003f) macro
102 switch (MIPSInst_FUNC(ir)) { in mipsr6_emul()