Commit f3fe2696 by Aldy Hernandez Committed by Aldy Hernandez

rs6000.md: Change all ldvx to lvx.

2001-11-16  Aldy Hernandez  <aldyh@redhat.com>

	* config/rs6000/rs6000.md: Change all ldvx to lvx.

From-SVN: r47113
parent b34e9a5b
2001-11-16 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.md: Change all ldvx to lvx.
2001-11-16 Alexandre Oliva <aoliva@redhat.com>
* gensupport.c (process_rtx): Don't assume filename is the first
......
......@@ -13393,7 +13393,7 @@
"TARGET_ALTIVEC"
"@
stvx %1,%y0
ldvx %0,%y1
lvx %0,%y1
vor %0,%1,%1"
[(set_attr "type" "altivec")])
......@@ -13409,7 +13409,7 @@
"TARGET_ALTIVEC"
"@
stvx %1,%y0
ldvx %0,%y1
lvx %0,%y1
vor %0,%1,%1"
[(set_attr "type" "altivec")])
......@@ -13425,7 +13425,7 @@
"TARGET_ALTIVEC"
"@
stvx %1,%y0
ldvx %0,%y1
lvx %0,%y1
vor %0,%1,%1"
[(set_attr "type" "altivec")])
......@@ -13441,7 +13441,7 @@
"TARGET_ALTIVEC"
"@
stvx %1,%y0
ldvx %0,%y1
lvx %0,%y1
vor %0,%1,%1"
[(set_attr "type" "altivec")])
......
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