Searched refs:ImmExtendShift (Results 1 – 9 of 9) sorted by relevance
4223 if (instr->ImmExtendShift() > 0) { in SubstituteExtendField()4224 AppendToOutput(", lsl #%d", instr->ImmExtendShift()); in SubstituteExtendField()4228 if (instr->ImmExtendShift() > 0) { in SubstituteExtendField()4229 AppendToOutput(" #%d", instr->ImmExtendShift()); in SubstituteExtendField()
972 Instr Assembler::ImmExtendShift(unsigned left_shift) {
180 V_(ImmExtendShift, 12, 10, Bits) \
2186 inline static Instr ImmExtendShift(unsigned left_shift);
3942 ExtendMode(operand.extend()) | ImmExtendShift(operand.shift_amount()) | in DataProcExtendedRegister()
107 V_(ImmExtendShift, 12, 10, ExtractBits) \
7221 static Instr ImmExtendShift(unsigned left_shift) { in ImmExtendShift() function
5740 ImmExtendShift(operand.GetShiftAmount()) | dest_reg | RnSP(rn)); in DataProcExtendedRegister()
1848 unsigned left_shift = instr->ImmExtendShift(); in VisitAddSubExtended()