Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/FPUtil/aarch64/
H A Dfenv_darwin_impl.h136 uint32_t enabled_excepts = FEnv::exception_value_from_control(control_word); get_except() local
/llvm-project/libc/src/__support/FPUtil/arm/
H A DFEnvImpl.h108 int enabled_excepts = (fpscr >> FEnv::ExceptionControlBitPosition) & 0x3F; get_except() local
/llvm-project/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h200 uint16_t enabled_excepts = ~(mxcsr >> 7) & 0x3F; get_except() local