comparison gcc/config/fr30/fr30-protos.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents f6334be47118
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* Prototypes for fr30.c functions used in the md file & elsewhere. 1 /* Prototypes for fr30.c functions used in the md file & elsewhere.
2 Copyright (C) 1999, 2000, 2002, 2004, 2007, 2010 2 Copyright (C) 1999-2017 Free Software Foundation, Inc.
3 Free Software Foundation, Inc.
4 3
5 This file is part of GCC. 4 This file is part of GCC.
6 5
7 GCC is free software; you can redistribute it and/or modify 6 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 7 it under the terms of the GNU General Public License as published by
26 extern int fr30_check_multiple_regs (rtx *, int, int); 25 extern int fr30_check_multiple_regs (rtx *, int, int);
27 extern void fr30_print_operand (FILE *, rtx, int); 26 extern void fr30_print_operand (FILE *, rtx, int);
28 extern void fr30_print_operand_address (FILE *, rtx); 27 extern void fr30_print_operand_address (FILE *, rtx);
29 extern rtx fr30_move_double (rtx *); 28 extern rtx fr30_move_double (rtx *);
30 #ifdef HAVE_MACHINE_MODES 29 #ifdef HAVE_MACHINE_MODES
31 #define Mmode enum machine_mode
32 extern int fr30_const_double_is_zero (rtx); 30 extern int fr30_const_double_is_zero (rtx);
33 #undef Mmode
34 #endif /* HAVE_MACHINE_MODES */ 31 #endif /* HAVE_MACHINE_MODES */
35 #endif /* RTX_CODE */ 32 #endif /* RTX_CODE */