Searched defs:_FPU_SETCW (Results 1 – 5 of 5) sorted by relevance
26 #define _FPU_SETCW(fpcr) \ macro
39 #define _FPU_SETCW(cw) __asm__ volatile ("movgr2fcsr $r0,%0" : : "r" (cw)) macro
40 #define _FPU_SETCW(cw) __asm__ ("ctc1 %0,$31" : : "r" (cw)) macro