vax-protos.h (vax_output_int_move, [...]): New prototypes.
authorSteven Bosscher <steven@gcc.gnu.org>
Sun, 27 Mar 2005 10:48:27 +0000 (10:48 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Sun, 27 Mar 2005 10:48:27 +0000 (10:48 +0000)
commit20acd2261e584296b4ca6dfa0ac27331d34bd590
tree356cfba427de446b7851ab8a34a74201c4524edc
parent500d77012dc78d2f2718ace29d2f0fd46b7f1efe
vax-protos.h (vax_output_int_move, [...]): New prototypes.

* vax-protos.h (vax_output_int_move, vax_output_int_add,
vax_output_conditional_branch): New prototypes.
* vax.c (vax_output_int_move, vax_output_int_add): New functions,
extracted from vax.md mov and add patterns.
(vax_output_conditional_branch): New function to output conditional
branch instructions.
* vax.md: Use mode macros for arithmetic and mov patterns.
Use code macros for the jump patterns.

From-SVN: r97111
gcc/ChangeLog
gcc/config/vax/vax-protos.h
gcc/config/vax/vax.c
gcc/config/vax/vax.md