Lines Matching refs:temp_1
3503 Register temp_1 = kScratchReg2; in AssembleSwap() local
3507 __ lw(temp_1, dst); in AssembleSwap()
3509 __ sw(temp_1, src); in AssembleSwap()
3560 FPURegister temp_1 = kScratchDoubleReg; in AssembleSwap() local
3567 __ Ldc1(temp_1, dst0); // Save destination in temp_1. in AssembleSwap()
3572 __ Sdc1(temp_1, src0); in AssembleSwap()
3574 __ lwc1(temp_1, dst0); // Save destination in temp_1. in AssembleSwap()
3577 __ swc1(temp_1, src0); in AssembleSwap()
3587 MSARegister temp_1 = kSimd128ScratchReg; in AssembleSwap() local
3588 __ ld_b(temp_1, dst0); // Save destination in temp_1. in AssembleSwap()
3597 __ st_b(temp_1, src0); in AssembleSwap()