Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/math-emu/
Dcp1emu.c1305 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 …]
/linux-4.4.14/arch/mips/include/asm/
Dinst.h51 #define MIPSInst_FUNC(x) (MIPSInst(x) & 0x0000003f) macro
/linux-4.4.14/arch/mips/kernel/
Dmips-r2-to-r6-emul.c102 switch (MIPSInst_FUNC(ir)) { in mipsr6_emul()