Searched refs:new_fpcr (Results 1 – 2 of 2) sorted by relevance
29 fpu_control_t new_fpcr; in libc_feholdexcept_aarch64() local43 _FPU_SETCW (new_fpcr); in libc_feholdexcept_aarch64()76 fpu_control_t new_fpcr; in libc_feholdexcept_setround_aarch64() local88 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() local122 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() local151 new_fpcr = envp->__fpcr; in libc_feupdateenv_test_aarch64()[all …]
121 fpu_control_t fpcr, fpsr, new_fpcr, new_fpsr; in libc_fesetenv_vfp() local126 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 5 milliseconds