Home
last modified time | relevance | path

Searched defs:shift_t (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDARMUtils.h26 … inline uint32_t DecodeImmShift(const uint32_t type, const uint32_t imm5, ARM_ShifterType &shift_t) in DecodeImmShift()
60 static inline uint32_t DecodeImmShiftThumb(const uint32_t opcode, ARM_ShifterType &shift_t) in DecodeImmShiftThumb()
67 static inline uint32_t DecodeImmShiftARM(const uint32_t opcode, ARM_ShifterType &shift_t) in DecodeImmShiftARM()
72 static inline uint32_t DecodeImmShift(const ARM_ShifterType shift_t, const uint32_t imm5) in DecodeImmShift()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
HDEmulateInstructionARM.cpp1154 ARM_ShifterType shift_t; in EmulateMVNReg() local
2671 ARM_ShifterType shift_t; in EmulateADDReg() local
2806 ARM_ShifterType shift_t; in EmulateCMNReg() local
2930 ARM_ShifterType shift_t; in EmulateCMPReg() local
4782 ARM_ShifterType shift_t; in EmulateSTRRegister() local
5106 ARM_ShifterType shift_t; in EmulateSTRHRegister() local
5354 ARM_ShifterType shift_t; in EmulateADCReg() local
5579 ARM_ShifterType shift_t; in EmulateANDReg() local
5742 ARM_ShifterType shift_t; in EmulateBICReg() local
5979 ARM_ShifterType shift_t; in EmulateLDRRegister() local
[all …]