Home
last modified time | relevance | path

Searched refs:_FPU_SETCW (Results 1 – 25 of 84) sorted by relevance

1234

/sysdeps/mips/fpu/
A Dfesetenv.c31 _FPU_SETCW (_FPU_DEFAULT); in __fesetenv()
33 _FPU_SETCW (_FPU_IEEE); in __fesetenv()
35 _FPU_SETCW (envp->__fp_control_register); in __fesetenv()
A Dfenv_private.h45 _FPU_SETCW (cw); in libc_feholdexcept_mips()
64 _FPU_SETCW (cw); in libc_fesetround_mips()
87 _FPU_SETCW (cw); in libc_feholdexcept_setround_mips()
105 _FPU_SETCW (envp->__fp_control_register); in libc_fesetenv_mips()
128 _FPU_SETCW (temp); in libc_feupdateenv_test_mips()
183 _FPU_SETCW (new); in libc_feholdexcept_setround_mips_ctx()
229 _FPU_SETCW (new); in libc_feholdsetround_mips_ctx()
A Dfesetexcept.c29 _FPU_SETCW (temp); in fesetexcept()
/sysdeps/sh/
A Dfpu_control.h28 #define _FPU_SETCW(cw) (void) (cw) macro
64 #define _FPU_SETCW(cw) __set_fpscr ((cw)) macro
66 #define _FPU_SETCW(cw) __asm__ ("lds %0,fpscr" : : "r" (cw)) macro
/sysdeps/arm/
A Dfenv_private.h35 _FPU_SETCW (fpscr); in libc_feholdexcept_vfp()
47 _FPU_SETCW ((fpscr & ~_FPU_MASK_RM) | round); in libc_fesetround_vfp()
61 _FPU_SETCW (fpscr | round); in libc_feholdexcept_setround_vfp()
74 _FPU_SETCW ((fpscr & ~_FPU_MASK_RM) | round); in libc_feholdsetround_vfp()
89 _FPU_SETCW (fpscr ^ round); in libc_feresetround_vfp()
111 _FPU_SETCW (new_fpscr); in libc_fesetenv_vfp()
128 _FPU_SETCW (new_fpscr); in libc_feupdateenv_test_vfp()
159 _FPU_SETCW (fpscr ^ round); in libc_feholdsetround_vfp_ctx()
173 _FPU_SETCW (fpscr); in libc_feresetround_vfp_ctx()
187 _FPU_SETCW (new_fpscr); in libc_fesetenv_vfp_ctx()
A Dfpu_control.h28 #define _FPU_SETCW(cw) (void) (cw) macro
61 # define _FPU_SETCW(cw) \ macro
66 # define _FPU_SETCW(cw) \ macro
A Dfesetenv.c42 _FPU_SETCW (new_fpscr); in __fesetenv()
53 _FPU_SETCW (new_fpscr); in __fesetenv()
A Dfeupdateenv.c44 _FPU_SETCW (new_fpscr); in __feupdateenv()
59 _FPU_SETCW (new_fpscr); in __feupdateenv()
/sysdeps/sh/sh4/fpu/
A Dfesetenv.c26 _FPU_SETCW (_FPU_DEFAULT); in __fesetenv()
30 _FPU_SETCW (temp); in __fesetenv()
A Dfesetexcept.c29 _FPU_SETCW (temp); in fesetexcept()
/sysdeps/mips/
A Dfpu_control.h68 #define _FPU_SETCW(cw) (void) (cw) macro
121 # define _FPU_SETCW(cw) __mips_fpu_setcw (cw) macro
124 # define _FPU_SETCW(cw) __asm__ volatile ("ctc1 %0,$31" : : "r" (cw)) macro
/sysdeps/aarch64/fpu/
A Dfenv_private.h43 _FPU_SETCW (new_fpcr); in libc_feholdexcept_aarch64()
65 _FPU_SETCW (fpcr ^ round); in libc_fesetround_aarch64()
92 _FPU_SETCW (new_fpcr); in libc_feholdexcept_setround_aarch64()
125 _FPU_SETCW (new_fpcr); in libc_fesetenv_aarch64()
155 _FPU_SETCW (new_fpcr); in libc_feupdateenv_test_aarch64()
197 _FPU_SETCW (fpcr ^ round); in libc_feholdsetround_aarch64()
217 _FPU_SETCW (fpcr ^ round); in libc_feresetround_aarch64()
242 _FPU_SETCW (fpcr ^ round); in libc_feholdsetround_aarch64_ctx()
254 _FPU_SETCW (ctx->env.__fpcr); in libc_feresetround_aarch64_ctx()
279 _FPU_SETCW (fpcr ^ round); in libc_feholdsetround_noex_aarch64_ctx()
[all …]
A Dfpu_control.h28 # define _FPU_SETCW(fpcr) __builtin_aarch64_set_fpcr (fpcr) macro
35 # define _FPU_SETCW(fpcr) \ macro
A Dfesetenv.c39 _FPU_SETCW (fpcr_new); in __fesetenv()
64 _FPU_SETCW (fpcr_new); in __fesetenv()
/sysdeps/csky/fpu/
A Dfenv_private.h45 _FPU_SETCW (fpcr); in libc_feholdexcept_vfp()
57 _FPU_SETCW ((fpcr & ~FE_DOWNWARD) | round); in libc_fesetround_vfp()
77 _FPU_SETCW (fpcr | round); in libc_feholdexcept_setround_vfp()
90 _FPU_SETCW ((fpcr & ~FE_DOWNWARD) | round); in libc_feholdsetround_vfp()
105 _FPU_SETCW (fpcr ^ round); in libc_feresetround_vfp()
133 _FPU_SETCW (new_fpcr); in libc_fesetenv_vfp()
154 _FPU_SETCW (new_fpcr); in libc_feupdateenv_test_vfp()
187 _FPU_SETCW (fpcr ^ round); in libc_feholdsetround_vfp_ctx()
201 _FPU_SETCW (fpcr); in libc_feresetround_vfp_ctx()
220 _FPU_SETCW (new_fpcr); in libc_fesetenv_vfp_ctx()
/sysdeps/csky/
A Dfpu_control.h70 # define _FPU_SETCW(cw) (void) (cw) macro
116 # define _FPU_SETCW(cw) __asm__ volatile ("mtcr %0, cr<1, 2>" : : "a" (cw)) macro
125 # define _FPU_SETCW(cw) __asm__ volatile ("1: cprcr r7, cpcr2 \n" \ macro
/sysdeps/i386/fpu/
A Ds_f32xsubf64.c35 _FPU_SETCW (cw_double); in __f32xsubf64()
37 _FPU_SETCW (cw); in __f32xsubf64()
A Ds_f32xaddf64.c35 _FPU_SETCW (cw_double); in __f32xaddf64()
37 _FPU_SETCW (cw); in __f32xaddf64()
A Ds_fdim.c39 _FPU_SETCW (cw_double); in __fdim()
41 _FPU_SETCW (cw); in __fdim()
/sysdeps/sparc/fpu/
A Dfpu_control.h62 # define _FPU_SETCW(cw) __asm__ __volatile__ ("ldx %0,%%fsr" : : "m" (*&cw)) macro
65 # define _FPU_SETCW(cw) __asm__ __volatile__ ("ld %0,%%fsr" : : "m" (*&cw)) macro
/sysdeps/arc/
A Dfpu_control.h55 # define _FPU_SETCW(cw) (void) (cw) macro
81 # define _FPU_SETCW(cw) __asm__ volatile ("sr %0, [0x300]" : : "r" (cw)) macro
/sysdeps/m68k/
A Dfpu_control.h61 # define _FPU_SETCW(cw) ((void) (cw)) macro
109 # define _FPU_SETCW(cw) __asm__ volatile ("fmove%.l %0, %!" : : "dm" (cw)) macro
/sysdeps/riscv/
A Dfpu_control.h30 # define _FPU_SETCW(cw) do { } while (0) macro
44 # define _FPU_SETCW(cw) __asm__ volatile ("fssr %z0" : : "rJ" (cw)) macro
/sysdeps/s390/fpu/
A Dfenv_private.h41 _FPU_SETCW (fpc_new); in libc_feholdexcept_s390()
77 _FPU_SETCW (fpc_new); in libc_feholdexcept_setround_s390()
110 _FPU_SETCW (envp->__fpc); in libc_fesetenv_s390()
140 _FPU_SETCW (fpc_new); in libc_feupdateenv_test_s390()
219 _FPU_SETCW (fpc); in libc_feresetround_s390_ctx()
/sysdeps/sparc/sparc64/
A Dsfp-machine.h33 _FPU_SETCW(_fetz); \
36 #define _FP_MUL_MEAT_RESET_FE _FPU_SETCW(_fcw)
135 _FPU_SETCW(_fcw); \

Completed in 29 milliseconds

1234