Lines Matching defs:temp1
2092 Register temp1 = locations->GetTemp(0).AsRegister<Register>();
2131 __ Lw(temp1, str, class_offset);
2133 __ Bne(temp1, temp2, &return_false);
2137 __ Lw(temp1, str, count_offset);
2141 __ Bne(temp1, temp2, &return_false);
2145 __ Beqz(temp1, &return_true);
2159 __ Ext(temp2, temp1, 0, 1);
2161 __ Sll(temp2, temp1, 31);
2164 __ Srl(temp1, temp1, 1); // Extract length.
2165 __ Sllv(temp1, temp1, temp2); // Double the byte count if uncompressed.
2177 __ Addiu(temp1, temp1, mirror::kUseStringCompression ? -4 : -2);
2178 __ Bgtz(temp1, &loop);