Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DARMUtils.h73 static inline ARM_ShifterType DecodeRegShift(const uint32_t type) { in DecodeRegShift() function
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp10147 shift_t = DecodeRegShift(Bits32(opcode, 6, 5)); in EmulateADDRegShift()