Home | History | Annotate | Download | only in optimizing

Lines Matching full:shift_amount

1906   int64_t shift_amount = instruction->GetShiftAmount() &
1915 right_operand = Operand(right_reg, helpers::ShiftFromOpKind(op_kind), shift_amount);
5079 const size_t shift_amount = Primitive::ComponentSizeShift(type);
5081 uint32_t computed_offset = offset + (Int64ConstantFrom(index) << shift_amount);
5086 Load(type, ref_reg, HeapOperand(temp2, XRegisterFrom(index), LSL, shift_amount));