Home
last modified time | relevance | path

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

/sysdeps/arm/
A Dfpu_control.h27 #define _FPU_GETCW(cw) (cw) = 0 macro
58 # define _FPU_GETCW(cw) \ macro
64 # define _FPU_GETCW(cw) \ macro
/sysdeps/s390/fpu/
A Dfpu_control.h35 #define _FPU_GETCW(cw) __asm__ __volatile__ ("efpc %0,0" : "=d" (cw)) macro
/sysdeps/generic/
A Dfpu_control.h32 #define _FPU_GETCW(cw) (cw) = 0 macro
/sysdeps/mips/
A Dfpu_control.h67 #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 Dfpu_control.h27 #define _FPU_GETCW(cw) (cw) = 0 macro
57 #define _FPU_GETCW(cw) __asm__ ("sts fpscr,%0" : "=r" (cw)) macro
/sysdeps/sparc/fpu/
A Dfpu_control.h61 # 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 Dfpu_control.h54 # define _FPU_GETCW(cw) (cw) = 0 macro
80 # define _FPU_GETCW(cw) __asm__ volatile ("lr %0, [0x300]" : "=r" (cw)) macro
/sysdeps/csky/
A Dfpu_control.h69 # 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 Dfpu_control.h31 # define _FPU_GETCW(cw) (cw) = 0 macro
68 # define _FPU_GETCW(cw) \ macro
/sysdeps/aarch64/fpu/
A Dfpu_control.h27 # define _FPU_GETCW(fpcr) (fpcr = __builtin_aarch64_get_fpcr ()) macro
32 # define _FPU_GETCW(fpcr) \ macro
/sysdeps/m68k/
A Dfpu_control.h60 # define _FPU_GETCW(cw) ((cw) = 0) macro
108 # define _FPU_GETCW(cw) __asm__ ("fmove%.l %!, %0" : "=dm" (cw)) macro
/sysdeps/riscv/
A Dfpu_control.h29 # define _FPU_GETCW(cw) (cw) = 0 macro
43 # define _FPU_GETCW(cw) __asm__ volatile ("frsr %0" : "=r" (cw)) macro
/sysdeps/hppa/fpu/
A Dfpu_control.h47 #define _FPU_GETCW(cw) \ macro
/sysdeps/x86/
A Dfpu_control.h102 #define _FPU_GETCW(cw) __asm__ __volatile__ ("fnstcw %0" : "=m" (*&cw)) macro

Completed in 14 milliseconds