Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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 …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1693 shift_t = SRType_LSL; in EmulateMVNReg()
3234 shift_t = SRType_LSL; in EmulateADDReg()
3241 shift_t = SRType_LSL; in EmulateADDReg()
3356 ARM_ShifterType shift_t; in EmulateCMNReg() local
3362 shift_t = SRType_LSL; in EmulateCMNReg()
3473 ARM_ShifterType shift_t; in EmulateCMPReg() local
3479 shift_t = SRType_LSL; in EmulateCMPReg()
3485 shift_t = SRType_LSL; in EmulateCMPReg()
9257 ARM_ShifterType shift_t; in EmulateRSBReg() local
9395 ARM_ShifterType shift_t; in EmulateRSCReg() local
[all …]