Merged with mainline at revision 128810.
[official-gcc.git] / gcc / config / fr30 / fr30-protos.h
blob0ea28a3c798bc741520a5009558cc32e271b3670
1 /* Prototypes for fr30.c functions used in the md file & elsewhere.
2 Copyright (C) 1999, 2000, 2002, 2004, 2007 Free Software Foundation, Inc.
4 This file is part of GCC.
6 GCC 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 3, or (at your option)
9 any later version.
11 GCC 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.
16 You should have received a copy of the GNU General Public License
17 along with GCC; see the file COPYING3. If not see
18 <http://www.gnu.org/licenses/>. */
20 extern void fr30_expand_prologue (void);
21 extern void fr30_expand_epilogue (void);
22 extern unsigned int fr30_compute_frame_size (int, int);
24 #ifdef RTX_CODE
25 extern int fr30_check_multiple_regs (rtx *, int, int);
26 extern void fr30_print_operand (FILE *, rtx, int);
27 extern void fr30_print_operand_address (FILE *, rtx);
28 extern rtx fr30_move_double (rtx *);
29 #ifdef TREE_CODE
30 extern int fr30_num_arg_regs (enum machine_mode, tree);
31 #endif /* TREE_CODE */
32 #ifdef HAVE_MACHINE_MODES
33 #define Mmode enum machine_mode
34 extern int fr30_const_double_is_zero (rtx);
35 #undef Mmode
36 #endif /* HAVE_MACHINE_MODES */
37 #endif /* RTX_CODE */