Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h41 shift_t = SRType_RRX; in DecodeImmShift()
216 if (type == SRType_RRX && amount != 1) { in Shift_C()
240 case SRType_RRX: in Shift_C()
H A DARMDefines.h27 SRType_RRX, enumerator
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp3726 (result, carry) = Shift_C(R[m], SRType_RRX, 1, APSR.C); in EmulateRRX()
3738 return EmulateShiftImm(opcode, encoding, SRType_RRX); in EmulateRRX()
3779 if (shift_type == SRType_RRX) in EmulateShiftImm()
3801 shift_type = SRType_RRX; in EmulateShiftImm()
3810 (shift_type == SRType_RRX ? 1 : DecodeImmShift(shift_type, imm5)); in EmulateShiftImm()