Home | History | Annotate | Download | only in ia32

Lines Matching refs:rmode_

278   bool is_zero() const { return x_ == 0 && rmode_ == RelocInfo::NONE; }
280 return -128 <= x_ && x_ < 128 && rmode_ == RelocInfo::NONE;
283 return -32768 <= x_ && x_ < 32768 && rmode_ == RelocInfo::NONE;
290 RelocInfo::Mode rmode_;
381 RelocInfo::Mode rmode_;