]> gcc.gnu.org Git - gcc.git/blame - gcc/config/fr30/fr30-protos.h
fr30-protos.h (fr30_va_arg): Remove.
[gcc.git] / gcc / config / fr30 / fr30-protos.h
CommitLineData
5d8f8b65 1/* Prototypes for fr30.c functions used in the md file & elsewhere.
ca2b05ba 2 Copyright (C) 1999, 2000, 2002, 2004 Free Software Foundation, Inc.
5d8f8b65 3
7ec022b2 4This file is part of GCC.
5d8f8b65 5
7ec022b2 6GCC is free software; you can redistribute it and/or modify
5d8f8b65
NC
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option)
9any later version.
10
7ec022b2 11GCC is distributed in the hope that it will be useful,
5d8f8b65
NC
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
7ec022b2 17along with GCC; see the file COPYING. If not, write to
5d8f8b65
NC
18the Free Software Foundation, 59 Temple Place - Suite 330,
19Boston, MA 02111-1307, USA. */
20
7f682641
SB
21extern void fr30_expand_prologue (void);
22extern void fr30_expand_epilogue (void);
23extern unsigned int fr30_compute_frame_size (int, int);
5d8f8b65
NC
24
25#ifdef RTX_CODE
7f682641
SB
26extern int fr30_check_multiple_regs (rtx *, int, int);
27extern void fr30_print_operand (FILE *, rtx, int);
28extern void fr30_print_operand_address (FILE *, rtx);
29extern rtx fr30_move_double (rtx *);
5d8f8b65 30#ifdef TREE_CODE
3e29e2aa
KH
31extern int fr30_num_arg_regs (enum machine_mode, tree);
32extern int fr30_function_arg_partial_nregs (CUMULATIVE_ARGS,
33 enum machine_mode, tree, int);
5d8f8b65
NC
34#endif /* TREE_CODE */
35#ifdef HAVE_MACHINE_MODES
36#define Mmode enum machine_mode
7f682641
SB
37extern int stack_add_operand (rtx, Mmode);
38extern int add_immediate_operand (rtx, Mmode);
39extern int high_register_operand (rtx, Mmode);
40extern int low_register_operand (rtx, Mmode);
41extern int call_operand (rtx, Mmode);
42extern int di_operand (rtx, Mmode);
43extern int nonimmediate_di_operand (rtx, Mmode);
44extern int fr30_const_double_is_zero (rtx);
5d8f8b65
NC
45#undef Mmode
46#endif /* HAVE_MACHINE_MODES */
47#endif /* RTX_CODE */
This page took 0.972831 seconds and 5 git commands to generate.