Commit 23b7850d by Uros Bizjak Committed by Uros Bizjak

i386.md (*movdi_internal): Set prefix_rex attribute also for alternatives 16 and 17.

	* config/i386/i386.md (*movdi_internal): Set prefix_rex attribute
	also for alternatives 16 and 17.

From-SVN: r196982
parent bed852cf
2013-03-22 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (*movdi_internal): Set prefix_rex attribute
also for alternatives 16 and 17.
2013-03-22 Uros Bizjak <ubizjak@gmail.com>
* config/i386/sse.md (*mov<mode>_internal): Merge with
*mov<mode>_internal_rex64. Use x64 and nox64 isa attributes.
Emit insn template depending on type attribute. Use
......
......@@ -1970,7 +1970,7 @@
(const_string "8")
(const_string "*")))
(set (attr "prefix_rex")
(if_then_else (eq_attr "alternative" "10,11")
(if_then_else (eq_attr "alternative" "10,11,16,17")
(const_string "1")
(const_string "*")))
(set (attr "prefix")
......
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