Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DARMUtils.h67 static inline uint32_t DecodeImmShiftARM(const uint32_t opcode, ARM_ShifterType &shift_t) in DecodeImmShiftARM() function
/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp1153 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateMVNReg()
2672 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateADDReg()
2798 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateCMNReg()
2924 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateCMPReg()
5352 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateADCReg()
5581 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateANDReg()
5741 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateBICReg()
8381 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateEORReg()
8547 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateORRReg()
8699 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateRSBReg()
[all …]