(extbh): Remove; no such insn.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 27 Dec 1995 21:05:56 +0000 (16:05 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 27 Dec 1995 21:05:56 +0000 (16:05 -0500)
From-SVN: r10883

gcc/config/alpha/alpha.md

index 1517ea30da279d167f5e042cadeda15ffad37342..7928065ae6f66229a3280657dbc7e19a6ef708c2 100644 (file)
   ""
   "extwh %r1,%2,%0")
 
-(define_insn ""
-  [(set (match_operand:DI 0 "register_operand" "=r")
-       (ashift:DI
-        (and:DI (match_operand:DI 1 "reg_or_0_operand" "rJ")
-                (const_int 8))
-        (minus:DI (const_int 56)
-                   (ashift:DI
-                    (and:DI
-                     (plus:DI (match_operand:DI 2 "reg_or_8bit_operand" "rI")
-                              (const_int -1))
-                     (const_int 7))
-                    (const_int 3)))))]
-  ""
-  "extbh %r1,%2,%0")
-
 ;; This converts an extXl into an extXh with an appropriate adjustment
 ;; to the address calculation.