Lines Matching defs:temp1
1667 GpuRegister temp1 = locations->GetTemp(0).AsRegister<GpuRegister>();
1707 __ Lw(temp1, str, class_offset);
1709 __ Bnec(temp1, temp2, &return_false);
1713 __ Lw(temp1, str, count_offset);
1717 __ Bnec(temp1, temp2, &return_false);
1721 __ Beqzc(temp1, &return_true);
1733 __ Dext(temp2, temp1, 0, 1); // Extract compression flag.
1734 __ Srl(temp1, temp1, 1); // Extract length.
1735 __ Sllv(temp1, temp1, temp2); // Double the byte count if uncompressed.
1747 __ Addiu(temp1, temp1, mirror::kUseStringCompression ? -8 : -4);
1748 __ Bgtzc(temp1, &loop);