diff options
author | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2007-12-15 21:38:34 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2007-12-15 21:38:34 +0000 |
commit | 6e86f9ab6fdb19086a4ce316899502ffde27f994 (patch) | |
tree | f4e998f8aef622e6fc159e12c07a9beffc3db63d /gcc | |
parent | 45d5d09c3f2565da507424c62e4fd02b4340d624 (diff) | |
download | gcc-6e86f9ab6fdb19086a4ce316899502ffde27f994.zip gcc-6e86f9ab6fdb19086a4ce316899502ffde27f994.tar.gz gcc-6e86f9ab6fdb19086a4ce316899502ffde27f994.tar.bz2 |
* config/cris/cris-protos.h (cris_register_move_cost)
(cris_cc0_user_requires_cmp, cris_asm_output_case_end): Declare.
From-SVN: r130972
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/cris/cris-protos.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config/cris/cris-protos.h b/gcc/config/cris/cris-protos.h index db1a8aa..db6aa9f 100644 --- a/gcc/config/cris/cris-protos.h +++ b/gcc/config/cris/cris-protos.h @@ -31,20 +31,24 @@ extern bool cris_simple_epilogue (void); extern const char *cris_op_str (rtx); extern void cris_notice_update_cc (rtx, rtx); extern bool cris_reload_address_legitimized (rtx, enum machine_mode, int, int, int); +extern int cris_register_move_cost (enum machine_mode, enum reg_class, + enum reg_class); extern void cris_print_operand (FILE *, rtx, int); extern void cris_print_operand_address (FILE *, rtx); extern int cris_side_effect_mode_ok (enum rtx_code, rtx *, int, int, int, int, int); +extern bool cris_cc0_user_requires_cmp (rtx); extern rtx cris_return_addr_rtx (int, rtx); extern rtx cris_split_movdx (rtx *); extern int cris_legitimate_pic_operand (rtx); extern enum cris_pic_symbol_type cris_pic_symbol_type_of (rtx); -extern bool cris_valid_pic_const (rtx); +extern bool cris_valid_pic_const (rtx, bool); extern bool cris_store_multiple_op_p (rtx); extern bool cris_movem_load_rest_p (rtx, int); extern void cris_asm_output_symbol_ref (FILE *, rtx); extern bool cris_output_addr_const_extra (FILE *, rtx); extern int cris_cfun_uses_pic_table (void); +extern void cris_asm_output_case_end (FILE *, int, rtx); extern rtx cris_gen_movem_load (rtx, rtx, int); extern rtx cris_emit_movem_store (rtx, rtx, int, bool); extern void cris_expand_pic_call_address (rtx *); |