Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/machine/sh/machine/
Dfenv-fp.h35 #define _sh_set_fpscr(fpscr) __asm__ volatile ("lds %0,fpscr" : : "r" (fpscr)) macro
43 _sh_set_fpscr(fpscr); in feclearexcept()
54 _sh_set_fpscr(__new_fpsr); in fedisableexcept()
65 _sh_set_fpscr(__new_fpsr); in feenableexcept()
112 _sh_set_fpscr(__env); in feholdexcept()
119 _sh_set_fpscr(*envp); in fesetenv()
130 _sh_set_fpscr(fpscr); in fesetexceptflag()
154 _sh_set_fpscr(fpscr); in fesetround()
171 _sh_set_fpscr(*envp); in feupdateenv()
179 #undef _sh_set_fpscr