Searched refs:FPSCR_CMPINSTR_BIT (Results 1 – 2 of 2) sorted by relevance
86 if (exc & FPSCR_CMPINSTR_BIT) { in ucf64_exchandler()91 exc &= ~(FPSCR_CMPINSTR_BIT | FPSCR_CON); in ucf64_exchandler()
18 #define FPSCR_CMPINSTR_BIT (1<<31) macro