Commit ffac3509 by John Wehle Committed by Jeff Law

i386.md (truncxfdf): Output the template supplied by output_move_double with the correct operands.

        * i386.md (truncxfdf): Output the template supplied
        by output_move_double with the correct operands.

From-SVN: r26457
parent 3595bef6
Wed Apr 14 14:26:36 1999 John Wehle (john@feith.com) Wed Apr 14 14:26:36 1999 John Wehle (john@feith.com)
* i386.md (truncxfdf): Output the template supplied
by output_move_double with the correct operands.
* i386.md (extendsfdf, extendsfxf, extenddfxf): Use * i386.md (extendsfdf, extendsfxf, extenddfxf): Use
output_float_extend instead specifying '#' as the template. output_float_extend instead specifying '#' as the template.
* i386.c (output_float_extend): Define. * i386.c (output_float_extend): Define.
......
...@@ -2651,7 +2651,7 @@ ...@@ -2651,7 +2651,7 @@
{ {
xops[0] = operands[0]; xops[0] = operands[0];
xops[1] = operands[2]; xops[1] = operands[2];
return output_move_double (xops); output_asm_insn (output_move_double (xops), xops);
} }
return \"\"; return \"\";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment