Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h26 ARM_ShifterType &shift_t) { in DecodeImmShift()
55 ARM_ShifterType &shift_t) { in DecodeImmShiftThumb()
64 ARM_ShifterType &shift_t) { in DecodeImmShiftARM()
68 static inline uint32_t DecodeImmShift(const ARM_ShifterType shift_t, in DecodeImmShift()
70 ARM_ShifterType dont_care; in DecodeImmShift()
74 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.h28 } ARM_ShifterType; typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h449 ARM_ShifterType shift_type);
453 ARM_ShifterType shift_type);
H A DEmulateInstructionARM.cpp1692 ARM_ShifterType shift_t; in EmulateMVNReg()
3233 ARM_ShifterType shift_t; in EmulateADDReg()
3364 ARM_ShifterType shift_t; in EmulateCMNReg()
3481 ARM_ShifterType shift_t; in EmulateCMPReg()
5332 ARM_ShifterType shift_t; in EmulateSTRRegister()
5656 ARM_ShifterType shift_t; in EmulateSTRHRegister()
5902 ARM_ShifterType shift_t; in EmulateADCReg()
6125 ARM_ShifterType shift_t; in EmulateANDReg()
9265 ARM_ShifterType shift_t; in EmulateRSBReg()
9403 ARM_ShifterType shift_t; in EmulateRSCReg()
[all …]