Home
last modified time | relevance | path

Searched refs:ARM_ShifterType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h26 ARM_ShifterType &shift_t) { in DecodeImmShift()
56 ARM_ShifterType &shift_t) { in DecodeImmShiftThumb()
65 ARM_ShifterType &shift_t) { in DecodeImmShiftARM()
69 static inline uint32_t DecodeImmShift(const ARM_ShifterType shift_t, in DecodeImmShift()
71 ARM_ShifterType dont_care; in DecodeImmShift()
75 static inline ARM_ShifterType DecodeRegShift(const uint32_t type) { in DecodeRegShift()
213 static inline uint32_t Shift_C(const uint32_t value, ARM_ShifterType type, in Shift_C()
253 static inline uint32_t Shift(const uint32_t value, ARM_ShifterType type, in Shift()
H A DARMDefines.h22 enum ARM_ShifterType { enum
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h445 ARM_ShifterType shift_type);
449 ARM_ShifterType shift_type);
H A DEmulateInstructionARM.cpp1682 ARM_ShifterType shift_t; in EmulateMVNReg()
3219 ARM_ShifterType shift_t; in EmulateADDReg()
3350 ARM_ShifterType shift_t; in EmulateCMNReg()
3467 ARM_ShifterType shift_t; in EmulateCMPReg()
3743 ARM_ShifterType shift_type) { in EmulateShiftImm()
3829 ARM_ShifterType shift_type) { in EmulateShiftReg()
5308 ARM_ShifterType shift_t; in EmulateSTRRegister()
5630 ARM_ShifterType shift_t; in EmulateSTRHRegister()
5872 ARM_ShifterType shift_t; in EmulateADCReg()
6095 ARM_ShifterType shift_t; in EmulateANDReg()
[all …]