Searched refs:ImmExtendShift (Results 1 – 9 of 9) sorted by relevance
1649 if (instr->ImmExtendShift() > 0) { in SubstituteExtendField()1650 AppendToOutput(", lsl #%d", instr->ImmExtendShift()); in SubstituteExtendField()1654 if (instr->ImmExtendShift() > 0) { in SubstituteExtendField()1655 AppendToOutput(" #%d", instr->ImmExtendShift()); in SubstituteExtendField()
149 V_(ImmExtendShift, 12, 10, Bits) \
1092 Instr Assembler::ImmExtendShift(unsigned left_shift) {
1776 inline static Instr ImmExtendShift(unsigned left_shift);
2539 ExtendMode(operand.extend()) | ImmExtendShift(operand.shift_amount()) | in DataProcExtendedRegister()
1476 unsigned left_shift = instr->ImmExtendShift(); in VisitAddSubExtended()
79 V_(ImmExtendShift, 12, 10, ExtractBits) \
2759 static Instr ImmExtendShift(unsigned left_shift) { in ImmExtendShift() function
4241 ImmExtendShift(operand.GetShiftAmount()) | dest_reg | RnSP(rn)); in DataProcExtendedRegister()