Replace bogus "andil" opcode with rlinm.
From-SVN: r7302
This commit is contained in:
parent
56b5e76bfb
commit
005a35b93f
@ -469,7 +469,7 @@
|
||||
""
|
||||
"@
|
||||
lbz%U1%X1 %0,%1
|
||||
{andil|andi} %0,%1,0xff"
|
||||
{rlinm|rlwinm} %0,%1,0,0xff"
|
||||
[(set_attr "type" "load,*")])
|
||||
|
||||
(define_insn ""
|
||||
@ -572,7 +572,7 @@
|
||||
""
|
||||
"@
|
||||
lbz%U1%X1 %0,%1
|
||||
{andil|andi} %0,%1,0xff"
|
||||
{rlinm|rlwinm} %0,%1,0,0xff"
|
||||
[(set_attr "type" "load,*")])
|
||||
|
||||
(define_insn ""
|
||||
@ -677,7 +677,7 @@
|
||||
""
|
||||
"@
|
||||
lhz%U1%X1 %0,%1
|
||||
{andil|andi} %0,%1,0xffff"
|
||||
{rlinm|rlwinm} %0,%1,0,0xffff"
|
||||
[(set_attr "type" "load,*")])
|
||||
|
||||
(define_insn ""
|
||||
|
Loading…
Reference in New Issue
Block a user