Searched defs:Shift_C (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h221 static inline uint32_t Shift_C(const uint32_t value, ARM_ShifterType type, const uint32_t amount, function in namespace:lldb_private
266 uint32_t result = Shift_C(value, type, amount, carry_in, dont_care, success);

Completed in 54 milliseconds