OSDN Git Service

* Makefile.in (final.o): Depend on target.h.
[pf3gnuchains/gcc-fork.git] / gcc / config / i860 / i860-protos.h
1 /* Definitions of target machine for GNU compiler, for Intel 860.
2    Copyright (C) 2000 Free Software Foundation, Inc.
3    Hacked substantially by Ron Guilmette (rfg@monkeys.com) to cater to
4    the whims of the System V Release 4 assembler.
5
6 This file is part of GNU CC.
7
8 GNU CC is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option)
11 any later version.
12
13 GNU CC is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with GNU CC; see the file COPYING.  If not, write to
20 the Free Software Foundation, 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA.  */
22
23 /* Declare things which are defined in i860.c but called from
24    insn-output.c.  */
25
26 #ifdef RTX_CODE
27 extern unsigned long sfmode_constant_to_ulong PARAMS ((rtx));
28 extern const char *output_load PARAMS ((rtx *));
29 extern const char *output_store PARAMS ((rtx *));
30 extern const char *output_move_double PARAMS ((rtx *));
31 extern const char *output_fp_move_double PARAMS ((rtx *));
32 extern const char *output_block_move PARAMS ((rtx *));
33 extern const char *output_delay_insn PARAMS ((rtx));
34 #if 0
35 extern const char *output_delayed_branch PARAMS ((const char *, rtx *, rtx));
36 #endif
37 extern void output_load_address PARAMS ((rtx *));
38 extern int safe_insn_src_p PARAMS ((rtx, enum machine_mode));
39 extern int operand_clobbered_before_used_after PARAMS ((rtx, rtx));
40 extern int single_insn_src_p PARAMS ((rtx, enum machine_mode));
41 extern int reg_or_0_operand PARAMS ((rtx, enum machine_mode));
42 extern int arith_operand PARAMS ((rtx, enum machine_mode));
43 extern int logic_operand PARAMS ((rtx, enum machine_mode));
44 extern int shift_operand PARAMS ((rtx, enum machine_mode));
45 extern int compare_operand PARAMS ((rtx, enum machine_mode));
46 extern int bte_operand PARAMS ((rtx, enum machine_mode));
47 extern int indexed_operand PARAMS ((rtx, enum machine_mode));
48 extern int load_operand PARAMS ((rtx, enum machine_mode));
49 extern int small_int PARAMS ((rtx, enum machine_mode));
50 extern int logic_int PARAMS ((rtx, enum machine_mode));
51 extern int call_insn_operand PARAMS ((rtx, enum machine_mode));
52 extern rtx i860_saveregs PARAMS ((void));
53 #ifdef TREE_CODE
54 extern void i860_va_start PARAMS ((int, tree, rtx));
55 extern rtx i860_va_arg PARAMS ((tree, tree));
56 #endif /* TREE_CODE */
57 #endif /* RTX_CODE */
58
59 #ifdef TREE_CODE
60 extern tree i860_build_va_list PARAMS ((void));
61 #endif /* TREE_CODE */