Lines Matching refs:temp_1
3404 SwVfpRegister temp_1 = temps.AcquireS(); in AssembleSwap() local
3406 __ vldr(temp_1, src); in AssembleSwap()
3408 __ vstr(temp_1, dst); in AssembleSwap()
3414 DwVfpRegister temp_1 = temps.AcquireD(); in AssembleSwap() local
3416 __ vldr(temp_1, src); in AssembleSwap()
3418 __ vstr(temp_1, dst); in AssembleSwap()
3427 SwVfpRegister temp_1 = temp.high(); in AssembleSwap() local
3429 __ vldr(temp_1, src0); in AssembleSwap()
3431 __ vstr(temp_1, dst0); in AssembleSwap()
3433 __ vldr(temp_1, src1); in AssembleSwap()
3435 __ vstr(temp_1, dst1); in AssembleSwap()
3445 DwVfpRegister temp_1 = temps.AcquireD(); in AssembleSwap() local
3447 __ vldr(temp_1, src0); in AssembleSwap()
3449 __ vstr(temp_1, dst0); in AssembleSwap()
3451 __ vldr(temp_1, src1); in AssembleSwap()
3453 __ vstr(temp_1, dst1); in AssembleSwap()