Home
last modified time | relevance | path

Searched refs:enabled_excepts (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/arm/
H A DFEnvImpl.h109 int enabled_excepts = (fpscr >> FEnv::ExceptionControlBitPosition) & 0x3F; in get_except() local
110 return FEnv::exception_enable_bits_to_macro(enabled_excepts); in get_except()
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/aarch64/
H A Dfenv_darwin_impl.h139 uint32_t enabled_excepts = FEnv::exception_value_from_control(control_word); in get_except() local
140 return static_cast<int>(FEnv::exception_value_to_status(enabled_excepts)); in get_except()
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h201 uint16_t enabled_excepts = ~(mxcsr >> 7) & 0x3F; in get_except() local
202 return internal::exception_status_to_macro(enabled_excepts); in get_except()