mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
d96ae4d435
commit
3cbe0ba6aa
|
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
"@
|
||||
|
|
|
|||
Loading…
Reference in New Issue