Commit 4870352d by Kyrylo Tkachov Committed by Kyrylo Tkachov

arm.md (arm_addsi3, [...]): Correct output template.

2013-07-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

	* config/arm/arm.md (arm_addsi3, addsi3_carryin_<optab>,
	addsi3_carryin_alt2_<optab>): Correct output template.

From-SVN: r201250
parent 1d6aee1c
2013-07-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/arm/arm.md (arm_addsi3, addsi3_carryin_<optab>,
addsi3_carryin_alt2_<optab>): Correct output template.
2013-07-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/arm/arm-fixed.md (ssmulsa3, usmulusa3):
Adjust for arm_restrict_it.
Remove trailing whitespace.
......
......@@ -960,7 +960,7 @@
"@
add%?\\t%0, %0, %2
add%?\\t%0, %1, %2
add%?\\t%0, %2
add%?\\t%0, %1, %2
add%?\\t%0, %1, %2
add%?\\t%0, %1, %2
add%?\\t%0, %1, %2
......@@ -1247,7 +1247,7 @@
(LTUGEU:SI (reg:<cnb> CC_REGNUM) (const_int 0))))]
"TARGET_32BIT"
"@
adc%?\\t%0, %1
adc%?\\t%0, %1, %2
adc%?\\t%0, %1, %2
sbc%?\\t%0, %1, #%B2"
[(set_attr "conds" "use")
......@@ -1264,7 +1264,7 @@
(match_operand:SI 2 "arm_rhs_operand" "l,rI,K")))]
"TARGET_32BIT"
"@
adc%?\\t%0, %1
adc%?\\t%0, %1, %2
adc%?\\t%0, %1, %2
sbc%?\\t%0, %1, #%B2"
[(set_attr "conds" "use")
......
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