Searched refs:VFPEXC_EN (Results 1 – 3 of 3) sorted by relevance
170 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()
292 tst r0, #(VFPEXC_EN) /* the current thread has */424 tst r2, #(VFPEXC_EN) /* the current thread has */
94 #define VFPEXC_EN (0x40000000) /* vfp enable */ macro