Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DARMUtils.h26 static inline uint32_t DecodeImmShift(const uint32_t type, const uint32_t imm5, ARM_ShifterType &sh… in DecodeImmShift() function
62 …return DecodeImmShift(Bits32(opcode, 5, 4), Bits32(opcode, 14, 12)<<2 | Bits32(opcode, 7, 6), shif… in DecodeImmShiftThumb()
69 return DecodeImmShift(Bits32(opcode, 6, 5), Bits32(opcode, 11, 7), shift_t); in DecodeImmShiftARM()
72 static inline uint32_t DecodeImmShift(const ARM_ShifterType shift_t, const uint32_t imm5) in DecodeImmShift() function
75 return DecodeImmShift(shift_t, imm5, dont_care); in DecodeImmShift()
/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp3249 uint32_t amt = (shift_type == SRType_RRX ? 1 : DecodeImmShift(shift_type, imm5)); in EmulateShiftImm()
4820 shift_n = DecodeImmShift(typ, imm5, shift_t); in EmulateSTRRegister()
6016 shift_n = DecodeImmShift (type, imm5, shift_t); in EmulateLDRRegister()
6428 shift_n = DecodeImmShift (type, imm5, shift_t); in EmulateLDRBRegister()