Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h25 ARM_ShifterType &shift_t) { in DecodeImmShift() argument
31 shift_t = SRType_LSL; in DecodeImmShift()
34 shift_t = SRType_LSR; in DecodeImmShift()
37 shift_t = SRType_ASR; in DecodeImmShift()
41 shift_t = SRType_RRX; in DecodeImmShift()
44 shift_t = SRType_ROR; in DecodeImmShift()
48 shift_t = SRType_Invalid; in DecodeImmShift()
58 shift_t); in DecodeImmShiftThumb()
64 ARM_ShifterType &shift_t) { in DecodeImmShiftARM() argument
68 static inline uint32_t DecodeImmShift(const ARM_ShifterType shift_t, in DecodeImmShift() argument
[all …]
/openbsd/gnu/llvm/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 …]