Home
last modified time | relevance | path

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

/sysdeps/aarch64/fpu/
A 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()
A Dfegetenv.c29 envp->__fpcr = fpcr; in __fegetenv()
A Dfesetenv.c36 fpcr_new = envp->__fpcr; in __fesetenv()
A Dfeupdateenv.c38 fpcr_new = envp->__fpcr; in __feupdateenv()
/sysdeps/csky/fpu/
A 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()
A Dfegetenv.c30 envp->__fpcr = fpcr; in __fegetenv()
A Dfesetenv.c46 fpcr |= envp->__fpcr & ~_FPU_RESERVED; in __fesetenv()
/sysdeps/arc/fpu/
A Dfegetenv.c30 envp->__fpcr = fpcr; in __fegetenv()
A Dfeholdexcpt.c31 envp->__fpcr = fpcr; in __feholdexcept()
A Dfesetenv.c36 fpcr = envp->__fpcr; in __fesetenv()
A Dfeupdateenv.c37 fpcr = envp->__fpcr; in __feupdateenv()
/sysdeps/aarch64/bits/
A Dfenv.h63 unsigned int __fpcr; member
/sysdeps/arc/bits/
A Dfenv.h65 unsigned int __fpcr; member
/sysdeps/csky/bits/
A Dfenv.h93 unsigned int __fpcr; member

Completed in 10 milliseconds