Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/alpha/fpu/
Dfedisblxcpt.c28 old_exc = (new_exc & SWCR_ENABLE_MASK) << SWCR_ENABLE_SHIFT; in fedisableexcept()
29 new_exc &= ~((excepts >> SWCR_ENABLE_SHIFT) & SWCR_ENABLE_MASK); in fedisableexcept()
Dfeenablxcpt.c28 old_exc = (new_exc & SWCR_ENABLE_MASK) << SWCR_ENABLE_SHIFT; in feenableexcept()
29 new_exc |= (excepts >> SWCR_ENABLE_SHIFT) & SWCR_ENABLE_MASK; in feenableexcept()
Dfenv_libc.h29 #define SWCR_ENABLE_MASK (FE_ALL_EXCEPT >> SWCR_ENABLE_SHIFT) macro
31 #define SWCR_ALL_MASK (SWCR_ENABLE_MASK \
Dfegetexcept.c28 return (exc & SWCR_ENABLE_MASK) << SWCR_ENABLE_SHIFT; in fegetexcept()
/glibc-2.36/sysdeps/alpha/
Dsfp-machine.h96 ((__ieee_get_fp_control () & SWCR_ENABLE_MASK) << SWCR_ENABLE_SHIFT)