Commit 5ad82096 by Kyrylo Tkachov Committed by Kyrylo Tkachov

[ARM] Add source mode to coprocessor pattern SETs

	* config/arm/arm.md (<mrc>): Add mode to SET source.
	(<mrrc>): Likewise.

From-SVN: r246801
parent cd7fac96
2016-04-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/arm/arm.md (<mrc>): Add mode to SET source.
(<mrrc>): Likewise.
2017-04-10 Richard Biener <rguenther@suse.de>
PR middle-end/80344
......
......@@ -12009,7 +12009,7 @@
(define_insn "<mrc>"
[(set (match_operand:SI 0 "s_register_operand" "=r")
(unspec_volatile [(match_operand:SI 1 "immediate_operand" "n")
(unspec_volatile:SI [(match_operand:SI 1 "immediate_operand" "n")
(match_operand:SI 2 "immediate_operand" "n")
(match_operand:SI 3 "immediate_operand" "n")
(match_operand:SI 4 "immediate_operand" "n")
......@@ -12044,7 +12044,7 @@
(define_insn "<mrrc>"
[(set (match_operand:DI 0 "s_register_operand" "=r")
(unspec_volatile [(match_operand:SI 1 "immediate_operand" "n")
(unspec_volatile:DI [(match_operand:SI 1 "immediate_operand" "n")
(match_operand:SI 2 "immediate_operand" "n")
(match_operand:SI 3 "immediate_operand" "n")] MRRCI))]
"arm_coproc_builtin_available (VUNSPEC_<MRRC>)"
......
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