Home | History | Annotate | Download | only in ppc

Lines Matching refs:scratch1_

178         scratch1_(scratch1),
191 scratch1_(scratch1),
209 __ mflr(scratch1_);
210 __ Push(scratch1_);
212 RecordWriteStub stub(isolate(), object_, scratch0_, scratch1_,
215 __ addi(scratch1_, object_, Operand(offset_immediate_));
218 __ add(scratch1_, object_, offset_);
228 __ Pop(scratch1_);
229 __ mtlr(scratch1_);
239 Register const scratch1_;