Commit 9daa4c72 by Uros Bizjak Committed by Uros Bizjak

i386.md (*andndi3_doubleword): Merge operand constraints.

	* config/i386/i386.md (*andndi3_doubleword): Merge operand constraints.
	(*ashl<mode>3_doubleword): Ditto.

From-SVN: r242391
parent ca9e949f
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> 2016-11-14 Martin Liska <mliska@suse.cz>
* tree-ssa-dse.c (dse_optimize_stmt): Remove quotes and extra * tree-ssa-dse.c (dse_optimize_stmt): Remove quotes and extra
...@@ -8745,10 +8745,10 @@ ...@@ -8745,10 +8745,10 @@
}) })
(define_insn_and_split "*andndi3_doubleword" (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 (and:DI
(not:DI (match_operand:DI 1 "register_operand" "r,r")) (not:DI (match_operand:DI 1 "register_operand" "r"))
(match_operand:DI 2 "nonimmediate_operand" "r,m"))) (match_operand:DI 2 "nonimmediate_operand" "rm")))
(clobber (reg:CC FLAGS_REG))] (clobber (reg:CC FLAGS_REG))]
"TARGET_BMI && !TARGET_64BIT && TARGET_STV && TARGET_SSE" "TARGET_BMI && !TARGET_64BIT && TARGET_STV && TARGET_SSE"
"#" "#"
...@@ -9704,9 +9704,9 @@ ...@@ -9704,9 +9704,9 @@
"ix86_expand_binary_operator (ASHIFT, <MODE>mode, operands); DONE;") "ix86_expand_binary_operator (ASHIFT, <MODE>mode, operands); DONE;")
(define_insn "*ashl<mode>3_doubleword" (define_insn "*ashl<mode>3_doubleword"
[(set (match_operand:DWI 0 "register_operand" "=&r,&r") [(set (match_operand:DWI 0 "register_operand" "=&r")
(ashift:DWI (match_operand:DWI 1 "reg_or_pm1_operand" "n,0") (ashift:DWI (match_operand:DWI 1 "reg_or_pm1_operand" "0n")
(match_operand:QI 2 "nonmemory_operand" "<S>c,<S>c"))) (match_operand:QI 2 "nonmemory_operand" "<S>c")))
(clobber (reg:CC FLAGS_REG))] (clobber (reg:CC FLAGS_REG))]
"" ""
"#" "#"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment