Home
last modified time | relevance | path

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

/trueos/sys/arm/arm/
HDvfp.c170 if (fpexc & VFPEXC_EN) { in vfp_bounce()
200 fmxr(fpexc, fpexc | VFPEXC_EN); in vfp_bounce()
254 if (fpexc & VFPEXC_EN) { in vfp_store()
277 fmxr(fpexc , fpexc & ~VFPEXC_EN); in vfp_store()
297 if (tmp & VFPEXC_EN) in vfp_discard()
298 fmxr(fpexc, tmp & ~VFPEXC_EN); in vfp_discard()
HDswtch.S292 tst r0, #(VFPEXC_EN) /* the current thread has */
424 tst r2, #(VFPEXC_EN) /* the current thread has */
/trueos/sys/arm/include/
HDvfp.h94 #define VFPEXC_EN (0x40000000) /* vfp enable */ macro