Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h25 ARM_ShifterType &shift_t) { in DecodeImmShift() argument
30 shift_t = SRType_LSL; in DecodeImmShift()
33 shift_t = SRType_LSR; in DecodeImmShift()
36 shift_t = SRType_ASR; in DecodeImmShift()
40 shift_t = SRType_RRX; in DecodeImmShift()
43 shift_t = SRType_ROR; in DecodeImmShift()
47 shift_t = SRType_Invalid; in DecodeImmShift()
57 shift_t); in DecodeImmShiftThumb()
63 ARM_ShifterType &shift_t) { in DecodeImmShiftARM() argument
67 static inline uint32_t DecodeImmShift(const ARM_ShifterType shift_t, in DecodeImmShift() argument
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1688 shift_t = SRType_LSL; in EmulateMVNReg()
3229 shift_t = SRType_LSL; in EmulateADDReg()
3236 shift_t = SRType_LSL; in EmulateADDReg()
3351 ARM_ShifterType shift_t; in EmulateCMNReg() local
3357 shift_t = SRType_LSL; in EmulateCMNReg()
3468 ARM_ShifterType shift_t; in EmulateCMPReg() local
3474 shift_t = SRType_LSL; in EmulateCMPReg()
3480 shift_t = SRType_LSL; in EmulateCMPReg()
9252 ARM_ShifterType shift_t; in EmulateRSBReg() local
9390 ARM_ShifterType shift_t; in EmulateRSCReg() local
[all …]