Searched refs:DecodeImmShiftARM (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | ARMUtils.h | 62 static inline uint32_t DecodeImmShiftARM(const uint32_t opcode, in DecodeImmShiftARM() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 1711 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() 9275 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateRSBReg() 9403 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateRSCReg() [all …]
|