Home
last modified time | relevance | path

Searched defs:cw (Results 1 – 25 of 42) sorted by relevance

12

/sysdeps/arc/
A Dfpu_control.h54 # define _FPU_GETCW(cw) (cw) = 0 argument
55 # define _FPU_SETCW(cw) (void) (cw) argument
56 # define _FPU_GETS(cw) (cw) = 0 argument
57 # define _FPU_SETS(cw) (void) (cw) argument
80 # define _FPU_GETCW(cw) __asm__ volatile ("lr %0, [0x300]" : "=r" (cw)) argument
81 # define _FPU_SETCW(cw) __asm__ volatile ("sr %0, [0x300]" : : "r" (cw)) argument
89 # define _FPU_GETS(cw) \ argument
93 # define _FPU_SETS(cw) \ argument
/sysdeps/csky/
A Dfpu_control.h69 # define _FPU_GETCW(cw) (cw) = 0 argument
70 # define _FPU_SETCW(cw) (void) (cw) argument
71 # define _FPU_GETFPSR(cw) (cw) = 0 argument
72 # define _FPU_SETFPSR(cw) (void) (cw) argument
115 # define _FPU_GETCW(cw) __asm__ volatile ("mfcr %0, cr<1, 2>" : "=a" (cw)) argument
116 # define _FPU_SETCW(cw) __asm__ volatile ("mtcr %0, cr<1, 2>" : : "a" (cw)) argument
117 # define _FPU_GETFPSR(cw) __asm__ volatile ("mfcr %0, cr<2, 2>" : "=a" (cw)) argument
118 # define _FPU_SETFPSR(cw) __asm__ volatile ("mtcr %0, cr<2, 2>" : : "a" (cw)) argument
120 # define _FPU_GETCW(cw) __asm__ volatile ("1: cprcr %0, cpcr2 \n" \ argument
125 # define _FPU_SETCW(cw) __asm__ volatile ("1: cprcr r7, cpcr2 \n" \ argument
[all …]
/sysdeps/mips/mips32/fpu/
A Dfpucw-helpers.c24 fpu_control_t cw; in __mips_fpu_getcw() local
31 __mips_fpu_setcw (fpu_control_t cw) in __mips_fpu_setcw()
/sysdeps/arm/
A Dfpu_control.h27 #define _FPU_GETCW(cw) (cw) = 0 argument
28 #define _FPU_SETCW(cw) (void) (cw) argument
58 # define _FPU_GETCW(cw) \ argument
61 # define _FPU_SETCW(cw) \ argument
64 # define _FPU_GETCW(cw) \ argument
66 # define _FPU_SETCW(cw) \ argument
/sysdeps/sh/
A Dfpu_control.h27 #define _FPU_GETCW(cw) (cw) = 0 argument
28 #define _FPU_SETCW(cw) (void) (cw) argument
57 #define _FPU_GETCW(cw) __asm__ ("sts fpscr,%0" : "=r" (cw)) argument
64 #define _FPU_SETCW(cw) __set_fpscr ((cw)) argument
66 #define _FPU_SETCW(cw) __asm__ ("lds %0,fpscr" : : "r" (cw)) argument
/sysdeps/s390/fpu/
A Dfpu_control.h35 #define _FPU_GETCW(cw) __asm__ __volatile__ ("efpc %0,0" : "=d" (cw)) argument
36 #define _FPU_SETCW(cw) __asm__ __volatile__ ("sfpc %0,0" : : "d" (cw)) argument
/sysdeps/generic/
A Dfpu_control.h32 #define _FPU_GETCW(cw) (cw) = 0 argument
33 #define _FPU_SETCW(cw) (void) (cw) argument
/sysdeps/mips/
A Dfpu_control.h67 #define _FPU_GETCW(cw) (cw) = 0 argument
68 #define _FPU_SETCW(cw) (void) (cw) argument
120 # define _FPU_GETCW(cw) do { (cw) = __mips_fpu_getcw (); } while (0) argument
121 # define _FPU_SETCW(cw) __mips_fpu_setcw (cw) argument
123 # define _FPU_GETCW(cw) __asm__ volatile ("cfc1 %0,$31" : "=r" (cw)) argument
124 # define _FPU_SETCW(cw) __asm__ volatile ("ctc1 %0,$31" : : "r" (cw)) argument
/sysdeps/sparc/fpu/
A Dfpu_control.h61 # define _FPU_GETCW(cw) __asm__ __volatile__ ("stx %%fsr,%0" : "=m" (*&cw)) argument
62 # define _FPU_SETCW(cw) __asm__ __volatile__ ("ldx %0,%%fsr" : : "m" (*&cw)) argument
64 # define _FPU_GETCW(cw) __asm__ __volatile__ ("st %%fsr,%0" : "=m" (*&cw)) argument
65 # define _FPU_SETCW(cw) __asm__ __volatile__ ("ld %0,%%fsr" : : "m" (*&cw)) argument
/sysdeps/mips/fpu/
A Dfegetround.c25 int cw; in __fegetround() local
A Dfeholdexcpt.c25 fpu_control_t cw; in __feholdexcept() local
A Dfesetenv.c25 fpu_control_t cw; in __fesetenv() local
A Dfclrexcpt.c26 int cw; in feclearexcept() local
A Dfesetround.c25 fpu_control_t cw; in __fesetround() local
A Dfraiseexcpt.c26 fpu_control_t cw; in __feraiseexcept() local
A Dftestexcept.c25 int cw; in fetestexcept() local
A Dfesetmode.c27 fpu_control_t cw; in fesetmode() local
/sysdeps/sh/sh4/fpu/
A Dfclrexcpt.c25 fpu_control_t cw; in feclearexcept() local
A Dfegetround.c25 fpu_control_t cw; in __fegetround() local
A Dfesetround.c25 fpu_control_t cw; in __fesetround() local
/sysdeps/x86_64/fpu/
A Dfegetround.c24 int cw; in __fegetround() local
/sysdeps/csky/fpu/
A Dfegetround.c25 unsigned int cw; in __fegetround() local
/sysdeps/i386/fpu/
A Dfegetround.c24 int cw; in __fegetround() local
/sysdeps/powerpc/
A Dfpu_control.h31 # define _FPU_GETCW(cw) (cw) = 0 argument
32 # define _FPU_SETCW(cw) (void) (cw) argument
68 # define _FPU_GETCW(cw) \ argument
100 # define _FPU_SETCW(cw) \ argument
/sysdeps/m68k/
A Dfpu_control.h60 # define _FPU_GETCW(cw) ((cw) = 0) argument
61 # define _FPU_SETCW(cw) ((void) (cw)) argument
108 # define _FPU_GETCW(cw) __asm__ ("fmove%.l %!, %0" : "=dm" (cw)) argument
109 # define _FPU_SETCW(cw) __asm__ volatile ("fmove%.l %0, %!" : : "dm" (cw)) argument

Completed in 29 milliseconds

12