Searched refs:__control (Results 1 – 6 of 6) sorted by relevance
74 __uint16_t __control; member84 __uint32_t __control; member113 __uint16_t __control; in fegetround() local121 __fnstcw(&__control); in fegetround()122 return (__control & _ROUND_MASK); in fegetround()134 __uint16_t __control; in fegetexcept() local140 __fnstcw(&__control); in fegetexcept()141 return (~__control & FE_ALL_EXCEPT); in fegetexcept()220 __uint16_t __control; in fesetround() local225 __fnstcw(&__control); in fesetround()[all …]
27 _umwait (unsigned int __control, unsigned long long __counter) in _umwait() argument29 return __builtin_ia32_umwait (__control, in _umwait()34 _tpause (unsigned int __control, unsigned long long __counter) in _tpause() argument36 return __builtin_ia32_tpause (__control, in _tpause()
34 const int __control = (ctrlvar); \37 if (__control < __level) \40 g_dbg_printf((classname), (__control > 0) ? __level : -1, \
195 ATF_CHECK(memcmp(&env.__x87.__control, &FE_DFL_ENV->__x87.__control, in ATF_TC_BODY()196 sizeof(env.__x87.__control)) == 0); in ATF_TC_BODY()
94 __fldcw(&envp->__x87.__control); in fegetenv()
139 __fldcw(&envp->__control); in fegetenv()