Home | History | Annotate | Download | only in optimizing

Lines Matching refs:tmp_reg

1118   Register tmp_reg = locations->GetTemp(0).AsRegister<Register>();
1139 __ LoadImmediate(tmp_reg, std::numeric_limits<uint16_t>::max());
1140 __ cmp(char_reg, ShifterOperand(tmp_reg));
1147 DCHECK_EQ(tmp_reg, R2);
1149 __ LoadImmediate(tmp_reg, 0);