Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dvfp.c193 if (fpexc & VFPEXC_EN) { in vfp_bounce()
223 fmxr(fpexc, fpexc | VFPEXC_EN); in vfp_bounce()
277 if (fpexc & VFPEXC_EN) { in vfp_store()
300 fmxr(fpexc , fpexc & ~VFPEXC_EN); in vfp_store()
320 if (tmp & VFPEXC_EN) in vfp_discard()
321 fmxr(fpexc, tmp & ~VFPEXC_EN); in vfp_discard()
H A Dswtch.S103 tst r2, #(VFPEXC_EN) /* the current thread has */
H A Dswtch-v6.S327 tst r0, #(VFPEXC_EN) /* the current thread has */
/f-stack/freebsd/arm/include/
H A Dvfp.h95 #define VFPEXC_EN (0x40000000) /* vfp enable */ macro