Searched refs:DITOREG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/math-emu/ |
H A D | cp1emu.c | 831 #define DITOREG(di, x) \ macro 843 #define DPTOREG(dp, x) DITOREG((dp).bits, x) 1064 DITOREG(dval, MIPSInst_RT(ir)); in cop1Emulate() 1136 DITOREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir)); in cop1Emulate() 1603 DITOREG(val, MIPSInst_FD(ir)); in fpux_emu() 2799 DITOREG(rv.l, MIPSInst_FD(ir)); in fpu_emu()
|
/kernel/linux/linux-6.6/arch/mips/math-emu/ |
H A D | cp1emu.c | 831 #define DITOREG(di, x) \ macro 843 #define DPTOREG(dp, x) DITOREG((dp).bits, x) 1064 DITOREG(dval, MIPSInst_RT(ir)); in cop1Emulate() 1136 DITOREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir)); in cop1Emulate() 1603 DITOREG(val, MIPSInst_FD(ir)); in fpux_emu() 2799 DITOREG(rv.l, MIPSInst_FD(ir)); in fpu_emu()
|
Completed in 5 milliseconds