Home | History | Annotate | Download | only in x87

Lines Matching refs:IsNone

281   bool is_zero() const { return x_ == 0 && RelocInfo::IsNone(rmode_); }
283 return -128 <= x_ && x_ < 128 && RelocInfo::IsNone(rmode_);
286 return -32768 <= x_ && x_ < 32768 && RelocInfo::IsNone(rmode_);