Home
last modified time | relevance | path

Searched refs:MIPSInst_FUNC (Results 1 – 3 of 3) sorted by relevance

/arch/mips/math-emu/
Dcp1emu.c1321 switch (MIPSInst_FUNC(ir)) { in cop1Emulate()
1384 if (MIPSInst_FUNC(ir) != movc_op) in cop1Emulate()
1491 switch (MIPSInst_FUNC(ir)) { in fpux_emu()
1588 switch (MIPSInst_FUNC(ir)) { in fpux_emu()
1653 if (MIPSInst_FUNC(ir) != pfetch_op) in fpux_emu()
1696 switch (MIPSInst_FUNC(ir)) { in fpu_emu()
1978 if (MIPSInst_FUNC(ir) == fceil_op) in fpu_emu()
1980 if (MIPSInst_FUNC(ir) == ffloor_op) in fpu_emu()
1982 if (MIPSInst_FUNC(ir) == fround_op) in fpu_emu()
1984 if (MIPSInst_FUNC(ir) == ftrunc_op) in fpu_emu()
[all …]
/arch/mips/include/asm/
Dinst.h51 #define MIPSInst_FUNC(x) (MIPSInst(x) & 0x0000003f) macro
/arch/mips/kernel/
Dmips-r2-to-r6-emul.c101 switch (MIPSInst_FUNC(ir)) { in mipsr6_emul()