OSDN Git Service

* config/m68k/m68k.c (m68k_output_function_prologue): Simplify
[pf3gnuchains/gcc-fork.git] / gcc / config / ns32k / ns32k-protos.h
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)
4
5 This file is part of GNU CC.
6
7 GNU CC 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.
11
12 GNU CC 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.
16
17 You should have received a copy of the GNU General Public License
18 along with GNU CC; see the file COPYING.  If not, write to
19 the Free Software Foundation, 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA.  */
21
22 /* Prototypes for functions in ns32k.c */
23
24 #ifdef RTX_CODE
25 extern enum reg_class secondary_reload_class PARAMS ((enum reg_class,
26                                                       enum machine_mode, rtx));
27 extern int reg_or_mem_operand PARAMS ((rtx, enum machine_mode));
28
29 extern void split_di PARAMS ((rtx[], int, rtx[], rtx[]));
30 extern void expand_block_move PARAMS ((rtx[]));
31 extern int global_symbolic_reference_mentioned_p PARAMS ((rtx, int));
32 extern void print_operand PARAMS ((FILE *, rtx, int));
33 extern void print_operand_address PARAMS ((FILE *, rtx));
34 extern const char *output_move_double PARAMS ((rtx *));
35 extern const char *output_shift_insn PARAMS ((rtx *));
36 extern int symbolic_reference_mentioned_p PARAMS ((rtx));
37 #endif /* RTX_CODE */
38
39 #ifdef TREE_CODE
40 extern int ns32k_return_pops_args PARAMS ((tree, tree, int));
41 #endif /* TREE_CODE */
42
43 extern int hard_regno_mode_ok PARAMS ((int, enum machine_mode));
44 extern int register_move_cost PARAMS ((enum reg_class, enum reg_class));
45 extern const char *output_move_dconst PARAMS ((int, const char *));