Home | History | Annotate | Download | only in optimizing

Lines Matching refs:TIMES_2

1704             (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_2) + data_offset;
1707 __ Sll(TMP, index.AsRegister<Register>(), TIMES_2);
1719 (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_2) + data_offset;
1722 __ Sll(TMP, index.AsRegister<Register>(), TIMES_2);
1865 (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_2) + data_offset;
1868 __ Sll(TMP, index.AsRegister<Register>(), TIMES_2);