@@ -1609,7 +1609,7 @@ uint MachSpillCopyNode::implementation( CodeBuffer *cbuf, PhaseRegAlloc *ra_, bo
16091609 __ st_d(as_Register(Matcher::_regEncode[src_first]), Address(SP, offset));
16101610#ifndef PRODUCT
16111611 } else {
1612- st->print("\tst_d %s, [SP + #%d] # spill 8",
1612+ st->print("\tst_d %s, [SP + #%d]\t # spill 8",
16131613 Matcher::regName[src_first],
16141614 offset);
16151615#endif
@@ -1659,8 +1659,7 @@ uint MachSpillCopyNode::implementation( CodeBuffer *cbuf, PhaseRegAlloc *ra_, bo
16591659 __ add_d(as_Register(Matcher::_regEncode[dst_first]), as_Register(Matcher::_regEncode[src_first]), R0);
16601660#ifndef PRODUCT
16611661 } else {
1662- st->print("\n\t");
1663- st->print("move(32-bit) %s <-- %s\t# spill 11",
1662+ st->print("\tmove(32-bit) %s <-- %s\t# spill 11",
16641663 Matcher::regName[dst_first],
16651664 Matcher::regName[src_first]);
16661665#endif
@@ -1677,8 +1676,7 @@ uint MachSpillCopyNode::implementation( CodeBuffer *cbuf, PhaseRegAlloc *ra_, bo
16771676 __ movgr2fr_d(as_FloatRegister(Matcher::_regEncode[dst_first]), as_Register(Matcher::_regEncode[src_first]));
16781677#ifndef PRODUCT
16791678 } else {
1680- st->print("\n\t");
1681- st->print("movgr2fr_d %s, %s\t# spill 12",
1679+ st->print("\tmovgr2fr_d %s, %s\t# spill 12",
16821680 Matcher::regName[dst_first],
16831681 Matcher::regName[src_first]);
16841682#endif
@@ -1692,8 +1690,7 @@ uint MachSpillCopyNode::implementation( CodeBuffer *cbuf, PhaseRegAlloc *ra_, bo
16921690 __ movgr2fr_w(as_FloatRegister(Matcher::_regEncode[dst_first]), as_Register(Matcher::_regEncode[src_first]));
16931691#ifndef PRODUCT
16941692 } else {
1695- st->print("\n\t");
1696- st->print("movgr2fr_w %s, %s\t# spill 13",
1693+ st->print("\tmovgr2fr_w %s, %s\t# spill 13",
16971694 Matcher::regName[dst_first],
16981695 Matcher::regName[src_first]);
16991696#endif
@@ -1714,8 +1711,7 @@ uint MachSpillCopyNode::implementation( CodeBuffer *cbuf, PhaseRegAlloc *ra_, bo
17141711 __ fst_d( as_FloatRegister(Matcher::_regEncode[src_first]), Address(SP, offset) );
17151712#ifndef PRODUCT
17161713 } else {
1717- st->print("\n\t");
1718- st->print("fst_d %s, [SP + #%d]\t# spill 14",
1714+ st->print("\tfst_d %s, [SP + #%d]\t# spill 14",
17191715 Matcher::regName[src_first],
17201716 offset);
17211717#endif
@@ -1730,8 +1726,7 @@ uint MachSpillCopyNode::implementation( CodeBuffer *cbuf, PhaseRegAlloc *ra_, bo
17301726 __ fst_s(as_FloatRegister(Matcher::_regEncode[src_first]), Address(SP, offset));
17311727#ifndef PRODUCT
17321728 } else {
1733- st->print("\n\t");
1734- st->print("fst_s %s, [SP + #%d]\t# spill 15",
1729+ st->print("\tfst_s %s, [SP + #%d]\t# spill 15",
17351730 Matcher::regName[src_first],
17361731 offset);
17371732#endif
@@ -1748,8 +1743,7 @@ uint MachSpillCopyNode::implementation( CodeBuffer *cbuf, PhaseRegAlloc *ra_, bo
17481743 __ movfr2gr_d( as_Register(Matcher::_regEncode[dst_first]), as_FloatRegister(Matcher::_regEncode[src_first]));
17491744#ifndef PRODUCT
17501745 } else {
1751- st->print("\n\t");
1752- st->print("movfr2gr_d %s, %s\t# spill 16",
1746+ st->print("\tmovfr2gr_d %s, %s\t# spill 16",
17531747 Matcher::regName[dst_first],
17541748 Matcher::regName[src_first]);
17551749#endif
@@ -1763,8 +1757,7 @@ uint MachSpillCopyNode::implementation( CodeBuffer *cbuf, PhaseRegAlloc *ra_, bo
17631757 __ movfr2gr_s( as_Register(Matcher::_regEncode[dst_first]), as_FloatRegister(Matcher::_regEncode[src_first]));
17641758#ifndef PRODUCT
17651759 } else {
1766- st->print("\n\t");
1767- st->print("movfr2gr_s %s, %s\t# spill 17",
1760+ st->print("\tmovfr2gr_s %s, %s\t# spill 17",
17681761 Matcher::regName[dst_first],
17691762 Matcher::regName[src_first]);
17701763#endif
@@ -1781,8 +1774,7 @@ uint MachSpillCopyNode::implementation( CodeBuffer *cbuf, PhaseRegAlloc *ra_, bo
17811774 __ fmov_d( as_FloatRegister(Matcher::_regEncode[dst_first]), as_FloatRegister(Matcher::_regEncode[src_first]));
17821775#ifndef PRODUCT
17831776 } else {
1784- st->print("\n\t");
1785- st->print("fmov_d %s <-- %s\t# spill 18",
1777+ st->print("\tfmov_d %s <-- %s\t# spill 18",
17861778 Matcher::regName[dst_first],
17871779 Matcher::regName[src_first]);
17881780#endif
@@ -1796,8 +1788,7 @@ uint MachSpillCopyNode::implementation( CodeBuffer *cbuf, PhaseRegAlloc *ra_, bo
17961788 __ fmov_s( as_FloatRegister(Matcher::_regEncode[dst_first]), as_FloatRegister(Matcher::_regEncode[src_first]));
17971789#ifndef PRODUCT
17981790 } else {
1799- st->print("\n\t");
1800- st->print("fmov_s %s <-- %s\t# spill 19",
1791+ st->print("\tfmov_s %s <-- %s\t# spill 19",
18011792 Matcher::regName[dst_first],
18021793 Matcher::regName[src_first]);
18031794#endif
0 commit comments