Home
last modified time | relevance | path

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

/arch/arm/kvm/hyp/
Dvfp.S25 VFPFMRX r2, FPSCR
35 stm r0, {r1-r4} @ Save FPEXC, FPSCR, FPINST, FPINST2
44 ldm r0, {r0-r3} @ Load FPEXC, FPSCR, FPINST, FPINST2
46 VFPFMXR FPSCR, r1
/arch/unicore32/kernel/
Dfpu-ucf64.c86 cff(FPSCR), inst); in ucf64_exchandler()
102 ctf(FPSCR, tmp); in ucf64_exchandler()
110 ctf(FPSCR, 0x0); /* FPSCR_UFE | FPSCR_NDE perhaps better */ in ucf64_init()
Dentry.S412 cff r1, s31 @ get fpu FPSCR
420 @ r1 holds the FPSCR value
/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()
/arch/unicore32/include/asm/
Dfpu-ucf64.h10 #define FPSCR s31 macro
/arch/arm/include/asm/
Dvfp.h13 #define FPSCR cr1 macro
/arch/arm/vfp/
Dvfphw.S109 VFPFMRX r5, FPSCR @ current status
119 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()