Searched refs:MIPSInst_FUNC (Results 1 – 3 of 3) sorted by relevance
1309 switch (MIPSInst_FUNC(ir)) { in cop1Emulate()1372 if (MIPSInst_FUNC(ir) != movc_op) in cop1Emulate()1478 switch (MIPSInst_FUNC(ir)) { in fpux_emu()1587 switch (MIPSInst_FUNC(ir)) { in fpux_emu()1664 if (MIPSInst_FUNC(ir) != pfetch_op) in fpux_emu()1707 switch (MIPSInst_FUNC(ir)) { in fpu_emu()1989 if (MIPSInst_FUNC(ir) == fceil_op) in fpu_emu()1991 if (MIPSInst_FUNC(ir) == ffloor_op) in fpu_emu()1993 if (MIPSInst_FUNC(ir) == fround_op) in fpu_emu()1995 if (MIPSInst_FUNC(ir) == ftrunc_op) in fpu_emu()[all …]
51 #define MIPSInst_FUNC(x) (MIPSInst(x) & 0x0000003f) macro
103 switch (MIPSInst_FUNC(ir)) { in mipsr6_emul()