Commit 005a35b9 by Richard Kenner

Replace bogus "andil" opcode with rlinm.

From-SVN: r7302
parent 56b5e76b
...@@ -469,7 +469,7 @@ ...@@ -469,7 +469,7 @@
"" ""
"@ "@
lbz%U1%X1 %0,%1 lbz%U1%X1 %0,%1
{andil|andi} %0,%1,0xff" {rlinm|rlwinm} %0,%1,0,0xff"
[(set_attr "type" "load,*")]) [(set_attr "type" "load,*")])
(define_insn "" (define_insn ""
...@@ -572,7 +572,7 @@ ...@@ -572,7 +572,7 @@
"" ""
"@ "@
lbz%U1%X1 %0,%1 lbz%U1%X1 %0,%1
{andil|andi} %0,%1,0xff" {rlinm|rlwinm} %0,%1,0,0xff"
[(set_attr "type" "load,*")]) [(set_attr "type" "load,*")])
(define_insn "" (define_insn ""
...@@ -677,7 +677,7 @@ ...@@ -677,7 +677,7 @@
"" ""
"@ "@
lhz%U1%X1 %0,%1 lhz%U1%X1 %0,%1
{andil|andi} %0,%1,0xffff" {rlinm|rlwinm} %0,%1,0,0xffff"
[(set_attr "type" "load,*")]) [(set_attr "type" "load,*")])
(define_insn "" (define_insn ""
......
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