Home
last modified time | relevance | path

Searched refs:new_fpcr (Results 1 – 2 of 2) sorted by relevance

/sysdeps/aarch64/fpu/
A Dfenv_private.h29 fpu_control_t new_fpcr; in libc_feholdexcept_aarch64() local
43 _FPU_SETCW (new_fpcr); in libc_feholdexcept_aarch64()
76 fpu_control_t new_fpcr; in libc_feholdexcept_setround_aarch64() local
88 new_fpcr |= round; in libc_feholdexcept_setround_aarch64()
92 _FPU_SETCW (new_fpcr); in libc_feholdexcept_setround_aarch64()
119 fpu_control_t new_fpcr; in libc_fesetenv_aarch64() local
122 new_fpcr = envp->__fpcr; in libc_fesetenv_aarch64()
125 _FPU_SETCW (new_fpcr); in libc_fesetenv_aarch64()
141 fpu_control_t new_fpcr; in libc_feupdateenv_test_aarch64() local
151 new_fpcr = envp->__fpcr; in libc_feupdateenv_test_aarch64()
[all …]
/sysdeps/csky/fpu/
A Dfenv_private.h121 fpu_control_t fpcr, fpsr, new_fpcr, new_fpsr; in libc_fesetenv_vfp() local
126 new_fpcr = envp->__fpcr; in libc_fesetenv_vfp()
132 if (__glibc_unlikely (fpcr ^ new_fpcr) != 0) in libc_fesetenv_vfp()
133 _FPU_SETCW (new_fpcr); in libc_fesetenv_vfp()
146 new_fpcr = envp->__fpcr; in libc_feupdateenv_test_vfp()
153 if (__glibc_unlikely (fpcr ^ new_fpcr) != 0) in libc_feupdateenv_test_vfp()
154 _FPU_SETCW (new_fpcr); in libc_feupdateenv_test_vfp()
157 if (__glibc_unlikely (excepts & new_fpcr)) in libc_feupdateenv_test_vfp()
213 new_fpcr = ctx->env.__fpcr; in libc_fesetenv_vfp_ctx()
219 if (__glibc_unlikely (fpcr ^ new_fpcr) != 0) in libc_fesetenv_vfp_ctx()
[all …]

Completed in 4 milliseconds