]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/fr30/fr30-protos.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / fr30 / fr30-protos.h
CommitLineData
ae6130f3 1/* Prototypes for fr30.c functions used in the md file & elsewhere.
fbd26352 2 Copyright (C) 1999-2019 Free Software Foundation, Inc.
ae6130f3 3
187b36cf 4This file is part of GCC.
ae6130f3 5
187b36cf 6GCC is free software; you can redistribute it and/or modify
ae6130f3 7it under the terms of the GNU General Public License as published by
038d1e19 8the Free Software Foundation; either version 3, or (at your option)
ae6130f3 9any later version.
10
187b36cf 11GCC is distributed in the hope that it will be useful,
ae6130f3 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
038d1e19 17along with GCC; see the file COPYING3. If not see
18<http://www.gnu.org/licenses/>. */
ae6130f3 19
0792f2cf 20extern void fr30_expand_prologue (void);
21extern void fr30_expand_epilogue (void);
22extern unsigned int fr30_compute_frame_size (int, int);
ae6130f3 23
24#ifdef RTX_CODE
0792f2cf 25extern int fr30_check_multiple_regs (rtx *, int, int);
26extern void fr30_print_operand (FILE *, rtx, int);
27extern void fr30_print_operand_address (FILE *, rtx);
28extern rtx fr30_move_double (rtx *);
ae6130f3 29#ifdef HAVE_MACHINE_MODES
0792f2cf 30extern int fr30_const_double_is_zero (rtx);
ae6130f3 31#endif /* HAVE_MACHINE_MODES */
32#endif /* RTX_CODE */