From 60614fddd4e527bb9861dd7c5669114ef6661a6b Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 27 Dec 1993 06:28:38 -0500 Subject: [PATCH] (iordi3): Use ornot for some constant cases. From-SVN: r6332 --- gcc/config/alpha/alpha.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index a7c2e9f3454..73ab0c69246 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -611,11 +611,13 @@ [(set_attr "type" "iaddlog")]) (define_insn "iordi3" - [(set (match_operand:DI 0 "register_operand" "=r") - (ior:DI (match_operand:DI 1 "reg_or_0_operand" "%rJ") - (match_operand:DI 2 "reg_or_8bit_operand" "rI")))] + [(set (match_operand:DI 0 "register_operand" "=r,r") + (ior:DI (match_operand:DI 1 "reg_or_0_operand" "%rJ,rJ") + (match_operand:DI 2 "ior_operand" "rI,N")))] "" - "bis %r1,%2,%0" + "@ + bis %r1,%2,%0 + ornot %r1,%N2,%0" [(set_attr "type" "iaddlog")]) (define_insn "one_cmpldi2" -- 2.30.2