Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DARMUtils.h40 shift_t = SRType_RRX; in DecodeImmShift()
215 if (type == SRType_RRX && amount != 1) { in Shift_C()
239 case SRType_RRX: in Shift_C()
DARMDefines.h27 SRType_RRX, enumerator
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp3732 (result, carry) = Shift_C(R[m], SRType_RRX, 1, APSR.C); in EmulateRRX()
3744 return EmulateShiftImm(opcode, encoding, SRType_RRX); in EmulateRRX()
3789 if (shift_type == SRType_RRX) in EmulateShiftImm()
3811 shift_type = SRType_RRX; in EmulateShiftImm()
3820 (shift_type == SRType_RRX ? 1 : DecodeImmShift(shift_type, imm5)); in EmulateShiftImm()