Rebase.
[official-gcc.git] / gcc / config / sh / sh-protos.h
blob685cd23207cf119b3c80cbfc70b5edad5e3486c6
1 /* Definitions of target machine for GNU compiler for Renesas / SuperH SH.
2 Copyright (C) 1993-2014 Free Software Foundation, Inc.
3 Contributed by Steve Chamberlain (sac@cygnus.com).
4 Improved by Jim Wilson (wilson@cygnus.com).
6 This file is part of GCC.
8 GCC is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3, or (at your option)
11 any later version.
13 GCC is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with GCC; see the file COPYING3. If not see
20 <http://www.gnu.org/licenses/>. */
22 #ifndef GCC_SH_PROTOS_H
23 #define GCC_SH_PROTOS_H
25 enum sh_function_kind {
26 /* A function with normal C ABI */
27 FUNCTION_ORDINARY,
28 /* A special function that guarantees that some otherwise call-clobbered
29 registers are not clobbered. These can't go through the SH5 resolver,
30 because it only saves argument passing registers. */
31 SFUNC_GOT,
32 /* A special function that should be linked statically. These are typically
33 smaller or not much larger than a PLT entry.
34 Some also have a non-standard ABI which precludes dynamic linking. */
35 SFUNC_STATIC
38 /* Atomic model. */
39 struct sh_atomic_model
41 enum enum_type
43 none = 0,
44 soft_gusa,
45 hard_llcs,
46 soft_tcb,
47 soft_imask,
49 num_models
52 /* If strict is set, disallow mixing of different models, as it would
53 happen on SH4A. */
54 bool strict;
55 enum_type type;
57 /* Name string as it was specified on the command line. */
58 const char* name;
60 /* Name string as it is used in C/C++ defines. */
61 const char* cdef_name;
63 /* GBR offset variable for TCB model. */
64 int tcb_gbr_offset;
67 extern const sh_atomic_model& selected_atomic_model (void);
69 /* Shortcuts to check the currently selected atomic model. */
70 #define TARGET_ATOMIC_ANY \
71 selected_atomic_model ().type != sh_atomic_model::none
73 #define TARGET_ATOMIC_STRICT \
74 selected_atomic_model ().strict
76 #define TARGET_ATOMIC_SOFT_GUSA \
77 selected_atomic_model ().type == sh_atomic_model::soft_gusa
79 #define TARGET_ATOMIC_HARD_LLCS \
80 selected_atomic_model ().type == sh_atomic_model::hard_llcs
82 #define TARGET_ATOMIC_SOFT_TCB \
83 selected_atomic_model ().type == sh_atomic_model::soft_tcb
85 #define TARGET_ATOMIC_SOFT_TCB_GBR_OFFSET_RTX \
86 GEN_INT (selected_atomic_model ().tcb_gbr_offset)
88 #define TARGET_ATOMIC_SOFT_IMASK \
89 selected_atomic_model ().type == sh_atomic_model::soft_imask
91 #ifdef RTX_CODE
92 extern rtx sh_fsca_sf2int (void);
93 extern rtx sh_fsca_int2sf (void);
95 /* Declare functions defined in sh.c and used in templates. */
97 extern const char *output_branch (int, rtx, rtx *);
98 extern const char *output_ieee_ccmpeq (rtx, rtx *);
99 extern const char *output_branchy_insn (enum rtx_code, const char *, rtx, rtx *);
100 extern const char *output_movedouble (rtx, rtx[], enum machine_mode);
101 extern const char *output_movepcrel (rtx, rtx[], enum machine_mode);
102 extern const char *output_far_jump (rtx, rtx);
104 extern rtx sfunc_uses_reg (rtx);
105 extern int barrier_align (rtx);
106 extern int sh_loop_align (rtx);
107 extern bool fp_zero_operand (rtx);
108 extern bool fp_one_operand (rtx);
109 extern rtx get_fpscr_rtx (void);
110 extern bool sh_legitimate_index_p (enum machine_mode, rtx, bool, bool);
111 extern bool sh_legitimize_reload_address (rtx *, enum machine_mode, int, int);
112 extern rtx legitimize_pic_address (rtx, enum machine_mode, rtx);
113 extern bool nonpic_symbol_mentioned_p (rtx);
114 extern void emit_sf_insn (rtx);
115 extern void emit_df_insn (rtx);
116 extern void output_pic_addr_const (FILE *, rtx);
117 extern bool expand_block_move (rtx *);
118 extern void prepare_move_operands (rtx[], enum machine_mode mode);
119 extern bool sh_expand_cmpstr (rtx *);
120 extern bool sh_expand_cmpnstr (rtx *);
121 extern bool sh_expand_strlen (rtx *);
122 extern void sh_expand_setmem (rtx *);
123 extern enum rtx_code prepare_cbranch_operands (rtx *, enum machine_mode mode,
124 enum rtx_code comparison);
125 extern void expand_cbranchsi4 (rtx *operands, enum rtx_code comparison, int);
126 extern bool expand_cbranchdi4 (rtx *operands, enum rtx_code comparison);
127 extern void sh_emit_scc_to_t (enum rtx_code, rtx, rtx);
128 extern rtx sh_emit_cheap_store_flag (enum machine_mode, enum rtx_code, rtx, rtx);
129 extern void sh_emit_compare_and_branch (rtx *, enum machine_mode);
130 extern void sh_emit_compare_and_set (rtx *, enum machine_mode);
131 extern bool sh_ashlsi_clobbers_t_reg_p (rtx);
132 extern bool sh_lshrsi_clobbers_t_reg_p (rtx);
133 extern void gen_shifty_op (int, rtx *);
134 extern void gen_shifty_hi_op (int, rtx *);
135 extern bool expand_ashiftrt (rtx *);
136 extern bool sh_dynamicalize_shift_p (rtx);
137 extern int shl_and_kind (rtx, rtx, int *);
138 extern int shl_and_length (rtx);
139 extern int shl_and_scr_length (rtx);
140 extern bool gen_shl_and (rtx, rtx, rtx, rtx);
141 extern int shl_sext_kind (rtx, rtx, int *);
142 extern int shl_sext_length (rtx);
143 extern bool gen_shl_sext (rtx, rtx, rtx, rtx);
144 extern rtx gen_datalabel_ref (rtx);
145 extern int regs_used (rtx, int);
146 extern void fixup_addr_diff_vecs (rtx);
147 extern int get_dest_uid (rtx, int);
148 extern void final_prescan_insn (rtx, rtx *, int);
149 extern enum tls_model tls_symbolic_operand (rtx, enum machine_mode);
150 extern bool system_reg_operand (rtx, enum machine_mode);
151 extern bool reg_unused_after (rtx, rtx);
152 extern void expand_sf_unop (rtx (*)(rtx, rtx, rtx), rtx *);
153 extern void expand_sf_binop (rtx (*)(rtx, rtx, rtx, rtx), rtx *);
154 extern void expand_df_unop (rtx (*)(rtx, rtx, rtx), rtx *);
155 extern void expand_df_binop (rtx (*)(rtx, rtx, rtx, rtx), rtx *);
156 extern int sh_insn_length_adjustment (rtx);
157 extern bool sh_can_redirect_branch (rtx, rtx);
158 extern void sh_expand_unop_v2sf (enum rtx_code, rtx, rtx);
159 extern void sh_expand_binop_v2sf (enum rtx_code, rtx, rtx, rtx);
160 extern bool sh_expand_t_scc (rtx *);
161 extern rtx sh_gen_truncate (enum machine_mode, rtx, int);
162 extern bool sh_vector_mode_supported_p (enum machine_mode);
163 extern bool sh_cfun_trap_exit_p (void);
164 extern rtx sh_find_equiv_gbr_addr (rtx cur_insn, rtx mem);
165 extern int sh_eval_treg_value (rtx op);
166 extern HOST_WIDE_INT sh_disp_addr_displacement (rtx mem_op);
167 extern int sh_max_mov_insn_displacement (machine_mode mode, bool consider_sh2a);
169 /* Result value of sh_find_set_of_reg. */
170 struct set_of_reg
172 /* The insn where sh_find_set_of_reg stopped looking.
173 Can be NULL_RTX if the end of the insn list was reached. */
174 rtx insn;
176 /* The set rtx of the specified reg if found, NULL_RTX otherwise. */
177 const_rtx set_rtx;
179 /* The set source rtx of the specified reg if found, NULL_RTX otherwise.
180 Usually, this is the most interesting return value. */
181 rtx set_src;
184 extern set_of_reg sh_find_set_of_reg (rtx reg, rtx insn, rtx(*stepfunc)(rtx));
185 extern bool sh_is_logical_t_store_expr (rtx op, rtx insn);
186 extern rtx sh_try_omit_signzero_extend (rtx extended_op, rtx insn);
187 #endif /* RTX_CODE */
189 extern void sh_cpu_cpp_builtins (cpp_reader* pfile);
191 extern const char *output_jump_label_table (void);
192 extern rtx get_t_reg_rtx (void);
193 extern rtx get_fpscr_rtx (void);
194 extern int sh_media_register_for_return (void);
195 extern void sh_expand_prologue (void);
196 extern void sh_expand_epilogue (bool);
197 extern void sh_set_return_address (rtx, rtx);
198 extern int initial_elimination_offset (int, int);
199 extern bool fldi_ok (void);
200 extern bool sh_hard_regno_rename_ok (unsigned int, unsigned int);
201 extern bool sh_cfun_interrupt_handler_p (void);
202 extern bool sh_cfun_resbank_handler_p (void);
203 extern bool sh_attr_renesas_p (const_tree);
204 extern bool sh_cfun_attr_renesas_p (void);
205 extern bool sh_cannot_change_mode_class
206 (enum machine_mode, enum machine_mode, enum reg_class);
207 extern bool sh_small_register_classes_for_mode_p (enum machine_mode);
208 extern void sh_mark_label (rtx, int);
209 extern bool check_use_sfunc_addr (rtx, rtx);
211 #ifdef HARD_CONST
212 extern void fpscr_set_from_mem (int, HARD_REG_SET);
213 #endif
215 extern void sh_pr_interrupt (struct cpp_reader *);
216 extern void sh_pr_trapa (struct cpp_reader *);
217 extern void sh_pr_nosave_low_regs (struct cpp_reader *);
218 extern rtx function_symbol (rtx, const char *, enum sh_function_kind);
219 extern rtx sh_get_pr_initial_val (void);
221 extern void sh_init_cumulative_args (CUMULATIVE_ARGS *, tree, rtx, tree,
222 signed int, enum machine_mode);
223 extern rtx sh_dwarf_register_span (rtx);
225 extern rtx replace_n_hard_rtx (rtx, rtx *, int , int);
226 extern int shmedia_cleanup_truncate (rtx *, void *);
228 extern bool sh_contains_memref_p (rtx);
229 extern bool sh_loads_bankedreg_p (rtx);
230 extern rtx shmedia_prepare_call_address (rtx fnaddr, int is_sibcall);
231 extern int sh2a_get_function_vector_number (rtx);
232 extern bool sh2a_is_function_vector_call (rtx);
233 extern void sh_fix_range (const char *);
234 extern bool sh_hard_regno_mode_ok (unsigned int, enum machine_mode);
235 extern bool sh_can_use_simple_return_p (void);
236 #endif /* ! GCC_SH_PROTOS_H */