Home
last modified time | relevance | path

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

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