Commit 266446be by H.J. Lu Committed by H.J. Lu

Switch SSE and AVX mnemonics.

2011-04-15  H.J. Lu  <hongjiu.lu@intel.com>

	PR target/48612
	* config/i386/sse.md (*ieee_smin<mode>3): Switch mnemonics.
	(*ieee_smax<mode>3): Likewise.

From-SVN: r172492
parent 17465c6e
2011-04-15 H.J. Lu <hongjiu.lu@intel.com>
PR target/48612
* config/i386/sse.md (*ieee_smin<mode>3): Switch mnemonics.
(*ieee_smax<mode>3): Likewise.
2011-04-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* config/s390/s390.md (popcountdi2, popcountsi2, popcounthi2):
......
......@@ -962,8 +962,8 @@
UNSPEC_IEEE_MIN))]
""
"@
vmin<ssemodesuffix>\t{%2, %1, %0|%0, %1, %2}
min<ssemodesuffix>\t{%2, %0|%0, %2}"
min<ssemodesuffix>\t{%2, %0|%0, %2}
vmin<ssemodesuffix>\t{%2, %1, %0|%0, %1, %2}"
[(set_attr "isa" "noavx,avx")
(set_attr "type" "sseadd")
(set_attr "prefix" "orig,vex")
......@@ -977,8 +977,8 @@
UNSPEC_IEEE_MAX))]
""
"@
vmax<ssemodesuffix>\t{%2, %1, %0|%0, %1, %2}
max<ssemodesuffix>\t{%2, %0|%0, %2}"
max<ssemodesuffix>\t{%2, %0|%0, %2}
vmax<ssemodesuffix>\t{%2, %1, %0|%0, %1, %2}"
[(set_attr "isa" "noavx,avx")
(set_attr "type" "sseadd")
(set_attr "prefix" "orig,vex")
......
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