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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/math-emu/
H A Dcp1emu.c752 #define DITOREG(di, x) (ctx->fpr[x & ~(cop1_64bit(xcp) == 0)] = (di)) macro
757 #define DPTOREG(dp, x) DITOREG((dp).bits, x)
838 DITOREG(val, MIPSInst_RT(ir));
916 DITOREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir));
1320 DITOREG(val, MIPSInst_FD(ir));
1852 DITOREG(rv.l, MIPSInst_FD(ir));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/math-emu/
H A Dcp1emu.c752 #define DITOREG(di, x) (ctx->fpr[x & ~(cop1_64bit(xcp) == 0)] = (di)) macro
757 #define DPTOREG(dp, x) DITOREG((dp).bits, x)
838 DITOREG(val, MIPSInst_RT(ir));
916 DITOREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir));
1320 DITOREG(val, MIPSInst_FD(ir));
1852 DITOREG(rv.l, MIPSInst_FD(ir));

Completed in 132 milliseconds