Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h170 static inline uint32_t ROR_C(const uint32_t value, const uint32_t amount, in ROR_C() function
188 uint32_t result = ROR_C(value, amount, dont_care, success); in ROR()
238 result = ROR_C(value, amount, carry_out, success); in Shift_C()