Home
last modified time | relevance | path

Searched defs:fpscr (Results 1 – 13 of 13) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/machine/sh/machine/
Dfenv-fp.h34 #define _sh_get_fpscr(fpscr) __asm__ volatile ("sts fpscr,%0" : "=r" (fpscr)) argument
35 #define _sh_set_fpscr(fpscr) __asm__ volatile ("lds %0,fpscr" : : "r" (fpscr)) argument
39 fexcept_t fpscr; in feclearexcept() local
82 fenv_t fpscr; in fegetexcept() local
90 fexcept_t fpscr; in fegetexceptflag() local
99 fenv_t fpscr; in fegetround() local
125 fexcept_t fpscr; in fesetexceptflag() local
149 fenv_t fpscr; in fesetround() local
160 fexcept_t fpscr; in fetestexcept() local
168 fexcept_t fpscr; in feupdateenv() local
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/
Dfefpscr.h47 vec_uint4 fpscr; in __unpack_fpscr() local
64 static __inline fenv_t __pack_fpscr(vec_uint4 fpscr) in __pack_fpscr()
Dfegetenv.h42 vec_uint4 fpscr; in _fegetenv() local
Dfesetenv.h42 vec_uint4 fpscr; in _fesetenv() local
Dfetestexcept.h42 vec_uint4 fpscr; in _fetestexcept() local
Dfeupdateenv.h42 vec_uint4 fpscr; in _feupdateenv() local
Dfeclearexcept.h42 vec_uint4 fpscr, fpscr_mask; in _feclearexcept() local
Dfegetexceptflag.h42 vec_uint4 fpscr; in _fegetexceptflag() local
Dfeholdexcept.h42 vec_uint4 fpscr; in _feholdexcept() local
Dferaiseexcept.h42 vec_uint4 fpscr, big_except; in _feraiseexcept() local
Dfesetexceptflag.h42 vec_uint4 fpscr; in _fesetexceptflag() local
Dnearbyint.h44 vec_uint4 fpscr; in _nearbyint() local
/picolibc-3.7.0-3.6.0/picocrt/machine/sh/
Dcrt0.c61 long fpscr; in _start() local