Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h25 ARM_ShifterType &shift_t) { in DecodeImmShift()
54 ARM_ShifterType &shift_t) { in DecodeImmShiftThumb()
63 ARM_ShifterType &shift_t) { in DecodeImmShiftARM()
67 static inline uint32_t DecodeImmShift(const ARM_ShifterType shift_t, in DecodeImmShift()
69 ARM_ShifterType dont_care; in DecodeImmShift()
73 static inline ARM_ShifterType DecodeRegShift(const uint32_t type) { in DecodeRegShift()
212 static inline uint32_t Shift_C(const uint32_t value, ARM_ShifterType type, in Shift_C()
252 static inline uint32_t Shift(const uint32_t value, ARM_ShifterType type, in Shift()
H A DARMDefines.h22 enum ARM_ShifterType { enum
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h445 ARM_ShifterType shift_type);
449 ARM_ShifterType shift_type);
H A DEmulateInstructionARM.cpp1679 ARM_ShifterType shift_t; in EmulateMVNReg()
3220 ARM_ShifterType shift_t; in EmulateADDReg()
3351 ARM_ShifterType shift_t; in EmulateCMNReg()
3468 ARM_ShifterType shift_t; in EmulateCMPReg()
5319 ARM_ShifterType shift_t; in EmulateSTRRegister()
5643 ARM_ShifterType shift_t; in EmulateSTRHRegister()
5889 ARM_ShifterType shift_t; in EmulateADCReg()
6112 ARM_ShifterType shift_t; in EmulateANDReg()
9252 ARM_ShifterType shift_t; in EmulateRSBReg()
9390 ARM_ShifterType shift_t; in EmulateRSCReg()
[all …]