Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/riscv/
H A DFEnvImpl.h75 LIBC_INLINE static uint32_t exception_macro_to_bits(int except) { in exception_macro_to_bits() function
96 uint32_t to_clear = FEnv::exception_macro_to_bits(excepts); in clear_except()
103 uint32_t to_test = FEnv::exception_macro_to_bits(excepts); in test_except()
110 FEnv::set_fflags(flags | FEnv::exception_macro_to_bits(excepts)); in set_except()
117 FEnv::set_fflags(flags | FEnv::exception_macro_to_bits(excepts)); in raise_except()