Commit 14dccaf0 by Uros Bizjak

mmx.md (*movv2sf_internal_rex64): Fix %vmovlps template.

	* config/i386/mmx.md (*movv2sf_internal_rex64): Fix %vmovlps template.
	(*movv2sf_internal): Ditto.

From-SVN: r173267
parent 6b0e4cbb
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
movq2dq\t{%1, %0|%0, %1} movq2dq\t{%1, %0|%0, %1}
%vxorps\t%0, %d0 %vxorps\t%0, %d0
%vmovaps\t{%1, %0|%0, %1} %vmovaps\t{%1, %0|%0, %1}
%vmovlps\t{%1, %0|%0, %1} %vmovlps\t{%1, %d0|%d0, %1}
%vmovlps\t{%1, %0|%0, %1} %vmovlps\t{%1, %0|%0, %1}
%vmovq\t{%1, %0|%0, %1} %vmovq\t{%1, %0|%0, %1}
%vmovq\t{%1, %0|%0, %1}" %vmovq\t{%1, %0|%0, %1}"
...@@ -208,7 +208,7 @@ ...@@ -208,7 +208,7 @@
movq2dq\t{%1, %0|%0, %1} movq2dq\t{%1, %0|%0, %1}
%vxorps\t%0, %d0 %vxorps\t%0, %d0
%vmovaps\t{%1, %0|%0, %1} %vmovaps\t{%1, %0|%0, %1}
%vmovlps\t{%1, %0|%0, %1} %vmovlps\t{%1, %d0|%d0, %1}
%vmovlps\t{%1, %0|%0, %1} %vmovlps\t{%1, %0|%0, %1}
# #
#" #"
......
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