Home
last modified time | relevance | path

Searched refs:_FPU_SETCW (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dfpu_control.h67 #define _FPU_SETCW(cw) do { } while (0) macro
104 #define _FPU_SETCW(cw) __asm__ volatile ("ctc1 %0,$31" : : "r" (cw)) macro