From: Richard Kenner Date: Mon, 16 May 1994 12:11:30 +0000 (-0400) Subject: Replace bogus "andil" opcode with rlinm. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=005a35b93fd29f017e572355ec4ea8298259e968;p=gcc.git Replace bogus "andil" opcode with rlinm. From-SVN: r7302 --- diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 3796e5eac86..8182137dfc0 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -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 ""