Home
last modified time | relevance | path

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

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