Searched refs:SRType_ROR (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | ARMUtils.h | 45 shift_t = SRType_ROR; in DecodeImmShift() 87 return SRType_ROR; in DecodeRegShift() 237 case SRType_ROR: in Shift_C()
|
| H A D | ARMDefines.h | 26 SRType_ROR, enumerator
|
| /src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 3676 (result, carry) = Shift_C(R[m], SRType_ROR, shift_n, APSR.C); in EmulateRORImm() 3688 return EmulateShiftImm(opcode, encoding, SRType_ROR); in EmulateRORImm() 3703 (result, carry) = Shift_C(R[m], SRType_ROR, shift_n, APSR.C); in EmulateRORReg() 3712 return EmulateShiftReg(opcode, encoding, SRType_ROR); in EmulateRORReg() 3762 if (shift_type == SRType_ROR && use_encoding == eEncodingT1) { in EmulateShiftImm() 3800 if (shift_type == SRType_ROR && imm5 == 0) in EmulateShiftImm()
|