diff options
author | upstream source tree <ports@midipix.org> | 2015-03-15 20:14:05 -0400 |
---|---|---|
committer | upstream source tree <ports@midipix.org> | 2015-03-15 20:14:05 -0400 |
commit | 554fd8c5195424bdbcabf5de30fdc183aba391bd (patch) | |
tree | 976dc5ab7fddf506dadce60ae936f43f58787092 /gcc/config/mmix/mmix-protos.h | |
download | cbb-gcc-4.6.4-15d2061ac0796199866debe9ac87130894b0cdd3.tar.bz2 cbb-gcc-4.6.4-15d2061ac0796199866debe9ac87130894b0cdd3.tar.xz |
obtained gcc-4.6.4.tar.bz2 from upstream website;upstream
verified gcc-4.6.4.tar.bz2.sig;
imported gcc-4.6.4 source tree from verified upstream tarball.
downloading a git-generated archive based on the 'upstream' tag
should provide you with a source tree that is binary identical
to the one extracted from the above tarball.
if you have obtained the source via the command 'git clone',
however, do note that line-endings of files in your working
directory might differ from line-endings of the respective
files in the upstream repository.
Diffstat (limited to 'gcc/config/mmix/mmix-protos.h')
-rw-r--r-- | gcc/config/mmix/mmix-protos.h | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/gcc/config/mmix/mmix-protos.h b/gcc/config/mmix/mmix-protos.h new file mode 100644 index 000000000..2e6abd85a --- /dev/null +++ b/gcc/config/mmix/mmix-protos.h @@ -0,0 +1,97 @@ +/* Prototypes for exported functions defined in mmix.c + Copyright (C) 2000, 2001, 2002, 2003, 2004, 2007, 2010 + Free Software Foundation, Inc. + Contributed by Hans-Peter Nilsson (hp@bitrange.com) + +This file is part of GCC. + +GCC is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 3, or (at your option) +any later version. + +GCC is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with GCC; see the file COPYING3. If not see +<http://www.gnu.org/licenses/>. */ + +extern void mmix_init_expanders (void); +extern int mmix_eh_return_data_regno (int); +extern int mmix_initial_elimination_offset (int, int); +extern int mmix_starting_frame_offset (void); +extern int mmix_function_arg_regno_p (int, int); +extern void mmix_function_profiler (FILE *, int); +extern int mmix_reversible_cc_mode (enum machine_mode); +extern int mmix_register_move_cost + (enum machine_mode, enum reg_class, enum reg_class); +extern const char *mmix_text_section_asm_op (void); +extern const char *mmix_data_section_asm_op (void); +extern void mmix_output_quoted_string (FILE *, const char *, int); +extern void mmix_asm_output_source_line (FILE *, int); +extern void mmix_asm_output_ascii (FILE *, const char *, int); +extern void mmix_asm_output_label (FILE *, const char *); +extern void mmix_asm_output_internal_label (FILE *, const char *); +extern void mmix_asm_weaken_label (FILE *, const char *); +extern void mmix_asm_output_labelref (FILE *, const char *); +extern void mmix_asm_output_def (FILE *, const char *, const char *); +extern int mmix_print_operand_punct_valid_p (int); +extern void mmix_asm_output_reg_push (FILE *, int); +extern void mmix_asm_output_reg_pop (FILE *, int); +extern void mmix_asm_output_skip (FILE *, int); +extern void mmix_asm_output_align (FILE *, int); +extern int mmix_shiftable_wyde_value (unsigned HOST_WIDEST_INT); +extern void mmix_output_register_setting (FILE *, int, HOST_WIDEST_INT, int); +extern int mmix_opposite_regno (int, int); +extern int mmix_local_regno (int); +extern unsigned mmix_dbx_register_number (unsigned); +extern int mmix_use_simple_return (void); +extern void mmix_make_decl_one_only (tree); +extern int mmix_data_alignment (tree, int); +extern int mmix_constant_alignment (tree, int); +extern unsigned mmix_local_alignment (tree, unsigned); +extern void mmix_asm_output_pool_prologue (FILE *, const char *, tree, int); +extern void mmix_asm_output_aligned_common (FILE *, const char *, int, int); +extern void mmix_asm_output_aligned_local (FILE *, const char *, int, int); +extern void mmix_asm_declare_register_global + (FILE *, tree, int, const char *); +extern void mmix_asm_output_addr_diff_elt (FILE *, rtx, int, int); +extern void mmix_asm_output_addr_vec_elt (FILE *, int); +extern enum reg_class mmix_preferred_reload_class (rtx, enum reg_class); +extern enum reg_class mmix_preferred_output_reload_class + (rtx, enum reg_class); +extern enum reg_class mmix_secondary_reload_class + (enum reg_class, enum machine_mode, rtx, int); +extern int mmix_const_ok_for_letter_p (HOST_WIDE_INT, int); +extern int mmix_const_double_ok_for_letter_p (rtx, int); +extern int mmix_extra_constraint (rtx, int, int); +extern rtx mmix_dynamic_chain_address (rtx); +extern rtx mmix_return_addr_rtx (int, rtx); +extern rtx mmix_eh_return_stackadj_rtx (void); +extern rtx mmix_eh_return_handler_rtx (void); +extern int mmix_constant_address_p (rtx); +extern int mmix_legitimate_constant_p (rtx); +extern void mmix_print_operand (FILE *, rtx, int); +extern void mmix_print_operand_address (FILE *, rtx); +extern void mmix_expand_prologue (void); +extern void mmix_expand_epilogue (void); +extern rtx mmix_get_hard_reg_initial_val (enum machine_mode, int); +extern int mmix_asm_preferred_eh_data_format (int, int); +extern void mmix_setup_frame_addresses (void); + +#ifdef RTX_CODE +/* Needs to be ifdef:d for sake of enum rtx_code. */ +extern enum machine_mode mmix_select_cc_mode (enum rtx_code, rtx, rtx); +extern void mmix_canonicalize_comparison (enum rtx_code *, rtx *, rtx *); +extern rtx mmix_gen_compare_reg (enum rtx_code, rtx, rtx); +#endif + +/* + * Local variables: + * eval: (c-set-style "gnu") + * indent-tabs-mode: t + * End: + */ |