Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DARMUtils.h24 static inline uint32_t DecodeImmShift(const uint32_t type, const uint32_t imm5, in DecodeImmShift() function
55 return DecodeImmShift(Bits32(opcode, 5, 4), in DecodeImmShiftThumb()
64 return DecodeImmShift(Bits32(opcode, 6, 5), Bits32(opcode, 11, 7), shift_t); in DecodeImmShiftARM()
67 static inline uint32_t DecodeImmShift(const ARM_ShifterType shift_t, in DecodeImmShift() function
70 return DecodeImmShift(shift_t, imm5, dont_care); in DecodeImmShift()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp3820 (shift_type == SRType_RRX ? 1 : DecodeImmShift(shift_type, imm5)); in EmulateShiftImm()
5390 shift_n = DecodeImmShift(typ, imm5, shift_t); in EmulateSTRRegister()
6582 shift_n = DecodeImmShift(type, imm5, shift_t); in EmulateLDRRegister()
7006 shift_n = DecodeImmShift(type, imm5, shift_t); in EmulateLDRBRegister()