Home
last modified time | relevance | path

Searched refs:__fpcr (Results 1 – 15 of 15) sorted by relevance

/glibc-2.36/sysdeps/aarch64/fpu/
Dfenv_private.h35 envp->__fpcr = fpcr; in libc_feholdexcept_aarch64()
82 envp->__fpcr = fpcr; in libc_feholdexcept_setround_aarch64()
122 new_fpcr = envp->__fpcr; in libc_fesetenv_aarch64()
151 new_fpcr = envp->__fpcr; in libc_feupdateenv_test_aarch64()
189 envp->__fpcr = fpcr; in libc_feholdsetround_aarch64()
213 round = (envp->__fpcr ^ fpcr) & _FPU_FPCR_RM_MASK; in libc_feresetround_aarch64()
234 ctx->env.__fpcr = fpcr; in libc_feholdsetround_aarch64_ctx()
254 _FPU_SETCW (ctx->env.__fpcr); in libc_feresetround_aarch64_ctx()
270 ctx->env.__fpcr = fpcr; in libc_feholdsetround_noex_aarch64_ctx()
291 _FPU_SETCW (ctx->env.__fpcr); in libc_feresetround_noex_aarch64_ctx()
Dfegetenv.c29 envp->__fpcr = fpcr; in __fegetenv()
Dfesetenv.c36 fpcr_new = envp->__fpcr; in __fesetenv()
Dfeupdateenv.c38 fpcr_new = envp->__fpcr; in __feupdateenv()
/glibc-2.36/sysdeps/csky/fpu/
Dfenv_private.h32 envp->__fpcr = fpcr; in libc_feholdexcept_vfp()
66 envp->__fpcr = fpcr; in libc_feholdexcept_setround_vfp()
86 envp->__fpcr = fpcr; in libc_feholdsetround_vfp()
101 round = (envp->__fpcr ^ fpcr) & FE_DOWNWARD; in libc_feresetround_vfp()
126 new_fpcr = envp->__fpcr; in libc_fesetenv_vfp()
146 new_fpcr = envp->__fpcr; in libc_feupdateenv_test_vfp()
177 ctx->env.__fpcr = fpcr; in libc_feholdsetround_vfp_ctx()
200 fpcr = (fpcr & ~FE_DOWNWARD) | (ctx->env.__fpcr & FE_DOWNWARD); in libc_feresetround_vfp_ctx()
213 new_fpcr = ctx->env.__fpcr; in libc_fesetenv_vfp_ctx()
Dfegetenv.c30 envp->__fpcr = fpcr; in __fegetenv()
Dfesetenv.c46 fpcr |= envp->__fpcr & ~_FPU_RESERVED; in __fesetenv()
/glibc-2.36/sysdeps/arc/fpu/
Dfegetenv.c30 envp->__fpcr = fpcr; in __fegetenv()
Dfeholdexcpt.c31 envp->__fpcr = fpcr; in __feholdexcept()
Dfesetenv.c36 fpcr = envp->__fpcr; in __fesetenv()
Dfeupdateenv.c37 fpcr = envp->__fpcr; in __feupdateenv()
/glibc-2.36/sysdeps/aarch64/bits/
Dfenv.h63 unsigned int __fpcr; member
/glibc-2.36/sysdeps/arc/bits/
Dfenv.h65 unsigned int __fpcr; member
/glibc-2.36/sysdeps/csky/bits/
Dfenv.h93 unsigned int __fpcr; member
/glibc-2.36/ChangeLog.old/
DChangeLog.1832911 Unconditionally set __fpcr to avoid uninialized warning.