Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h26 ARM_ShifterType &shift_t) { in DecodeImmShift() argument
32 shift_t = SRType_LSL; in DecodeImmShift()
35 shift_t = SRType_LSR; in DecodeImmShift()
38 shift_t = SRType_ASR; in DecodeImmShift()
42 shift_t = SRType_RRX; in DecodeImmShift()
45 shift_t = SRType_ROR; in DecodeImmShift()
49 shift_t = SRType_Invalid; in DecodeImmShift()
59 shift_t); in DecodeImmShiftThumb()
65 ARM_ShifterType &shift_t) { in DecodeImmShiftARM() argument
69 static inline uint32_t DecodeImmShift(const ARM_ShifterType shift_t, in DecodeImmShift() argument
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1691 shift_t = SRType_LSL; in EmulateMVNReg()
3228 shift_t = SRType_LSL; in EmulateADDReg()
3235 shift_t = SRType_LSL; in EmulateADDReg()
3350 ARM_ShifterType shift_t; in EmulateCMNReg() local
3356 shift_t = SRType_LSL; in EmulateCMNReg()
3467 ARM_ShifterType shift_t; in EmulateCMPReg() local
3473 shift_t = SRType_LSL; in EmulateCMPReg()
3479 shift_t = SRType_LSL; in EmulateCMPReg()
9232 ARM_ShifterType shift_t; in EmulateRSBReg() local
9370 ARM_ShifterType shift_t; in EmulateRSCReg() local
[all …]