/sysdeps/arc/ |
A D | fpu_control.h | 54 # 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 D | fpu_control.h | 69 # 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 D | fpucw-helpers.c | 24 fpu_control_t cw; in __mips_fpu_getcw() local 31 __mips_fpu_setcw (fpu_control_t cw) in __mips_fpu_setcw()
|
/sysdeps/arm/ |
A D | fpu_control.h | 27 #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 D | fpu_control.h | 27 #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 D | fpu_control.h | 35 #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 D | fpu_control.h | 32 #define _FPU_GETCW(cw) (cw) = 0 argument 33 #define _FPU_SETCW(cw) (void) (cw) argument
|
/sysdeps/mips/ |
A D | fpu_control.h | 67 #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 D | fpu_control.h | 61 # 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 D | fegetround.c | 25 int cw; in __fegetround() local
|
A D | feholdexcpt.c | 25 fpu_control_t cw; in __feholdexcept() local
|
A D | fesetenv.c | 25 fpu_control_t cw; in __fesetenv() local
|
A D | fclrexcpt.c | 26 int cw; in feclearexcept() local
|
A D | fesetround.c | 25 fpu_control_t cw; in __fesetround() local
|
A D | fraiseexcpt.c | 26 fpu_control_t cw; in __feraiseexcept() local
|
A D | ftestexcept.c | 25 int cw; in fetestexcept() local
|
A D | fesetmode.c | 27 fpu_control_t cw; in fesetmode() local
|
/sysdeps/sh/sh4/fpu/ |
A D | fclrexcpt.c | 25 fpu_control_t cw; in feclearexcept() local
|
A D | fegetround.c | 25 fpu_control_t cw; in __fegetround() local
|
A D | fesetround.c | 25 fpu_control_t cw; in __fesetround() local
|
/sysdeps/x86_64/fpu/ |
A D | fegetround.c | 24 int cw; in __fegetround() local
|
/sysdeps/csky/fpu/ |
A D | fegetround.c | 25 unsigned int cw; in __fegetround() local
|
/sysdeps/i386/fpu/ |
A D | fegetround.c | 24 int cw; in __fegetround() local
|
/sysdeps/powerpc/ |
A D | fpu_control.h | 31 # 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 D | fpu_control.h | 60 # 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
|