Home | History | Annotate | Download | only in x87

Lines Matching refs:scratch1_

191       scratch1_ = GetRegThatIsNotEcxOr(object_, address_, scratch0_);
193 scratch0_ = GetRegThatIsNotEcxOr(object_, address_, scratch1_);
196 object_ = GetRegThatIsNotEcxOr(address_, scratch0_, scratch1_);
199 address_ = GetRegThatIsNotEcxOr(object_, scratch0_, scratch1_);
207 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_));
208 DCHECK(!AreAliased(object_orig_, address_, scratch1_, scratch0_));
209 DCHECK(!AreAliased(object_, address_orig_, scratch1_, scratch0_));
219 masm->push(scratch1_);
242 masm->pop(scratch1_);
256 masm->PushCallerSaved(mode, ecx, scratch0_, scratch1_);
261 masm->PopCallerSaved(mode, ecx, scratch0_, scratch1_);
267 inline Register scratch1() { return scratch1_; }
276 Register scratch1_;