Home
last modified time | relevance | path

Searched refs:_FPU_SETFPSR (Results 1 – 13 of 13) sorted by relevance

/glibc-2.36/sysdeps/csky/fpu/
Dfenv_private.h43 _FPU_SETFPSR (fpsr); in libc_feholdexcept_vfp()
74 _FPU_SETFPSR (fpsr); in libc_feholdexcept_setround_vfp()
130 _FPU_SETFPSR (new_fpsr); in libc_fesetenv_vfp()
151 _FPU_SETFPSR (new_fpsr); in libc_feupdateenv_test_vfp()
217 _FPU_SETFPSR (new_fpsr); in libc_fesetenv_vfp_ctx()
Dfclrexcpt.c38 _FPU_SETFPSR (fpsr); in feclearexcept()
Dfesetexcept.c30 _FPU_SETFPSR (new_fpsr); in fesetexcept()
Dfsetexcptflg.c39 _FPU_SETFPSR (temp); in fesetexceptflag()
Dfesetenv.c50 _FPU_SETFPSR (fpsr); in __fesetenv()
/glibc-2.36/sysdeps/csky/
Dfpu_control.h72 # define _FPU_SETFPSR(cw) (void) (cw) macro
118 # define _FPU_SETFPSR(cw) __asm__ volatile ("mtcr %0, cr<2, 2>" : : "a" (cw)) macro
136 # define _FPU_SETFPSR(cw) __asm__ volatile ("1: cprcr r7, cpcr2 \n" \ macro
/glibc-2.36/sysdeps/aarch64/fpu/
Dfenv_private.h46 _FPU_SETFPSR (new_fpsr); in libc_feholdexcept_aarch64()
95 _FPU_SETFPSR (new_fpsr); in libc_feholdexcept_setround_aarch64()
127 _FPU_SETFPSR (envp->__fpsr); in libc_fesetenv_aarch64()
158 _FPU_SETFPSR (new_fpsr); in libc_feupdateenv_test_aarch64()
294 _FPU_SETFPSR (ctx->env.__fpsr); in libc_feresetround_noex_aarch64_ctx()
Dfpu_control.h30 # define _FPU_SETFPSR(fpsr) __builtin_aarch64_set_fpsr (fpsr) macro
41 # define _FPU_SETFPSR(fpsr) \ macro
Dfesetenv.c41 _FPU_SETFPSR (envp->__fpsr); in __fesetenv()
60 _FPU_SETFPSR (fpsr_new); in __fesetenv()
Dfeupdateenv.c45 _FPU_SETFPSR (fpsr_new); in __feupdateenv()
67 _FPU_SETFPSR (fpsr_new); in __feupdateenv()
Dfesetexcept.c31 _FPU_SETFPSR (fpsr_new); in fesetexcept()
Dfclrexcpt.c34 _FPU_SETFPSR (fpsr_new); in feclearexcept()
Dfsetexcptflg.c38 _FPU_SETFPSR (fpsr_new); in fesetexceptflag()