Home
last modified time | relevance | path

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

/arch/mips/math-emu/
Dcp1emu.c118 switch (MIPSInst_FUNC(*i)) { in isBranchInstr()
450 if (MIPSInst_FUNC(ir) == movc_op) in cop1Emulate()
505 if (MIPSInst_FUNC(ir) != movc_op) in cop1Emulate()
607 switch (MIPSInst_FUNC(ir)) { in fpux_emu()
684 switch (MIPSInst_FUNC(ir)) { in fpux_emu()
737 if (MIPSInst_FUNC(ir) != pfetch_op) { in fpux_emu()
779 switch (MIPSInst_FUNC(ir)) { in fpu_emu()
899 ieee754_csr.rm = ieee_rm[MIPSInst_FUNC(ir) & 0x3]; in fpu_emu()
925 ieee754_csr.rm = ieee_rm[MIPSInst_FUNC(ir) & 0x3]; in fpu_emu()
934 if (MIPSInst_FUNC(ir) >= fcmp_op) { in fpu_emu()
[all …]
/arch/mips/include/asm/
Dinst.h369 #define MIPSInst_FUNC(x) (MIPSInst(x) & 0x0000003f) macro