* config/pdp11/pdp11-protos.h (output_move_double,
commit868076919e618b118385e5bfa85c56ebaa5c0362
authorpkoning <pkoning@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Dec 2010 01:31:08 +0000 (10 01:31 +0000)
committerpkoning <pkoning@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Dec 2010 01:31:08 +0000 (10 01:31 +0000)
treeeb921c80643da0d30831fd0a272038eead6aaba3
parent1c35fe61590e1fe755fe65c1b7b0273ed0bf1db9
* config/pdp11/pdp11-protos.h (output_move_double,
output_move_quad): Delete.
(output_move_multiple, pdp11_expand_operands): New functions.
(pdp11_action, pdp11_partorder): New enums.
* config/pdp11/pdp11.md (movdi, movsi, movdf, movsf): Use
output_move_multiple.
(adddi3, subdi3, negdi2): New patterns.
(addsi3, subsi3, negsi2): Use pdp11_expand_operands.
(abshi2): Delete.
(neghi2, negqi2): Use PDPint iterator.
* config/pdp11/pdp11.c (find_addr_reg, output_move_double,
output_move_quad): Delete.
(pdp11_expand_operands, output_move_multiple): New functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167676 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/pdp11/pdp11-protos.h
gcc/config/pdp11/pdp11.c
gcc/config/pdp11/pdp11.md