Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h90 static inline uint32_t LSL_C(const uint32_t value, const uint32_t amount, in LSL_C() function
107 uint32_t result = LSL_C(value, amount, dont_care, success); in LSL()
229 result = LSL_C(value, amount, carry_out, success); in Shift_C()