]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/config/m32r/m32r-protos.h
Makefile.in (final.o): Depend on target.h.
[thirdparty/gcc.git] / gcc / config / m32r / m32r-protos.h
1 /* Prototypes for m32r.c functions used in the md file & elsewhere.
2 Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
3
4 This file is part of GNU CC.
5
6 GNU CC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
10
11 GNU CC is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with GNU CC; see the file COPYING. If not, write to
18 the Free Software Foundation, 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */
20
21 /* Function prototypes that cannot exist in v850.h due to dependency
22 compilcations. */
23 #define Mmode enum machine_mode
24
25 extern void sbss_section PARAMS ((void));
26 extern void sdata_section PARAMS ((void));
27 extern void m32r_init PARAMS ((void));
28 extern void m32r_init_expanders PARAMS ((void));
29 extern unsigned m32r_compute_frame_size PARAMS ((int));
30 extern int m32r_first_insn_address PARAMS ((void));
31 extern void m32r_expand_prologue PARAMS ((void));
32 extern void m32r_finalize_pic PARAMS ((void));
33 extern void m32r_asm_file_start PARAMS ((FILE *));
34 extern void m32r_sched_init PARAMS ((FILE *, int));
35 extern int direct_return PARAMS ((void));
36 #ifdef TREE_CODE
37 extern void m32r_select_section PARAMS ((tree, int));
38 extern void m32r_encode_section_info PARAMS ((tree));
39 extern enum m32r_function_type m32r_compute_function_type PARAMS ((tree));
40 extern void m32r_select_section PARAMS ((tree, int));
41
42 #ifdef HAVE_MACHINE_MODES
43 extern void m32r_setup_incoming_varargs PARAMS ((CUMULATIVE_ARGS *, Mmode, tree, int *, int));
44 extern int function_arg_partial_nregs PARAMS ((CUMULATIVE_ARGS *, Mmode, tree, int));
45 #endif
46 #endif /* TREE_CODE */
47
48 #ifdef RTX_CODE
49 extern int easy_di_const PARAMS ((rtx));
50 extern int easy_df_const PARAMS ((rtx));
51 extern int m32r_select_cc_mode PARAMS ((int, rtx, rtx));
52 extern rtx gen_compare PARAMS ((enum rtx_code, rtx, rtx, int));
53 extern rtx gen_split_move_double PARAMS ((rtx *));
54 extern int m32r_address_code PARAMS ((rtx));
55 extern void m32r_initialize_trampoline PARAMS ((rtx, rtx, rtx));
56 extern int zero_and_one PARAMS ((rtx, rtx));
57 extern char * emit_cond_move PARAMS ((rtx *, rtx));
58 extern void m32r_output_block_move PARAMS ((rtx, rtx *));
59 extern void m32r_expand_block_move PARAMS ((rtx *));
60 extern void m32r_print_operand PARAMS ((FILE *, rtx, int));
61 extern void m32r_print_operand_address PARAMS ((FILE *, rtx));
62 extern int m32r_address_cost PARAMS ((rtx));
63 extern int m32r_adjust_cost PARAMS ((rtx, rtx, rtx, int));
64 extern int m32r_adjust_priority PARAMS ((rtx, int));
65 extern void m32r_sched_reorder PARAMS ((FILE *, int, rtx *, int));
66 extern int m32r_sched_variable_issue PARAMS ((FILE *, int, rtx, int));
67 extern int m32r_not_same_reg PARAMS ((rtx, rtx));
68
69 #ifdef HAVE_MACHINE_MODES
70 extern int call_address_operand PARAMS ((rtx, Mmode));
71 extern int call_operand PARAMS ((rtx, Mmode));
72 extern int symbolic_operand PARAMS ((rtx, Mmode));
73 extern int small_data_operand PARAMS ((rtx, Mmode));
74 extern int addr24_operand PARAMS ((rtx, Mmode));
75 extern int addr32_operand PARAMS ((rtx, Mmode));
76 extern int call26_operand PARAMS ((rtx, Mmode));
77 extern int seth_add3_operand PARAMS ((rtx, Mmode));
78 extern int cmp_int16_operand PARAMS ((rtx, Mmode));
79 extern int uint16_operand PARAMS ((rtx, Mmode));
80 extern int reg_or_int16_operand PARAMS ((rtx, Mmode));
81 extern int reg_or_uint16_operand PARAMS ((rtx, Mmode));
82 extern int reg_or_cmp_int16_operand PARAMS ((rtx, Mmode));
83 extern int two_insn_const_operand PARAMS ((rtx, Mmode));
84 extern int move_src_operand PARAMS ((rtx, Mmode));
85 extern int move_double_src_operand PARAMS ((rtx, Mmode));
86 extern int move_dest_operand PARAMS ((rtx, Mmode));
87 extern int eqne_comparison_operator PARAMS ((rtx, Mmode));
88 extern int signed_comparison_operator PARAMS ((rtx, Mmode));
89 extern int memreg_operand PARAMS ((rtx, Mmode));
90 extern int small_insn_p PARAMS ((rtx, Mmode));
91 extern int large_insn_p PARAMS ((rtx, Mmode));
92 extern int conditional_move_operand PARAMS ((rtx, Mmode));
93 extern int carry_compare_operand PARAMS ((rtx, Mmode));
94 extern int m32r_block_immediate_operand PARAMS ((rtx, Mmode));
95 extern int extend_operand PARAMS ((rtx, Mmode));
96 extern int reg_or_eq_int16_operand PARAMS ((rtx, Mmode));
97 extern int int8_operand PARAMS ((rtx, Mmode));
98 #endif /* HAVE_MACHINE_MODES */
99
100 #ifdef TREE_CODE
101 extern struct rtx_def * m32r_va_arg PARAMS ((tree, tree));
102 #endif /* TREE_CODE */
103 #endif /* RTX_CODE */
104
105 #undef Mmode