Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/arm/
H A DFEnvImpl.h53 LIBC_INLINE static int exception_enable_bits_to_macro(uint32_t status) { in exception_enable_bits_to_macro() function
93 return FEnv::exception_enable_bits_to_macro(old); in enable_except()
103 return FEnv::exception_enable_bits_to_macro(old); in disable_except()
110 return FEnv::exception_enable_bits_to_macro(enabled_excepts); in get_except()