Searched refs:VFPEXC_EX (Results 1 – 2 of 2) sorted by relevance
222 fmxr(fpexc, fpexc & ~(VFPEXC_EX | VFPEXC_FP2V)); in vfp_bounce()227 if (fpexc & VFPEXC_EX) { in vfp_bounce()310 if (fpexc & VFPEXC_EX) { in vfp_restore()346 if (fpexc & VFPEXC_EX) { in vfp_store()350 fpexc &= ~VFPEXC_EX; in vfp_store()
93 #define VFPEXC_EX (0x80000000) /* exception v1 v2 */ macro