Searched defs:_FPU_GETCW (Results 1 – 4 of 4) sorted by relevance
38 #define _FPU_GETCW(cw) __asm__ volatile ("movfcsr2gr %0,$r0" : "=r" (cw)) macro
39 #define _FPU_GETCW(cw) __asm__ ("cfc1 %0,$31" : "=r" (cw)) macro
122 #define _FPU_GETCW(cw) \ macro