Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DARMUtils.h119 static inline uint32_t LSR_C(const uint32_t value, const uint32_t amount, uint32_t &carry_out, bool… in LSR_C() function
136 uint32_t result = LSR_C(value, amount, dont_care, success); in LSR()
240 result = LSR_C(value, amount, carry_out, success); in Shift_C()