Home
last modified time | relevance | path

Searched refs:SRType_ASR (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h36 shift_t = SRType_ASR; in DecodeImmShift()
83 return SRType_ASR; in DecodeRegShift()
233 case SRType_ASR: in Shift_C()
H A DARMDefines.h25 SRType_ASR, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp3533 (result, carry) = Shift_C(R[m], SRType_ASR, shift_n, APSR.C); in EmulateASRImm()
3545 return EmulateShiftImm(opcode, encoding, SRType_ASR); in EmulateASRImm()
3560 (result, carry) = Shift_C(R[m], SRType_ASR, shift_n, APSR.C); in EmulateASRReg()
3569 return EmulateShiftReg(opcode, encoding, SRType_ASR); in EmulateASRReg()