Commit 3cbe0ba6 by Paul Brook Committed by Paul Brook

arm.md (arm_addsi3): Add r/k/n alternative.

2008-02-29  Paul Brook  <paul@codesourcery.com>

	gcc/
	* config/arm/arm.md (arm_addsi3): Add r/k/n alternative.

From-SVN: r132774
parent d96ae4d4
2008-02-29 Paul Brook <paul@codesourcery.com>
* config/arm/arm.md (arm_addsi3): Add r/k/n alternative.
2008-02-29 Paul Brook <paul@codesourcery.com>
* config/arm/ieee754-df.S (muldf3): Use RET macros.
2008-02-29 Richard Guenther <rguenther@suse.de>
......
......@@ -518,7 +518,7 @@
(define_insn_and_split "*arm_addsi3"
[(set (match_operand:SI 0 "s_register_operand" "=r, !k,r, !k,r")
(plus:SI (match_operand:SI 1 "s_register_operand" "%rk,!k,rk,!k,r")
(plus:SI (match_operand:SI 1 "s_register_operand" "%rk,!k,rk,!k,rk")
(match_operand:SI 2 "reg_or_int_operand" "rI, rI,L, L,?n")))]
"TARGET_32BIT"
"@
......
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