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
This commit is contained in:
H.J. Lu 2011-04-15 12:48:36 +00:00 committed by H.J. Lu
parent 17465c6e86
commit 266446be6f
2 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,9 @@
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):

View file

@ -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")