Home
last modified time | relevance | path

Searched defs:old_excepts (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/aarch64/
H A Dfenv_darwin_impl.h118 uint32_t old_excepts = FEnv::exception_value_from_control(control_word); in enable_except() local
129 uint32_t old_excepts = FEnv::exception_value_from_control(control_word); in disable_except() local
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h161 uint16_t old_excepts = ~x87_cw & 0x3F; // Save previously enabled exceptions. in enable_except() local
186 uint16_t old_excepts = ~x87_cw & 0x3F; // Save previously enabled exceptions. in disable_except() local