Searched defs:_FPU_SETCW (Results 1 – 1 of 1) sorted by relevance
26 #define _FPU_SETCW(cw) __asm__("MSR FPCR,%0" : : "ri"(cw)) macro29 #define _FPU_SETCW(cw) __asm__("VMSR FPSCR,%0" : : "ri"(cw)) macro