Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DARMUtils.h62 static inline uint32_t DecodeImmShiftARM(const uint32_t opcode, in DecodeImmShiftARM() function
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp1711 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateMVNReg()
3253 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateADDReg()
3376 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateCMNReg()
3502 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateCMPReg()
5919 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateADCReg()
6146 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateANDReg()
6308 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateBICReg()
8956 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateEORReg()
9123 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateORRReg()
9275 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateRSBReg()
[all …]