Home
last modified time | relevance | path

Searched defs:cw (Results 1 – 2 of 2) 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 argument
67 #define _FPU_SETCW(cw) do { } while (0) argument
103 #define _FPU_GETCW(cw) __asm__ volatile ("cfc1 %0,$31" : "=r" (cw)) argument
104 #define _FPU_SETCW(cw) __asm__ volatile ("ctc1 %0,$31" : : "r" (cw)) argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/dvb/
H A Dca.h73 unsigned char cw[8]; member