Home | History | Annotate | Download | only in mips64

Lines Matching refs:temp_0

2609     Register temp_0 = kScratchReg;
2613 __ ld(temp_0, src);
2615 __ sd(temp_0, dst);
2634 Register temp_0 = kScratchReg;
2641 __ lw(temp_0, src0); // Then use temp_0 to copy source to destination.
2642 __ sw(temp_0, dst0);
2643 __ lw(temp_0, src1);
2644 __ sw(temp_0, dst1);