]> git.ipfire.org Git - thirdparty/gcc.git/commit
mcore-protos.h: Remove the prototypes for mcore_arith_reg_operand...
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 4 Apr 2005 15:17:10 +0000 (15:17 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 4 Apr 2005 15:17:10 +0000 (15:17 +0000)
commit54d58eaf29ac5a8410666ff38187a0a76f3936f6
treebd2f665d1032697c82edb7329eb15a5d6b8d22b5
parent1f4ea8e5884a6b97b3545b7ab87a16d02b2ebdfd
mcore-protos.h: Remove the prototypes for mcore_arith_reg_operand...

* config/mcore/mcore-protos.h: Remove the prototypes for
mcore_arith_reg_operand, mcore_general_movsrc_operand,
mcore_general_movdst_operand, mcore_reload_operand,
mcore_arith_J_operand, mcore_arith_K_operand,
mcore_arith_K_operand_not_0, mcore_arith_M_operand,
mcore_arith_K_S_operand, mcore_arith_imm_operand,
mcore_arith_any_imm_operand, mcore_arith_O_operand,
mcore_literal_K_operand, mcore_addsub_operand,
mcore_compare_operand, mcore_load_multiple_operation,
mcore_store_multiple_operation, mcore_call_address_operand.
Add a prototype for const_ok_for_mcore.
* config/mcore/mcore.c (mcore_call_address_operand,
mcore_general_movsrc_operand, mcore_general_movdst_operand,
mcore_arith_reg_operand, mcore_reload_operand,
mcore_arith_J_operand, mcore_arith_K_operand,
mcore_arith_K_operand_not_0, mcore_arith_K_S_operand,
mcore_arith_M_operand, mcore_arith_imm_operand,
mcore_arith_any_imm_operand, mcore_arith_O_operand,
mcore_literal_K_operand, mcore_addsub_operand,
mcore_compare_operand, mcore_load_multiple_operation,
mcore_store_multiple_operation): Move to predicates.md.
(const_ok_for_mcore): Export.
* config/mcore/mcore.h (PREDICATE_CODES): Remove.
* config/mcore/mcore.md: Include predicates.md.
* config/mcore/predicates.md: New.

From-SVN: r97548
gcc/ChangeLog
gcc/config/mcore/mcore-protos.h
gcc/config/mcore/mcore.c
gcc/config/mcore/mcore.h
gcc/config/mcore/mcore.md
gcc/config/mcore/predicates.md [new file with mode: 0644]