Searched refs:ShiftDP (Results 1 – 9 of 9) sorted by relevance
314 if (rn_is_zr && (instr->ImmDPShift() == 0) && (instr->ShiftDP() == LSL)) { in VisitLogicalShifted()1545 DCHECK(instr->ShiftDP() <= 0x3); in SubstituteShiftField()1549 DCHECK(instr->ShiftDP() != ROR); in SubstituteShiftField()1554 AppendToOutput(", %s #%" PRId32, shift_type[instr->ShiftDP()], in SubstituteShiftField()
141 V_(ShiftDP, 23, 22, Bits) \
1075 Instr Assembler::ShiftDP(Shift shift) {
1451 Shift shift_type = static_cast<Shift>(instr->ShiftDP()); in VisitAddSubShifted()1497 Shift shift_type = static_cast<Shift>(instr->ShiftDP()); in VisitLogicalShifted()
1773 inline static Instr ShiftDP(Shift shift);
2526 ShiftDP(operand.shift()) | ImmDPShift(operand.shift_amount()) | in DataProcShiftedRegister()
71 V_(ShiftDP, 23, 22, ExtractBits) \
2747 static Instr ShiftDP(Shift shift) { in ShiftDP() function
4227 Emit(SF(rd) | op | Flags(S) | ShiftDP(operand.GetShift()) | in DataProcShiftedRegister()