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()1464 switch (MIPSInst_FUNC(ir)) { in fpux_emu()1561 switch (MIPSInst_FUNC(ir)) { in fpux_emu()1626 if (MIPSInst_FUNC(ir) != pfetch_op) in fpux_emu()1669 switch (MIPSInst_FUNC(ir)) { in fpu_emu()1812 ieee754_csr.rm = MIPSInst_FUNC(ir); in fpu_emu()1836 ieee754_csr.rm = MIPSInst_FUNC(ir); in fpu_emu()1843 if (MIPSInst_FUNC(ir) >= fcmp_op) { in fpu_emu()1844 unsigned cmpop = MIPSInst_FUNC(ir) - fcmp_op; in fpu_emu()[all …]
51 #define MIPSInst_FUNC(x) (MIPSInst(x) & 0x0000003f) macro
101 switch (MIPSInst_FUNC(ir)) { in mipsr6_emul()