From: John Hassey Date: Wed, 17 Feb 1993 15:01:27 +0000 (+0000) Subject: Use 'K' constraint with arith5_operand predicate. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e174b371ef4dc7bb1da38709850ec3b9dd054d07;p=gcc.git Use 'K' constraint with arith5_operand predicate. From-SVN: r3480 --- 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