Searched refs:DecodeImmShift (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/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 56 return DecodeImmShift(Bits32(opcode, 5, 4), in DecodeImmShiftThumb() 65 return DecodeImmShift(Bits32(opcode, 6, 5), Bits32(opcode, 11, 7), shift_t); in DecodeImmShiftARM() 68 static inline uint32_t DecodeImmShift(const ARM_ShifterType shift_t, in DecodeImmShift() function 71 return DecodeImmShift(shift_t, imm5, dont_care); in DecodeImmShift()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 3810 (shift_type == SRType_RRX ? 1 : DecodeImmShift(shift_type, imm5)); in EmulateShiftImm() 5374 shift_n = DecodeImmShift(typ, imm5, shift_t); in EmulateSTRRegister() 6559 shift_n = DecodeImmShift(type, imm5, shift_t); in EmulateLDRRegister() 6982 shift_n = DecodeImmShift(type, imm5, shift_t); in EmulateLDRBRegister()
|