Home
last modified time | relevance | path

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

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