aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-12-27 16:05:56 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-12-27 16:05:56 -0500
commitdd682f144bedc464f709902d292105da91698885 (patch)
tree7bf60227c86514c45cbda9b2d2d34dbe811f53e8
parent2206e9044ead9df0be5c7a9486ede05ebc524482 (diff)
downloadgcc-dd682f144bedc464f709902d292105da91698885.zip
gcc-dd682f144bedc464f709902d292105da91698885.tar.gz
gcc-dd682f144bedc464f709902d292105da91698885.tar.bz2
(extbh): Remove; no such insn.
From-SVN: r10883
-rw-r--r--gcc/config/alpha/alpha.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md
index 1517ea3..7928065 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.