Home | History | Annotate | Download | only in optimizing

Lines Matching refs:dest_pos

1295   HIntConstant* dest_pos = invoke->InputAt(3)->AsIntConstant();
1301 if (dest_pos != nullptr && !assembler_->ShifterOperandCanAlwaysHold(dest_pos->GetValue())) {
1388 Location dest_pos = locations->InAt(3);
1404 if (dest_pos.IsConstant()) {
1405 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue();
1416 || (src_pos_constant >= dest_pos.GetConstant()->AsIntConstant()->GetValue()));
1422 __ cmp(dest_pos.AsRegister<Register>(), ShifterOperand(src_pos_constant));
1430 if (dest_pos.IsConstant()) {
1431 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue();
1434 __ cmp(src_pos.AsRegister<Register>(), ShifterOperand(dest_pos.AsRegister<Register>()));
1472 dest_pos,
1565 if (dest_pos.IsConstant()) {
1566 int32_t constant = dest_pos.GetConstant()->AsIntConstant()->GetValue();
1569 __ add(temp2, dest, ShifterOperand(dest_pos.AsRegister<Register>(), LSL, 2));