Lines Matching full:scratch1_
554 scratch1_ = GetRegThatIsNotOneOf(object_, address_, scratch0_);
558 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_));
561 masm->push(scratch1_);
565 masm->pop(scratch1_);
572 masm->stm(db_w, sp, (kCallerSaved | lr.bit()) & ~scratch1_.bit());
599 masm->ldm(ia_w, sp, (kCallerSaved | lr.bit()) & ~scratch1_.bit());
605 inline Register scratch1() { return scratch1_; }
611 Register scratch1_;