Home
last modified time | relevance | path

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

/sysdeps/csky/
A 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
/sysdeps/aarch64/fpu/
A Dfpu_control.h30 # define _FPU_SETFPSR(fpsr) __builtin_aarch64_set_fpsr (fpsr) macro
41 # define _FPU_SETFPSR(fpsr) \ macro
A Dfesetenv.c41 _FPU_SETFPSR (envp->__fpsr); in __fesetenv()
60 _FPU_SETFPSR (fpsr_new); in __fesetenv()
A Dfeupdateenv.c45 _FPU_SETFPSR (fpsr_new); in __feupdateenv()
67 _FPU_SETFPSR (fpsr_new); in __feupdateenv()
A Dfesetexcept.c31 _FPU_SETFPSR (fpsr_new); in fesetexcept()
A Dfclrexcpt.c34 _FPU_SETFPSR (fpsr_new); in feclearexcept()
A Dfsetexcptflg.c38 _FPU_SETFPSR (fpsr_new); in fesetexceptflag()
A 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()
/sysdeps/csky/fpu/
A Dfclrexcpt.c38 _FPU_SETFPSR (fpsr); in feclearexcept()
A Dfesetexcept.c30 _FPU_SETFPSR (new_fpsr); in fesetexcept()
A Dfsetexcptflg.c39 _FPU_SETFPSR (temp); in fesetexceptflag()
A 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()
A Dfesetenv.c50 _FPU_SETFPSR (fpsr); in __fesetenv()

Completed in 16 milliseconds