Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/math-emu/
H A Dcp1emu.c1309 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()
2083 switch (MIPSInst_FUNC(ir)) { in fpu_emu()
2434 switch (MIPSInst_FUNC(ir)) { in fpu_emu()
2461 (MIPSInst_FUNC(ir) & 0x20)) in fpu_emu()
2601 switch (MIPSInst_FUNC(ir)) { in fpu_emu()
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Dinst.h51 #define MIPSInst_FUNC(x) (MIPSInst(x) & 0x0000003f) macro
/openbmc/linux/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c103 switch (MIPSInst_FUNC(ir)) { in mipsr6_emul()