2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / config / ns32k / ns32k-protos.h
blobb5a2328c3c69e462ee23568bc2aa756559e268fc
1 /* Definitions of target machine for GNU compiler. NS32000 version.
2 Copyright (C) 2000 Free Software Foundation, Inc.
3 Contributed by Michael Tiemann (tiemann@cygnus.com)
5 This file is part of GCC.
7 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
9 the Free Software Foundation; either version 2, or (at your option)
10 any later version.
12 GCC is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with GCC; see the file COPYING. If not, write to
19 the Free Software Foundation, 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */
22 /* Prototypes for functions in ns32k.c */
24 #ifdef RTX_CODE
25 extern enum reg_class secondary_reload_class (enum reg_class,
26 enum machine_mode, rtx);
27 extern int reg_or_mem_operand (rtx, enum machine_mode);
29 extern void split_di (rtx[], int, rtx[], rtx[]);
30 extern void expand_block_move (rtx[]);
31 extern int global_symbolic_reference_mentioned_p (rtx, int);
32 extern void print_operand (FILE *, rtx, int);
33 extern void print_operand_address (FILE *, rtx);
34 extern const char *output_move_double (rtx *);
35 extern const char *output_shift_insn (rtx *);
36 extern int symbolic_reference_mentioned_p (rtx);
37 #endif /* RTX_CODE */
39 #ifdef TREE_CODE
40 extern int ns32k_return_pops_args (tree, tree, int);
41 #endif /* TREE_CODE */
43 extern int hard_regno_mode_ok (int, enum machine_mode);
44 extern int register_move_cost (enum reg_class, enum reg_class);
45 extern const char *output_move_dconst (int, const char *);