Home | History | Annotate | Download | only in ppc

Lines Matching refs:temp_0

2515     Register temp_0 = kScratchReg;
2519 temp_0, src);
2521 __ StoreP(temp_0, dst);
2541 DoubleRegister temp_0 = kScratchDoubleReg;
2545 __ lfd(temp_0, src);
2547 __ stfd(temp_0, dst);