From dd682f144bedc464f709902d292105da91698885 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 27 Dec 1995 16:05:56 -0500 Subject: [PATCH] (extbh): Remove; no such insn. From-SVN: r10883 --- gcc/config/alpha/alpha.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 1517ea30da2..7928065ae6f 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -1055,21 +1055,6 @@ "" "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. -- 2.30.2