Searched refs:VFPEXC_FP2V (Results 1 – 2 of 2) sorted by relevance
195 fmxr(fpexc, fpexc & ~(VFPEXC_EX | VFPEXC_FP2V)); in vfp_bounce()248 if (fpexc & VFPEXC_FP2V) in vfp_restore()284 if (fpexc & VFPEXC_FP2V) in vfp_store()
97 #define VFPEXC_FP2V (0x10000000) /* FPINST2 valid */ macro