Searched refs:SRType_ROR (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | ARMUtils.h | 43 shift_t = SRType_ROR; in DecodeImmShift() 85 return SRType_ROR; in DecodeRegShift() 236 case SRType_ROR: in Shift_C()
|
| H A D | ARMDefines.h | 26 SRType_ROR, enumerator
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 3677 (result, carry) = Shift_C(R[m], SRType_ROR, shift_n, APSR.C); in EmulateRORImm() 3689 return EmulateShiftImm(opcode, encoding, SRType_ROR); in EmulateRORImm() 3704 (result, carry) = Shift_C(R[m], SRType_ROR, shift_n, APSR.C); in EmulateRORReg() 3713 return EmulateShiftReg(opcode, encoding, SRType_ROR); in EmulateRORReg() 3763 if (shift_type == SRType_ROR && use_encoding == eEncodingT1) { in EmulateShiftImm() 3773 if (shift_type == SRType_ROR) in EmulateShiftImm() 3805 if (shift_type == SRType_ROR && imm5 == 0) in EmulateShiftImm()
|