Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dfpu_control.h66 #define _FPU_GETCW(cw) 0 macro
103 #define _FPU_GETCW(cw) __asm__ volatile ("cfc1 %0,$31" : "=r" (cw)) macro