Home
last modified time | relevance | path

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

/arch/sh/math-emu/
A Dmath.c29 #define FPSCR (fregs->fpscr) macro
30 #define FPSCR_RM (FPSCR&3)
31 #define FPSCR_DN ((FPSCR>>18)&1)
32 #define FPSCR_PR ((FPSCR>>19)&1)
33 #define FPSCR_SZ ((FPSCR>>20)&1)
34 #define FPSCR_FR ((FPSCR>>21)&1)
343 FPSCR ^= flag; in fxchg()
436 unsigned long *reg = (code & 0x0010) ? &FPUL : &FPSCR; in id_sys()
/arch/arm/vfp/
A Dvfphw.S39 ldmia r0, {r0-r3} @ load FPEXC, FPSCR, FPINST, FPINST2
47 VFPFMXR FPSCR, r1 @ restore status
57 VFPFMRX r2, FPSCR @ current status
65 stmia r0, {r1, r2, r3, r12} @ save FPEXC, FPSCR, FPINST, FPINST2
A Dvfpmodule.c262 fmrx(FPEXC), fmrx(FPSCR), inst); in vfp_panic()
292 fmxr(FPSCR, fpscr); in vfp_raise_exceptions()
374 orig_fpscr = fpscr = fmrx(FPSCR); in VFP_bounce()
786 u32 fpscr = fmrx(FPSCR); in vfp_support_entry()

Completed in 9 milliseconds