Searched refs:__control (Results 1 – 6 of 6) sorted by relevance
76 __uint16_t __control; member86 __uint32_t __control; member115 __uint16_t __control; in fegetround() local123 __fnstcw(&__control); in fegetround()136 __uint16_t __control; in fegetexcept() local142 __fnstcw(&__control); in fegetexcept()222 __uint16_t __control; in fesetround() local227 __fnstcw(&__control); in fesetround()229 __control |= __round; in fesetround()230 __fldcw(&__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()
36 const int __control = (ctrlvar); \39 if (__control < __level) \42 g_dbg_printf((classname), (__control > 0) ? __level : -1, \
198 ATF_CHECK(memcmp(&env.__x87.__control, &FE_DFL_ENV->__x87.__control, in ATF_TC_BODY()199 sizeof(env.__x87.__control)) == 0); in ATF_TC_BODY()
97 __fldcw(&envp->__x87.__control); in fegetenv()
142 __fldcw(&envp->__control); in fegetenv()