Searched refs:__control (Results 1 – 11 of 11) sorted by relevance
/openbsd/lib/libm/arch/m88k/ |
H A D | fenv.c | 218 __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 D | waitpkgintrin.h | 27 _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 D | fenv.h | 64 unsigned int __control; /* Control register */ member
|
/openbsd/regress/sys/arch/amd64/fpu/ |
H A D | fdfl.c | 30 printf("control\t%08x\n", FE_DFL_ENV->__x87.__control); in main()
|
H A D | feget.c | 35 printf("control\t%08x\n", fenv.__x87.__control); in main()
|
H A D | fdump.c | 45 printf("control\t%08x\n", fenv->__x87.__control); in main()
|
/openbsd/sys/arch/amd64/include/ |
H A D | fenv.h | 79 unsigned int __control; /* Control word register */ member
|
/openbsd/sys/arch/i386/include/ |
H A D | fenv.h | 79 unsigned int __control; /* Control word register */ member
|
/openbsd/regress/lib/libm/msun/ |
H A D | fenv_test.c | 204 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 D | fenv.c | 270 __asm__ volatile ("fldcw %0" : : "m" (envp->__x87.__control)); in fegetenv()
|
/openbsd/lib/libm/arch/i387/ |
H A D | fenv.c | 309 __asm__ volatile ("fldcw %0" : : "m" (envp->__x87.__control)); in fegetenv()
|