Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/aarch64/
H A Dfenv_darwin_impl.h102 LIBC_INLINE static uint32_t get_control_word() { return __arm_rsr("fpcr"); } in get_control_word() function
117 uint32_t control_word = FEnv::get_control_word(); in enable_except()
128 uint32_t control_word = FEnv::get_control_word(); in disable_except()
136 uint32_t control_word = FEnv::get_control_word(); in get_except()
224 (FEnv::get_control_word() >> FEnv::ROUNDING_CONTROL_BIT_POSITION) & 0x3; in get_round()
258 uint32_t control_word = FEnv::get_control_word(); in set_round()
268 state->ControlWord = FEnv::get_control_word(); in get_env()