Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/FPUtil/aarch64/
H A Dfenv_darwin_impl.h72 static inline uint32_t exception_value_from_control(int control) { in exception_value_from_control() function
111 uint32_t old_excepts = FEnv::exception_value_from_control(control_word); in enable_except()
122 uint32_t old_excepts = FEnv::exception_value_from_control(control_word); in disable_except()
130 uint32_t enabled_excepts = FEnv::exception_value_from_control(control_word); in get_except()