aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2016-11-14 17:51:27 +0100
committerUros Bizjak <uros@gcc.gnu.org>2016-11-14 17:51:27 +0100
commit9daa4c725952c26370d1f111f151592968b5cf0b (patch)
tree143a98876a721a0d07b3cb79002a88e5c2c9bcf8 /gcc
parentca9e949f2e0602a6e92f22b01e8d210f7c1ff448 (diff)
downloadgcc-9daa4c725952c26370d1f111f151592968b5cf0b.zip
gcc-9daa4c725952c26370d1f111f151592968b5cf0b.tar.gz
gcc-9daa4c725952c26370d1f111f151592968b5cf0b.tar.bz2
i386.md (*andndi3_doubleword): Merge operand constraints.
* config/i386/i386.md (*andndi3_doubleword): Merge operand constraints. (*ashl<mode>3_doubleword): Ditto. From-SVN: r242391
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/i386.md12
2 files changed, 11 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3b9c8ac..7f1cbd8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-14 Uros Bizjak <ubizjak@gmail.com>
+
+ * config/i386/i386.md (*andndi3_doubleword): Merge operand constraints.
+ (*ashl<mode>3_doubleword): Ditto.
+
2016-11-14 Martin Liska <mliska@suse.cz>
* tree-ssa-dse.c (dse_optimize_stmt): Remove quotes and extra
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index ac2650b..7db04ce 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -8745,10 +8745,10 @@
})
(define_insn_and_split "*andndi3_doubleword"
- [(set (match_operand:DI 0 "register_operand" "=r,r")
+ [(set (match_operand:DI 0 "register_operand" "=r")
(and:DI
- (not:DI (match_operand:DI 1 "register_operand" "r,r"))
- (match_operand:DI 2 "nonimmediate_operand" "r,m")))
+ (not:DI (match_operand:DI 1 "register_operand" "r"))
+ (match_operand:DI 2 "nonimmediate_operand" "rm")))
(clobber (reg:CC FLAGS_REG))]
"TARGET_BMI && !TARGET_64BIT && TARGET_STV && TARGET_SSE"
"#"
@@ -9704,9 +9704,9 @@
"ix86_expand_binary_operator (ASHIFT, <MODE>mode, operands); DONE;")
(define_insn "*ashl<mode>3_doubleword"
- [(set (match_operand:DWI 0 "register_operand" "=&r,&r")
- (ashift:DWI (match_operand:DWI 1 "reg_or_pm1_operand" "n,0")
- (match_operand:QI 2 "nonmemory_operand" "<S>c,<S>c")))
+ [(set (match_operand:DWI 0 "register_operand" "=&r")
+ (ashift:DWI (match_operand:DWI 1 "reg_or_pm1_operand" "0n")
+ (match_operand:QI 2 "nonmemory_operand" "<S>c")))
(clobber (reg:CC FLAGS_REG))]
""
"#"