Home | History | Annotate | Download | only in s390

Lines Matching refs:pushes

810   ZoneVector<MoveOperands*> pushes(zone());
811 GetPushCompatibleMoves(instr, flags, &pushes);
813 if (!pushes.empty() &&
814 (LocationOperand::cast(pushes.back()->destination()).index() + 1 ==
818 for (auto move : pushes) {
839 // Pushes of non-scalar data types is not supported.