Home
last modified time | relevance | path

Searched defs:SPFROMREG (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/nds32/math-emu/
Dfpuemu.c12 #define SPFROMREG(sp, x)\ macro
15 #define SPFROMREG(sp, x) ((sp) = (void *)((unsigned long *)fpu_reg + x)) macro
/Linux-v5.4/arch/mips/math-emu/
Dcp1emu.c840 #define SPFROMREG(sp, x) SIFROMREG((sp).bits, x) macro