Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h63 static inline uint32_t DecodeImmShiftARM(const uint32_t opcode, in DecodeImmShiftARM() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1719 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateMVNReg()
3261 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateADDReg()
3384 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateCMNReg()
3510 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateCMPReg()
5927 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateADCReg()
6154 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateANDReg()
6316 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateBICReg()
8964 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateEORReg()
9283 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateRSBReg()
9411 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateRSCReg()
[all …]