Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/math-emu/
H A Dmath.c26 #define FPUL (fregs->fpul) macro
287 FP_FROM_INT_##SZ(Fn, FPUL, 32, int); \ in NOTYETn()
304 FP_TO_INT_##SZ(FPUL, Fn, 32, 1); }while(0)
322 UNPACK_S(Fn, FPUL); in fcnvsd()
335 PACK_S(FPUL, Fr); in fcnvds()
347 FRn = FPUL; in fsts()
353 FPUL = FRn; in flds()
434 unsigned long *reg = (code & 0x0010) ? &FPUL : &FPSCR; in id_sys()