]> git.ipfire.org Git - thirdparty/gcc.git/commit
* vax-protos.h (vax_output_int_move, vax_output_int_add,
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 27 Mar 2005 10:48:27 +0000 (10:48 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 27 Mar 2005 10:48:27 +0000 (10:48 +0000)
commit9118e1cfb7577f41ada52e1dcaac5057b8fe05c9
tree356cfba427de446b7851ab8a34a74201c4524edc
parent79e4e63fc294951b20254fb008a4c7d735516975
* 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.

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