Home
last modified time | relevance | path

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

/arch/mips/math-emu/
Dcp1emu.c126 switch (MIPSInst_RT(*i)) { in isBranchInstr()
267 DITOREG(val, MIPSInst_RT(ir)); in cop1Emulate()
277 DIFROMREG(val, MIPSInst_RT(ir)); in cop1Emulate()
295 SITOREG(val, MIPSInst_RT(ir)); in cop1Emulate()
305 SIFROMREG(val, MIPSInst_RT(ir)); in cop1Emulate()
319 if (MIPSInst_RT(ir) != 0) { in cop1Emulate()
320 DIFROMREG(xcp->regs[MIPSInst_RT(ir)], in cop1Emulate()
327 DITOREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir)); in cop1Emulate()
333 if (MIPSInst_RT(ir) != 0) { in cop1Emulate()
334 SIFROMREG(xcp->regs[MIPSInst_RT(ir)], in cop1Emulate()
[all …]
/arch/mips/include/asm/
Dinst.h350 #define MIPSInst_RT(x) ((MIPSInst(x) & 0x001f0000) >> I_RT_SFT) macro