OSDN Git Service

* alpha-protos.h (alpha_output_mi_thunk_osf): Update signature to
[pf3gnuchains/gcc-fork.git] / gcc / config / cris / cris-protos.h
1 /* Definitions for GCC.  Part of the machine description for CRIS.
2    Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
3    Contributed by Axis Communications.
4
5 This file is part of GCC.
6
7 GCC is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2, or (at your option)
10 any later version.
11
12 GCC is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with GCC; see the file COPYING.  If not, write to
19 the Free Software Foundation, 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA.  */
21
22 /* Prototypes for the CRIS port.  */
23
24 #if defined(FILE) || defined(stdin) || defined(stdout) || defined(getc) || defined(putc)
25 #define STDIO_INCLUDED
26 #endif
27
28 extern void cris_conditional_register_usage PARAMS ((void));
29 extern int cris_simple_epilogue PARAMS ((void));
30 #ifdef RTX_CODE
31 extern const char *cris_op_str PARAMS ((rtx));
32 extern int cris_eligible_for_epilogue_delay PARAMS ((rtx));
33 extern void cris_notice_update_cc PARAMS ((rtx, rtx));
34 extern int cris_address_cost PARAMS ((rtx));
35 extern void cris_print_operand PARAMS ((FILE *, rtx, int));
36 extern void cris_print_operand_address PARAMS ((FILE *, rtx));
37 extern int cris_side_effect_mode_ok PARAMS ((enum rtx_code, rtx *, int, int,
38                                              int, int, int));
39 extern rtx cris_return_addr_rtx PARAMS ((int, rtx));
40 extern rtx cris_split_movdx PARAMS ((rtx *));
41 extern int cris_legitimate_pic_operand PARAMS ((rtx));
42 extern int cris_gotless_symbol PARAMS ((rtx));
43 extern int cris_got_symbol PARAMS ((rtx));
44 extern int cris_symbol PARAMS ((rtx));
45 extern void cris_output_addr_const PARAMS ((FILE *, rtx));
46 extern int cris_cfun_uses_pic_table PARAMS ((void));
47 extern void cris_target_asm_named_section
48   PARAMS ((const char *, unsigned int));
49
50 # ifdef TREE_CODE
51 extern rtx cris_expand_builtin_va_arg PARAMS ((tree, tree));
52 # endif
53 #endif /* RTX_CODE */
54
55 #ifdef STDIO_INCLUDED
56 # ifdef TREE_CODE
57 extern void cris_asm_output_mi_thunk PARAMS ((FILE *, tree, HOST_WIDE_INT, tree));
58 # endif
59 #endif
60
61 #ifdef GCC_C_PRAGMA_H
62 extern void cris_pragma_expand_mul PARAMS ((cpp_reader *));
63 #endif
64
65 /* Need one that returns an int; usable in expressions. */
66 extern int cris_fatal PARAMS ((char *));
67
68 extern void cris_override_options PARAMS ((void));
69
70 extern int cris_initial_elimination_offset PARAMS ((int, int));
71
72 extern void cris_init_expanders PARAMS ((void));
73
74 extern int cris_delay_slots_for_epilogue PARAMS ((void));