Searched refs:VFPEXC_EN (Results 1 – 4 of 4) sorted by relevance
193 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()
103 tst r2, #(VFPEXC_EN) /* the current thread has */
327 tst r0, #(VFPEXC_EN) /* the current thread has */
95 #define VFPEXC_EN (0x40000000) /* vfp enable */ macro