Searched refs:FPEXC_DEX (Results 1 – 2 of 2) sorted by relevance
343 fmxr(FPEXC, fpexc & ~(FPEXC_EX|FPEXC_DEX|FPEXC_FP2V|FPEXC_VV|FPEXC_TRAP_MASK)); in VFP_bounce()366 } else if (!(fpexc & FPEXC_DEX)) { in VFP_bounce()753 if (!(fpexc & (FPEXC_EX | FPEXC_DEX))) { in vfp_support_entry()768 fpexc |= FPEXC_DEX; in vfp_support_entry()
42 #define FPEXC_DEX (1 << 29) macro