Home | History | Annotate | Download | only in x64

Lines Matching refs:pushes

751   ZoneVector<MoveOperands*> pushes(zone());
752 GetPushCompatibleMoves(instr, flags, &pushes);
754 if (!pushes.empty() &&
755 (LocationOperand::cast(pushes.back()->destination()).index() + 1 ==
758 for (auto move : pushes) {
773 // Pushes of non-scalar data types is not supported.