OSDN Git Service

2002-02-20 Philip Blundell <philb@gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / config / convex / convex-protos.h
1 /* Definitions of target machine for GNU compiler.  Convex version.
2    Copyright (C) 2000 Free Software Foundation, Inc.
3
4 This file is part of GNU CC.
5
6 GNU CC 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 2, or (at your option)
9 any later version.
10
11 GNU CC 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.
15
16 You should have received a copy of the GNU General Public License
17 along with GNU CC; see the file COPYING.  If not, write to
18 the Free Software Foundation, 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA.  */
20
21 #ifdef RTX_CODE
22 extern int const_double_low_int PARAMS ((rtx));
23 extern int const_double_high_int PARAMS ((rtx));
24 extern const char *output_cmp PARAMS ((rtx, rtx, int));
25 extern const char *output_condjump PARAMS ((rtx, const char *, int));
26 extern const char *output_call PARAMS ((rtx, rtx *));
27 extern rtx simplify_for_convex PARAMS ((rtx));
28 extern void print_operand PARAMS ((FILE *, rtx, int));
29 extern void print_operand_address PARAMS ((FILE *, rtx));
30 extern void expand_movstr PARAMS ((rtx *));
31
32 extern int nonmemory_operand PARAMS ((rtx, enum machine_mode));
33 extern int nonmemory_cmpsf_operand PARAMS ((rtx, enum machine_mode));
34 #endif /* RTX_CODE */
35
36 #ifdef TREE_CODE
37 extern void asm_declare_function_name PARAMS ((FILE *, const char *, tree));
38 #endif /* TREE_CODE */
39
40 #ifdef REAL_VALUE_TYPE
41 extern int check_float_value PARAMS ((enum machine_mode, REAL_VALUE_TYPE *,
42                                       int));
43 extern void outfloat PARAMS ((FILE *, REAL_VALUE_TYPE, const char *,
44                               const char *, const char *));
45 #endif /* REAL_VALUE_TYPE */
46
47 extern void psw_disable_float PARAMS ((void));
48 extern void init_convex PARAMS ((void));
49 extern void replace_arg_pushes PARAMS ((void));
50 extern void emit_ap_optimizations PARAMS ((void));