Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/math-emu/
Dcp1emu.c199 #define DITOREG(di, x) (ctx->fpr[x & ~(cop1_64bit(xcp) == 0)] = (di)) macro
204 #define DPTOREG(dp, x) DITOREG((dp).bits, x)
295 DITOREG(val, MIPSInst_RT(ir)); in cop1Emulate()
373 DITOREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir)); in cop1Emulate()
769 DITOREG(val, MIPSInst_FD(ir)); in fpux_emu()
1301 DITOREG(rv.l, MIPSInst_FD(ir)); in fpu_emu()