Lines Matching defs:scale
399 int scale() const { return scale_; }
438 int scale() const {
448 scale_ = left_matcher.scale();
459 scale_ = right_matcher.scale();
523 int scale() const { return scale_; }
538 // displacements and scale factors that are used as inputs, so instead of
541 // find all of the interesting cases (S = index * scale, B = base input, D =
563 int scale = 0;
566 scale = m.scale();
613 scale = left_matcher.scale();
640 scale = left_matcher.scale();
649 scale = left_matcher.scale();
721 // If the scale requires explicitly using the index as the base, but a
722 // base is already part of the match, then the (1 << N + 1) scale factor
723 // can't be folded into the match and the entire index * scale
726 scale = 0;
731 if (!(options & AddressOption::kAllowScale) && scale != 0) {
733 scale = 0;
739 scale_ = scale;