Searched refs:DecodeImmShift (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | ARMUtils.h | 24 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()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 3815 (shift_type == SRType_RRX ? 1 : DecodeImmShift(shift_type, imm5)); in EmulateShiftImm() 5385 shift_n = DecodeImmShift(typ, imm5, shift_t); in EmulateSTRRegister() 6577 shift_n = DecodeImmShift(type, imm5, shift_t); in EmulateLDRRegister() 7001 shift_n = DecodeImmShift(type, imm5, shift_t); in EmulateLDRBRegister()
|