summaryrefslogtreecommitdiffstats
path: root/gcc/config/ns32k/ns32k-protos.h
blob: 6103f8fb3a44a22f31f5433fc50b94cfb77ac8db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/* Definitions of target machine for GNU compiler.  NS32000 version.
   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
   Contributed by Michael Tiemann (tiemann@cygnus.com)

This file is part of GCC.

GCC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.

GCC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING.  If not, write to
the Free Software Foundation, 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.  */

/* Prototypes for functions in ns32k.c */

#ifdef RTX_CODE
extern enum reg_class secondary_reload_class (enum reg_class,
					      enum machine_mode, rtx);
extern int reg_or_mem_operand (rtx, enum machine_mode);

extern void split_di (rtx[], int, rtx[], rtx[]);
extern void expand_block_move (rtx[]);
extern int global_symbolic_reference_mentioned_p (rtx, int);
extern void print_operand (FILE *, rtx, int);
extern void print_operand_address (FILE *, rtx);
extern const char *output_move_double (rtx *);
extern const char *output_shift_insn (rtx *);
extern int symbolic_reference_mentioned_p (rtx);
extern void ns32k_notice_update_cc (rtx, rtx);
#endif /* RTX_CODE */

#ifdef TREE_CODE
extern int ns32k_return_pops_args (tree, tree, int);
#endif /* TREE_CODE */

extern int hard_regno_mode_ok (int, enum machine_mode);
extern int register_move_cost (enum reg_class, enum reg_class);
extern const char *output_move_dconst (int, const char *);
OpenPOWER on IntegriCloud