Home | History | Annotate | Download | only in x87

Lines Matching refs:moves

25   // Build up a worklist of moves.
30 // Skip constants to perform them last. They don't block other moves
31 // and skipping such moves with register destinations keeps those
38 // Perform the moves with constant sources.
52 // Perform a linear sweep of the moves to add them to the initial list of
53 // moves to perform, ignoring any move that is redundant (the source is
56 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands();
57 for (int i = 0; i < moves->length(); ++i) {
58 LMoveOperands move = moves->at(i);
85 // such moves.
275 // moves.