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
This commit is contained in:
Kyrylo Tkachov 2013-07-25 16:33:27 +00:00 committed by Kyrylo Tkachov
parent 1d6aee1c9e
commit 4870352d35
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
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):

View File

@ -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")