Searched refs:VFPEXC_EX (Results 1 – 2 of 2) sorted by relevance
195 fmxr(fpexc, fpexc & ~(VFPEXC_EX | VFPEXC_FP2V)); in vfp_bounce()200 if (fpexc & VFPEXC_EX) { in vfp_bounce()246 if (fpexc & VFPEXC_EX) { in vfp_restore()282 if (fpexc & VFPEXC_EX) { in vfp_store()286 fpexc &= ~VFPEXC_EX; in vfp_store()
94 #define VFPEXC_EX (0x80000000) /* exception v1 v2 */ macro