Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dvfp.c115 fpexc = fmrx(fpexc); /* read the vfp exception reg */ in vfp_init()
178 u_int cpu, fpexc; in vfp_bounce() local
192 fpexc = fmrx(fpexc); in vfp_bounce()
195 fmxr(fpexc, fpexc & ~(VFPEXC_EX | VFPEXC_FP2V)); in vfp_bounce()
223 fmxr(fpexc, fpexc | VFPEXC_EN); in vfp_bounce()
242 uint32_t fpexc; in vfp_restore() local
263 fmxr(fpexc, fpexc); in vfp_restore()
274 uint32_t fpexc; in vfp_store() local
276 fpexc = fmrx(fpexc); /* Is the vfp enabled? */ in vfp_store()
300 fmxr(fpexc , fpexc & ~VFPEXC_EN); in vfp_store()
[all …]
H A Dswtch.S102 fmrx r2, fpexc /* If the VFP is enabled */
H A Dswtch-v6.S326 fmrx r0, fpexc /* If the VFP is enabled */