Searched refs:FPEXC_LENGTH_MASK (Results 1 – 2 of 2) sorted by relevance
44 #define FPEXC_LENGTH_MASK (7 << FPEXC_LENGTH_BIT) macro
397 fpscr |= (len & FPEXC_LENGTH_MASK) << (FPSCR_LENGTH_BIT - FPEXC_LENGTH_BIT); in VFP_bounce()