Home | History | Annotate | Download | only in optimizing

Lines Matching full:temp2

2093   Register temp2 = locations->GetTemp(1).AsRegister<Register>();
2132 __ Lw(temp2, arg, class_offset);
2133 __ Bne(temp1, temp2, &return_false);
2138 __ Lw(temp2, arg, count_offset);
2141 __ Bne(temp1, temp2, &return_false);
2159 __ Ext(temp2, temp1, 0, 1);
2161 __ Sll(temp2, temp1, 31);
2162 __ Srl(temp2, temp2, 31);
2165 __ Sllv(temp1, temp1, temp2); // Double the byte count if uncompressed.
2172 __ Lw(temp2, temp3, value_offset);
2173 __ Bne(out, temp2, &return_false);