From: ceriel Date: Thu, 6 Aug 1987 13:08:02 +0000 (+0000) Subject: moved the FCONST moves, so that they are found before the source moves X-Git-Tag: release-5-5~3937 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c24f960d826ffe0449584b1ab5ffb4feafc5da36;p=ack.git moved the FCONST moves, so that they are found before the source moves --- diff --git a/mach/vax4/cg/table b/mach/vax4/cg/table index 48b9ae484..fcf2089f1 100644 --- a/mach/vax4/cg/table +++ b/mach/vax4/cg/table @@ -4623,16 +4623,16 @@ STACKS: (source1,, "movzbl\t%[1],-(sp)", (3,7) + %[1]) (CONST sfit(%[num],16),, "cvtwl\t%[1],-(sp)", (3,7) + %[1]) +(FCONST4,, "pushl\t%[1]", (2,7) + %[1]) +(FCONST8 %[num]==0,, + "clrq\t-(sp)", (2,10)) +(FCONST8,, "movd\t%[1],-(sp)", (3,10) + %[1]) (source2,, "movzwl\t%[1],-(sp)", (3,7) + %[1]) (source4,, "pushl\t%[1]" setcc(%[1]), (2,7) + %[1]) (source8,, "movq\t%[1],-(sp)" setcc(%[1]), (3,10)+ %[1]) (nonexist1,, "pushal\t%[1]", (2,7) + %[1]) -(FCONST4,, "pushl\t%[1]", (2,7) + %[1]) -(FCONST8 %[num]==0,, - "clrq\t-(sp)", (2,10)) -(FCONST8,, "movd\t%[1],-(sp)", (3,10) + %[1]) (aind1,, "pushab\t%[1]", (2,7) + %[1]) (aind2,, "pushaw\t%[1]", (2,7) + %[1]) (aind4,, "pushal\t%[1]", (2,7) + %[1])