Searched defs:_FPU_GETCW (Results 1 – 14 of 14) sorted by relevance
/sysdeps/arm/ |
A D | fpu_control.h | 27 #define _FPU_GETCW(cw) (cw) = 0 macro 58 # define _FPU_GETCW(cw) \ macro 64 # define _FPU_GETCW(cw) \ macro
|
/sysdeps/s390/fpu/ |
A D | fpu_control.h | 35 #define _FPU_GETCW(cw) __asm__ __volatile__ ("efpc %0,0" : "=d" (cw)) macro
|
/sysdeps/generic/ |
A D | fpu_control.h | 32 #define _FPU_GETCW(cw) (cw) = 0 macro
|
/sysdeps/mips/ |
A D | fpu_control.h | 67 #define _FPU_GETCW(cw) (cw) = 0 macro 120 # define _FPU_GETCW(cw) do { (cw) = __mips_fpu_getcw (); } while (0) macro 123 # define _FPU_GETCW(cw) __asm__ volatile ("cfc1 %0,$31" : "=r" (cw)) macro
|
/sysdeps/sh/ |
A D | fpu_control.h | 27 #define _FPU_GETCW(cw) (cw) = 0 macro 57 #define _FPU_GETCW(cw) __asm__ ("sts fpscr,%0" : "=r" (cw)) macro
|
/sysdeps/sparc/fpu/ |
A D | fpu_control.h | 61 # define _FPU_GETCW(cw) __asm__ __volatile__ ("stx %%fsr,%0" : "=m" (*&cw)) macro 64 # define _FPU_GETCW(cw) __asm__ __volatile__ ("st %%fsr,%0" : "=m" (*&cw)) macro
|
/sysdeps/arc/ |
A D | fpu_control.h | 54 # define _FPU_GETCW(cw) (cw) = 0 macro 80 # define _FPU_GETCW(cw) __asm__ volatile ("lr %0, [0x300]" : "=r" (cw)) macro
|
/sysdeps/csky/ |
A D | fpu_control.h | 69 # define _FPU_GETCW(cw) (cw) = 0 macro 115 # define _FPU_GETCW(cw) __asm__ volatile ("mfcr %0, cr<1, 2>" : "=a" (cw)) macro 120 # define _FPU_GETCW(cw) __asm__ volatile ("1: cprcr %0, cpcr2 \n" \ macro
|
/sysdeps/powerpc/ |
A D | fpu_control.h | 31 # define _FPU_GETCW(cw) (cw) = 0 macro 68 # define _FPU_GETCW(cw) \ macro
|
/sysdeps/aarch64/fpu/ |
A D | fpu_control.h | 27 # define _FPU_GETCW(fpcr) (fpcr = __builtin_aarch64_get_fpcr ()) macro 32 # define _FPU_GETCW(fpcr) \ macro
|
/sysdeps/m68k/ |
A D | fpu_control.h | 60 # define _FPU_GETCW(cw) ((cw) = 0) macro 108 # define _FPU_GETCW(cw) __asm__ ("fmove%.l %!, %0" : "=dm" (cw)) macro
|
/sysdeps/riscv/ |
A D | fpu_control.h | 29 # define _FPU_GETCW(cw) (cw) = 0 macro 43 # define _FPU_GETCW(cw) __asm__ volatile ("frsr %0" : "=r" (cw)) macro
|
/sysdeps/hppa/fpu/ |
A D | fpu_control.h | 47 #define _FPU_GETCW(cw) \ macro
|
/sysdeps/x86/ |
A D | fpu_control.h | 102 #define _FPU_GETCW(cw) __asm__ __volatile__ ("fnstcw %0" : "=m" (*&cw)) macro
|
Completed in 10 milliseconds