Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/math-emu/
Dcp1emu.c193 #define SITOREG(si, x) (ctx->fpr[x & ~(cop1_64bit(xcp) == 0)] = \ macro
202 #define SPTOREG(sp, x) SITOREG((sp).bits, x)
335 SITOREG(val, MIPSInst_RT(ir)); in cop1Emulate()
387 SITOREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir)); in cop1Emulate()
680 SITOREG(val, MIPSInst_FD(ir)); in fpux_emu()
1297 SITOREG(rv.w, MIPSInst_FD(ir)); in fpu_emu()