frv.md (*adddi3_internal): Change name to...
authorRichard Sandiford <rsandifo@redhat.com>
Mon, 11 Oct 2004 12:13:43 +0000 (12:13 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 11 Oct 2004 12:13:43 +0000 (12:13 +0000)
commit6b34e55ebea4404cb779961ee0fb1df7c5d5d2ec
tree5af4521381b67615e3f4fe1807737b36eb8c5780
parent22423a1f5b9cfd57633a17b0abd725b6229ba484
frv.md (*adddi3_internal): Change name to...

* config/frv/frv.md (*adddi3_internal): Change name to...
(adddi3): ...replacing the exisiting define_expand.  Combine
alternatives.  Fix the range of the constant constraints ('J' instead
of 'NOP').  Remove bogus operands[2] check.  Use simplify_gen_subreg
to extract the lower and upper halves of the DImode operands.
Always use addi3_lower and adddi3_upper, not the subdi3 forms.
(adddi3_lower): Fix the range of the constant constraints and
remove the bogus operands[2] check.
(adddi3_upper): Use gpr_or_int10_operand as the predicate for
operand 2.  Use addxi to handle constant operands.
(subdi3_lower, subdi3_upper): Don't handle constant operands.

From-SVN: r88876
gcc/ChangeLog
gcc/config/frv/frv.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20041011-1.c [new file with mode: 0644]