Home
last modified time | relevance | path

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

/linux/arch/sh/math-emu/
H A Dmath.c28 #define FPUL (fregs->fpul) macro
289 FP_FROM_INT_##SZ(Fn, FPUL, 32, int); \ in NOTYETn()
306 FP_TO_INT_##SZ(FPUL, Fn, 32, 1); }while(0)
324 UNPACK_S(Fn, FPUL); in fcnvsd()
337 PACK_S(FPUL, Fr); in fcnvds()
349 FRn = FPUL; in fsts()
355 FPUL = FRn; in flds()
436 unsigned long *reg = (code & 0x0010) ? &FPUL : &FPSCR; in id_sys()