Searched refs:SITOREG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/math-emu/ |
H A D | cp1emu.c | 806 #define SITOREG(si, x) \ macro 841 #define SPTOREG(sp, x) SITOREG((sp).bits, x) 1098 SITOREG(wval, MIPSInst_RT(ir)); in cop1Emulate() 1168 SITOREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir)); in cop1Emulate() 1494 SITOREG(val, MIPSInst_FD(ir)); in fpux_emu() 2793 SITOREG(rv.w, MIPSInst_FD(ir)); in fpu_emu()
|
/kernel/linux/linux-6.6/arch/mips/math-emu/ |
H A D | cp1emu.c | 806 #define SITOREG(si, x) \ macro 841 #define SPTOREG(sp, x) SITOREG((sp).bits, x) 1098 SITOREG(wval, MIPSInst_RT(ir)); in cop1Emulate() 1168 SITOREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir)); in cop1Emulate() 1494 SITOREG(val, MIPSInst_FD(ir)); in fpux_emu() 2793 SITOREG(rv.w, MIPSInst_FD(ir)); in fpu_emu()
|
Completed in 5 milliseconds