Searched refs:GetShift (Results 1 – 3 of 3) sorted by relevance
255 if (sop.GetShift() == arm::Shift::RRX) { in GetShiftString()256 oss << sop.GetRegister() << ", " << sop.GetShift(); in GetShiftString()258 oss << sop.GetRegister() << ", " << sop.GetShift() << " #" << sop.GetImmediate(); in GetShiftString()
95 Shift GetShift() const { in GetShift() function241 Shift GetShift() const { in GetShift() function
728 if (so.IsShift() && (so.GetShift() == RRX || so.GetImmediate() != 0u)) { in Is32BitDataProcessing()744 if (opcode == MOV && so.IsRegister() && so.IsShift() && so.GetShift() == ROR) { in Is32BitDataProcessing()916 switch (so.GetShift()) { in Emit16BitDataProcessing()