Home
last modified time | relevance | path

Searched refs:DecodeImmShiftARM (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h62 static inline uint32_t DecodeImmShiftARM(const uint32_t opcode, in DecodeImmShiftARM() function
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1706 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateMVNReg()
3248 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateADDReg()
3371 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateCMNReg()
3497 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateCMPReg()
5914 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateADCReg()
6141 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateANDReg()
6303 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateBICReg()
8951 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateEORReg()
9270 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateRSBReg()
9398 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateRSCReg()
[all …]