Home
last modified time | relevance | path

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

/openbsd/lib/libm/arch/m88k/
H A Dfenv.c218 __asm__ volatile ("fldcr %0, %%fcr63" : "=r" (envp->__control)); in fegetenv()
237 __asm__ volatile ("fldcr %0, %%fcr63" : "=r" (envp->__control)); in feholdexcept()
246 fpcr = envp->__control; in feholdexcept()
268 __asm__ volatile ("fldcr %0, %%fcr63" : "=r" (fenv.__control)); in fesetenv()
272 fenv.__control &= ~(FE_ALL_EXCEPT | _ROUND_MASK); in fesetenv()
273 fenv.__control |= envp->__control & (FE_ALL_EXCEPT | _ROUND_MASK); in fesetenv()
280 __asm__ volatile ("fstcr %0, %%fcr63" : : "r" (fenv.__control)); in fesetenv()
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dwaitpkgintrin.h27 _umwait (unsigned int __control, unsigned long long __counter) in _umwait() argument
29 return __builtin_ia32_umwait (__control, in _umwait()
34 _tpause (unsigned int __control, unsigned long long __counter) in _tpause() argument
36 return __builtin_ia32_tpause (__control, in _tpause()
/openbsd/sys/arch/m88k/include/
H A Dfenv.h64 unsigned int __control; /* Control register */ member
/openbsd/regress/sys/arch/amd64/fpu/
H A Dfdfl.c30 printf("control\t%08x\n", FE_DFL_ENV->__x87.__control); in main()
H A Dfeget.c35 printf("control\t%08x\n", fenv.__x87.__control); in main()
H A Dfdump.c45 printf("control\t%08x\n", fenv->__x87.__control); in main()
/openbsd/sys/arch/amd64/include/
H A Dfenv.h79 unsigned int __control; /* Control word register */ member
/openbsd/sys/arch/i386/include/
H A Dfenv.h79 unsigned int __control; /* Control word register */ member
/openbsd/regress/lib/libm/msun/
H A Dfenv_test.c204 ATF_CHECK(memcmp(&env.__x87.__control, &FE_DFL_ENV->__x87.__control, in ATF_TC_BODY()
205 sizeof(env.__x87.__control)) == 0); in ATF_TC_BODY()
/openbsd/lib/libm/arch/amd64/
H A Dfenv.c270 __asm__ volatile ("fldcw %0" : : "m" (envp->__x87.__control)); in fegetenv()
/openbsd/lib/libm/arch/i387/
H A Dfenv.c309 __asm__ volatile ("fldcw %0" : : "m" (envp->__x87.__control)); in fegetenv()