Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h448 ARM_ShifterType shift_type);
452 ARM_ShifterType shift_type);
H A DEmulateInstructionARM.cpp1684 ARM_ShifterType shift_t; in EmulateMVNReg()
3225 ARM_ShifterType shift_t; in EmulateADDReg()
3356 ARM_ShifterType shift_t; in EmulateCMNReg()
3473 ARM_ShifterType shift_t; in EmulateCMPReg()
5324 ARM_ShifterType shift_t; in EmulateSTRRegister()
5648 ARM_ShifterType shift_t; in EmulateSTRHRegister()
5894 ARM_ShifterType shift_t; in EmulateADCReg()
6117 ARM_ShifterType shift_t; in EmulateANDReg()
9257 ARM_ShifterType shift_t; in EmulateRSBReg()
9395 ARM_ShifterType shift_t; in EmulateRSCReg()
[all …]