Home | History | Annotate | Download | only in PowerPC

Lines Matching full:moves

426   std::vector<MachineMove> &Moves = MMI.getFrameMoves();
428 // Add the "machine moves" for the instructions we generated above, but in
439 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc));
442 Moves.push_back(MachineMove(FrameLabel, SP, SP));
448 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc));
454 Moves.push_back(MachineMove(FrameLabel, LRDst, LRSrc));
481 Moves.push_back(MachineMove(ReadyLabel, FPDst, FPSrc));
502 Moves.push_back(MachineMove(Label, CSDst, CSSrc));