Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sh/math-emu/
Dmath.c27 #define FPSCR (fregs->fpscr) macro
28 #define FPSCR_RM (FPSCR&3)
29 #define FPSCR_DN ((FPSCR>>18)&1)
30 #define FPSCR_PR ((FPSCR>>19)&1)
31 #define FPSCR_SZ ((FPSCR>>20)&1)
32 #define FPSCR_FR ((FPSCR>>21)&1)
341 FPSCR ^= flag; in fxchg()
434 unsigned long *reg = (code & 0x0010) ? &FPUL : &FPSCR; in id_sys()
/linux-6.1.9/arch/arm/include/asm/
Dvfp.h14 #define FPSCR cr1 macro
/linux-6.1.9/arch/arm/vfp/
Dvfphw.S110 VFPFMRX r5, FPSCR @ current status
120 stmia r4, {r1, r5, r6, r8} @ save FPEXC, FPSCR, FPINST, FPINST2
Dvfpmodule.c234 fmrx(FPEXC), fmrx(FPSCR), inst); in vfp_panic()
265 fmxr(FPSCR, fpscr); in vfp_raise_exceptions()
345 orig_fpscr = fpscr = fmrx(FPSCR); in VFP_bounce()