OSDN Git Service

* Makefile.in (final.o): Depend on target.h.
[pf3gnuchains/gcc-fork.git] / gcc / config / sparc / sparc-protos.h
1 /* Prototypes of target machine for GNU compiler, for Sun SPARC.
2    Copyright (C) 1999, 2000 Free Software Foundation, Inc.
3    Contributed by Michael Tiemann (tiemann@cygnus.com).
4    64 bit SPARC V9 support by Michael Tiemann, Jim Wilson, and Doug Evans,
5    at Cygnus Support.
6
7 This file is part of GNU CC.
8
9 GNU CC is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2, or (at your option)
12 any later version.
13
14 GNU CC is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 GNU General Public License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with GNU CC; see the file COPYING.  If not, write to
21 the Free Software Foundation, 59 Temple Place - Suite 330,
22 Boston, MA 02111-1307, USA.  */
23
24 #ifndef __SPARC_PROTOS_H__
25 #define __SPARC_PROTOS_H__
26
27 #ifdef TREE_CODE
28 extern struct rtx_def *function_value PARAMS ((tree, enum machine_mode, int));
29 extern void function_arg_advance PARAMS ((CUMULATIVE_ARGS *,
30                                           enum machine_mode, tree, int));
31 extern struct rtx_def *function_arg PARAMS ((const CUMULATIVE_ARGS *,
32                                              enum machine_mode,
33                                              tree, int, int));
34 extern int function_arg_partial_nregs  PARAMS ((const CUMULATIVE_ARGS *,
35                                                 enum machine_mode,
36                                                 tree, int));
37 extern int function_arg_pass_by_reference PARAMS ((const CUMULATIVE_ARGS *,
38                                                    enum machine_mode,
39                                                    tree, int));
40 extern struct rtx_def *sparc_builtin_saveregs PARAMS ((void));
41 #ifdef RTX_CODE
42 extern void init_cumulative_args PARAMS ((CUMULATIVE_ARGS *, tree, rtx, int));
43 extern void sparc_va_start PARAMS ((int, tree, rtx));
44 #endif
45 extern struct rtx_def *sparc_va_arg PARAMS ((tree, tree));
46 extern unsigned long sparc_type_code PARAMS ((tree));
47 #ifdef ARGS_SIZE_RTX
48 /* expr.h defines ARGS_SIZE_RTX and `enum direction' */
49 extern enum direction function_arg_padding PARAMS ((enum machine_mode, tree));
50 #endif /* ARGS_SIZE_RTX */
51 #endif /* TREE_CODE */
52
53 extern void ultrasparc_sched_init PARAMS ((FILE *, int));
54 extern void load_pic_register PARAMS ((void));
55 extern void order_regs_for_local_alloc PARAMS ((void));
56 extern int compute_frame_size PARAMS ((int, int));
57 extern int check_pic PARAMS ((int));
58 extern int short_branch PARAMS ((int, int));
59 extern int sparc_flat_epilogue_delay_slots PARAMS ((void));
60 extern int sparc_issue_rate PARAMS ((void));
61 extern unsigned long sparc_flat_compute_frame_size PARAMS ((int));
62 extern void sparc_function_profiler PARAMS ((FILE *, int));
63 extern void sparc_function_block_profiler PARAMS ((FILE *, int));
64 extern void sparc_block_profiler PARAMS ((FILE *, int));
65 extern void sparc_function_block_profiler_exit PARAMS ((FILE *));
66 extern void sparc_override_options PARAMS ((void));
67 extern int leaf_return_peephole_ok PARAMS ((void));
68 extern void sparc_output_scratch_registers PARAMS ((FILE *));
69 extern void sparc_flat_save_restore PARAMS ((FILE *, const char *,
70                                              unsigned int, unsigned long,
71                                              unsigned long, const char *,
72                                              const char *, unsigned long));
73
74 #ifdef RTX_CODE
75 extern enum machine_mode select_cc_mode PARAMS ((enum rtx_code, rtx, rtx));
76 /* Define the function that build the compare insn for scc and bcc.  */
77 extern rtx gen_compare_reg PARAMS ((enum rtx_code code, rtx, rtx));
78 extern void sparc_emit_float_lib_cmp PARAMS ((rtx, rtx, enum rtx_code));
79 /* This function handles all v9 scc insns */
80 extern int gen_v9_scc PARAMS ((enum rtx_code, rtx *));
81 extern void sparc_initialize_trampoline PARAMS ((rtx, rtx, rtx));
82 extern void sparc64_initialize_trampoline PARAMS ((rtx, rtx, rtx));
83 extern rtx legitimize_pic_address PARAMS ((rtx, enum machine_mode, rtx));
84 extern void ultrasparc_sched_reorder PARAMS ((FILE *, int, rtx *, int));
85 extern int ultrasparc_variable_issue PARAMS ((rtx));
86 extern void sparc_defer_case_vector PARAMS ((rtx, rtx, int));
87 extern void sparc_emit_set_const32 PARAMS ((rtx, rtx));
88 extern void sparc_emit_set_const64 PARAMS ((rtx, rtx));
89 extern void sparc_emit_set_symbolic_const64 PARAMS ((rtx, rtx, rtx));
90 extern int sparc_splitdi_legitimate PARAMS ((rtx, rtx));
91 extern int sparc_absnegfloat_split_legitimate PARAMS ((rtx, rtx));
92 extern char *output_cbranch PARAMS ((rtx, int, int, int, int, rtx));
93 extern const char *output_return PARAMS ((rtx *));
94 extern const char *output_sibcall PARAMS ((rtx, rtx));
95 extern char *output_v9branch PARAMS ((rtx, int, int, int, int, int, rtx));
96 extern void emit_v9_brxx_insn PARAMS ((enum rtx_code, rtx, rtx));
97 extern void output_double_int PARAMS ((FILE *, rtx));
98 extern void print_operand PARAMS ((FILE *, rtx, int));
99 extern int addrs_ok_for_ldd_peep PARAMS ((rtx, rtx));
100 extern int arith_double_4096_operand PARAMS ((rtx, enum machine_mode));
101 extern int arith_4096_operand PARAMS ((rtx, enum machine_mode));
102 extern int zero_operand PARAMS ((rtx, enum machine_mode));
103 extern int eligible_for_epilogue_delay PARAMS ((rtx, int));
104 extern int eligible_for_return_delay PARAMS ((rtx));
105 extern int eligible_for_sibcall_delay PARAMS ((rtx));
106 extern int emit_move_sequence PARAMS ((rtx, enum machine_mode));
107 extern int fp_sethi_p PARAMS ((rtx));
108 extern int fp_mov_p PARAMS ((rtx));
109 extern int fp_high_losum_p PARAMS ((rtx));
110 extern int mem_min_alignment PARAMS ((rtx, int));
111 extern int pic_address_needs_scratch PARAMS ((rtx));
112 extern int reg_unused_after PARAMS ((rtx, rtx));
113 extern int register_ok_for_ldd PARAMS ((rtx));
114 extern int registers_ok_for_ldd_peep PARAMS ((rtx, rtx));
115 extern int sparc_flat_eligible_for_epilogue_delay PARAMS ((rtx, int));
116 extern int sparc_adjust_cost PARAMS ((rtx, rtx, rtx, int));
117 extern int v9_regcmp_p PARAMS ((enum rtx_code));
118 extern char *sparc_v8plus_shift PARAMS ((rtx *, rtx, const char *));
119 /* Function used for V8+ code generation.  Returns 1 if the high
120    32 bits of REG are 0 before INSN.  */   
121 extern int sparc_check_64 PARAMS ((rtx, rtx));
122 extern int sparc_return_peephole_ok PARAMS ((rtx, rtx));
123 extern rtx gen_df_reg PARAMS ((rtx, int));
124 #endif /* RTX_CODE */
125
126 #endif /* __SPARC_PROTOS_H__ */