Lines Matching defs:shift
516 // TODO(turbofan): if the shift count >= 32, then we can set the low word
519 Node* shift = node->InputAt(1);
520 if (HasReplacementLow(shift)) {
522 // the shift can only be between 0 and 63 anyways.
523 node->ReplaceInput(1, GetReplacementLow(shift));
536 // TODO(turbofan): if the shift count >= 32, then we can set the low word
539 Node* shift = node->InputAt(1);
540 if (HasReplacementLow(shift)) {
542 // the shift can only be between 0 and 63 anyways.
543 node->ReplaceInput(1, GetReplacementLow(shift));
556 // TODO(turbofan): if the shift count >= 32, then we can set the low word
559 Node* shift = node->InputAt(1);
560 if (HasReplacementLow(shift)) {
562 // the shift can only be between 0 and 63 anyways.
563 node->ReplaceInput(1, GetReplacementLow(shift));
706 Node* shift = HasReplacementLow(node->InputAt(1))
709 Int32Matcher m(shift);
711 // Precondition: 0 <= shift < 64.
751 Node* safe_shift = shift;
754 graph()->NewNode(machine()->Word32And(), shift,
776 // We have to mask the shift value for this comparison. If
779 Node* masked_shift6 = shift;
782 graph()->NewNode(machine()->Word32And(), shift,
793 // at the output. We swap the inputs so that shift does not have to be