Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/arm/
H A DFEnvImpl.h69 LIBC_INLINE static uint32_t exception_macro_to_status_bits(int except) { in exception_macro_to_status_bits() function
116 uint32_t to_clear = FEnv::exception_macro_to_status_bits(excepts); in clear_except()
124 uint32_t to_test = FEnv::exception_macro_to_status_bits(excepts); in test_except()
132 FEnv::set_fpscr(fpscr | FEnv::exception_macro_to_status_bits(excepts)); in set_except()
150 uint32_t to_raise = FEnv::exception_macro_to_status_bits(excepts); in raise_except()