From e174b371ef4dc7bb1da38709850ec3b9dd054d07 Mon Sep 17 00:00:00 2001 From: John Hassey Date: Wed, 17 Feb 1993 15:01:27 +0000 Subject: [PATCH] Use 'K' constraint with arith5_operand predicate. From-SVN: r3480 --- gcc/config/m88k/m88k.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/config/m88k/m88k.md b/gcc/config/m88k/m88k.md index 4f55d4ce046..5a7fd29ac24 100644 --- a/gcc/config/m88k/m88k.md +++ b/gcc/config/m88k/m88k.md @@ -3107,7 +3107,7 @@ (define_insn "" [(set (match_operand:SI 0 "register_operand" "=r,r") (ashift:SI (match_operand:SI 1 "register_operand" "r,r") - (match_operand:SI 2 "arith5_operand" "r,n")))] + (match_operand:SI 2 "arith5_operand" "r,K")))] "" "@ mak %0,%1,%2 @@ -3152,7 +3152,7 @@ (define_insn "" [(set (match_operand:SI 0 "register_operand" "=r,r") (ashiftrt:SI (match_operand:SI 1 "register_operand" "r,r") - (match_operand:SI 2 "arith5_operand" "r,n")))] + (match_operand:SI 2 "arith5_operand" "r,K")))] "" "@ ext %0,%1,%2 @@ -3176,7 +3176,7 @@ (define_insn "" [(set (match_operand:SI 0 "register_operand" "=r,r") (lshift:SI (match_operand:SI 1 "register_operand" "r,r") - (match_operand:SI 2 "arith5_operand" "r,n")))] + (match_operand:SI 2 "arith5_operand" "r,K")))] "" "@ mak %0,%1,%2 @@ -3219,7 +3219,7 @@ (define_insn "" [(set (match_operand:SI 0 "register_operand" "=r,r") (lshiftrt:SI (match_operand:SI 1 "register_operand" "r,r") - (match_operand:SI 2 "arith5_operand" "r,n")))] + (match_operand:SI 2 "arith5_operand" "r,K")))] "" "@ extu %0,%1,%2 -- 2.30.2