Commit 04482dd1 by Sebastian Pop Committed by Sebastian Pop

Remove use of reg_mentioned_p.

2009-11-20  Sebastian Pop  <sebastian.pop@amd.com>

	* config/i386/sse.md (*xop_pmacsdql_mem): Don't call reg_mentioned_p.
	(xop_mulv2div2di3_low): Same.
	(*xop_pmacsdqh_mem): Same.

From-SVN: r154399
parent 842dffa5
2009-11-20 Sebastian Pop <sebastian.pop@amd.com>
* config/i386/sse.md (*xop_pmacsdql_mem): Don't call reg_mentioned_p.
(xop_mulv2div2di3_low): Same.
(*xop_pmacsdqh_mem): Same.
2009-11-20 Richard Henderson <rth@redhat.com>
* config/i386/i386-builtin-types.awk: New file.
......@@ -10647,9 +10647,7 @@
(match_operand:V2DI 3 "memory_operand" "m,m")))]
"TARGET_XOP && ix86_fma4_valid_op_p (operands, insn, 4, false, -1, true)"
"#"
"&& (reload_completed
|| (!reg_mentioned_p (operands[0], operands[1])
&& !reg_mentioned_p (operands[0], operands[2])))"
"&& reload_completed"
[(set (match_dup 0)
(match_dup 3))
(set (match_dup 0)
......@@ -10686,9 +10684,7 @@
(const_int 3)])))))]
"TARGET_XOP"
"#"
"&& (reload_completed
|| (!reg_mentioned_p (operands[0], operands[1])
&& !reg_mentioned_p (operands[0], operands[2])))"
"&& reload_completed"
[(set (match_dup 0)
(match_dup 3))
(set (match_dup 0)
......@@ -10750,9 +10746,7 @@
(match_operand:V2DI 3 "memory_operand" "m,m")))]
"TARGET_XOP && ix86_fma4_valid_op_p (operands, insn, 4, false, -1, true)"
"#"
"&& (reload_completed
|| (!reg_mentioned_p (operands[0], operands[1])
&& !reg_mentioned_p (operands[0], operands[2])))"
"&& reload_completed"
[(set (match_dup 0)
(match_dup 3))
(set (match_dup 0)
......@@ -10789,9 +10783,7 @@
(const_int 2)])))))]
"TARGET_XOP"
"#"
"&& (reload_completed
|| (!reg_mentioned_p (operands[0], operands[1])
&& !reg_mentioned_p (operands[0], operands[2])))"
"&& reload_completed"
[(set (match_dup 0)
(match_dup 3))
(set (match_dup 0)
......
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