Lines Matching refs:IsWRegister
129 } else if (src.IsWRegister()) { in Store()
263 } else if (dest.IsWRegister()) { in Load()
332 CHECK(src.IsWRegister()); in Move()
341 } else if (dst.IsWRegister()) { in Move()
342 CHECK(src.IsWRegister()) << src; in Move()
404 CHECK(scratch.IsXRegister() || scratch.IsWRegister()) << scratch; in Copy()
423 CHECK(scratch.IsXRegister() || scratch.IsWRegister()) << scratch; in Copy()
450 CHECK(scratch.IsXRegister() || scratch.IsWRegister()) << scratch; in Copy()
453 if (scratch.IsWRegister()) { in Copy()
486 CHECK(reg.IsWRegister()) << reg; in SignExtend()
497 CHECK(reg.IsWRegister()) << reg; in ZeroExtend()
739 } else if (reg.IsWRegister()) { in BuildFrame()