Lines Matching refs:offset_
623 // "sign_of(constructor's offset parameter) and the value of offset_ is
627 // sign_ is "constructor's sign parameter" and the value of offset_ is
630 // The value of offset_ reflects the effective offset. For an offset_ of 0,
632 // the sign of offset_.
639 offset_(0),
656 offset_(offset),
666 offset_(sign.IsPlus() ? offset : -offset),
683 offset_(0),
697 offset_(0),
717 offset_(0),
733 offset_(0),
756 offset_(0),
777 offset_(0),
788 int32_t GetOffsetImmediate() const { return offset_; }
792 return (offset_ >= min) && (offset_ <= max) &&
793 ((offset_ % multiple_of) == 0);
807 bool IsImmediateZero() const { return !rm_.IsValid() && (offset_ == 0); }
816 return (GetAddrMode() == Offset) && !rm_.IsValid() && (offset_ == 0);
865 int32_t offset_;