| /sysdeps/mips/fpu/ |
| A D | fesetenv.c | 31 _FPU_SETCW (_FPU_DEFAULT); in __fesetenv() 33 _FPU_SETCW (_FPU_IEEE); in __fesetenv() 35 _FPU_SETCW (envp->__fp_control_register); in __fesetenv()
|
| A D | fenv_private.h | 45 _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 D | fesetexcept.c | 29 _FPU_SETCW (temp); in fesetexcept()
|
| /sysdeps/sh/ |
| A D | fpu_control.h | 28 #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 D | fenv_private.h | 35 _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 D | fpu_control.h | 28 #define _FPU_SETCW(cw) (void) (cw) macro 61 # define _FPU_SETCW(cw) \ macro 66 # define _FPU_SETCW(cw) \ macro
|
| A D | fesetenv.c | 42 _FPU_SETCW (new_fpscr); in __fesetenv() 53 _FPU_SETCW (new_fpscr); in __fesetenv()
|
| A D | feupdateenv.c | 44 _FPU_SETCW (new_fpscr); in __feupdateenv() 59 _FPU_SETCW (new_fpscr); in __feupdateenv()
|
| /sysdeps/sh/sh4/fpu/ |
| A D | fesetenv.c | 26 _FPU_SETCW (_FPU_DEFAULT); in __fesetenv() 30 _FPU_SETCW (temp); in __fesetenv()
|
| A D | fesetexcept.c | 29 _FPU_SETCW (temp); in fesetexcept()
|
| /sysdeps/mips/ |
| A D | fpu_control.h | 68 #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 D | fenv_private.h | 43 _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 D | fpu_control.h | 28 # define _FPU_SETCW(fpcr) __builtin_aarch64_set_fpcr (fpcr) macro 35 # define _FPU_SETCW(fpcr) \ macro
|
| A D | fesetenv.c | 39 _FPU_SETCW (fpcr_new); in __fesetenv() 64 _FPU_SETCW (fpcr_new); in __fesetenv()
|
| /sysdeps/csky/fpu/ |
| A D | fenv_private.h | 45 _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 D | fpu_control.h | 70 # 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 D | s_f32xsubf64.c | 35 _FPU_SETCW (cw_double); in __f32xsubf64() 37 _FPU_SETCW (cw); in __f32xsubf64()
|
| A D | s_f32xaddf64.c | 35 _FPU_SETCW (cw_double); in __f32xaddf64() 37 _FPU_SETCW (cw); in __f32xaddf64()
|
| A D | s_fdim.c | 39 _FPU_SETCW (cw_double); in __fdim() 41 _FPU_SETCW (cw); in __fdim()
|
| /sysdeps/sparc/fpu/ |
| A D | fpu_control.h | 62 # 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 D | fpu_control.h | 55 # define _FPU_SETCW(cw) (void) (cw) macro 81 # define _FPU_SETCW(cw) __asm__ volatile ("sr %0, [0x300]" : : "r" (cw)) macro
|
| /sysdeps/m68k/ |
| A D | fpu_control.h | 61 # define _FPU_SETCW(cw) ((void) (cw)) macro 109 # define _FPU_SETCW(cw) __asm__ volatile ("fmove%.l %0, %!" : : "dm" (cw)) macro
|
| /sysdeps/riscv/ |
| A D | fpu_control.h | 30 # define _FPU_SETCW(cw) do { } while (0) macro 44 # define _FPU_SETCW(cw) __asm__ volatile ("fssr %z0" : : "rJ" (cw)) macro
|
| /sysdeps/s390/fpu/ |
| A D | fenv_private.h | 41 _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 D | sfp-machine.h | 33 _FPU_SETCW(_fetz); \ 36 #define _FP_MUL_MEAT_RESET_FE _FPU_SETCW(_fcw) 135 _FPU_SETCW(_fcw); \
|