Searched refs:DecodeImmShiftARM (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | ARMUtils.h | 63 static inline uint32_t DecodeImmShiftARM(const uint32_t opcode, in DecodeImmShiftARM() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 1709 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateMVNReg() 3247 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateADDReg() 3370 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateCMNReg() 3496 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateCMPReg() 5897 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateADCReg() 6124 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateANDReg() 6286 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateBICReg() 8931 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateEORReg() 9098 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateORRReg() 9250 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateRSBReg() [all …]
|