PR target/16201
[official-gcc.git] / gcc / config / i860 / i860-protos.h
blob1f61eb13ecc2466ded24d0d1a60cf904245f6bdb
1 /* Definitions of target machine for GNU compiler, for Intel 860.
2 Copyright (C) 2000, 2003, 2004 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.
6 This file is part of GCC.
8 GCC 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.
13 GCC 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.
18 You should have received a copy of the GNU General Public License
19 along with GCC; see the file COPYING. If not, write to
20 the Free Software Foundation, 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA. */
23 /* Declare things which are defined in i860.c but called from
24 insn-output.c. */
26 #ifdef RTX_CODE
27 extern unsigned long sfmode_constant_to_ulong (rtx);
28 extern const char *output_load (rtx *);
29 extern const char *output_store (rtx *);
30 extern const char *output_move_double (rtx *);
31 extern const char *output_fp_move_double (rtx *);
32 extern const char *output_block_move (rtx *);
33 extern void output_load_address (rtx *);
34 extern int safe_insn_src_p (rtx, enum machine_mode);
35 extern int operand_clobbered_before_used_after (rtx, rtx);
36 extern int reg_or_0_operand (rtx, enum machine_mode);
37 extern int arith_operand (rtx, enum machine_mode);
38 extern int logic_operand (rtx, enum machine_mode);
39 extern int shift_operand (rtx, enum machine_mode);
40 extern int compare_operand (rtx, enum machine_mode);
41 extern int bte_operand (rtx, enum machine_mode);
42 extern int indexed_operand (rtx, enum machine_mode);
43 extern int load_operand (rtx, enum machine_mode);
44 extern int small_int (rtx, enum machine_mode);
45 extern int logic_int (rtx, enum machine_mode);
46 extern int call_insn_operand (rtx, enum machine_mode);
47 #ifdef TREE_CODE
48 extern void i860_va_start (tree, rtx);
49 #endif /* TREE_CODE */
50 #endif /* RTX_CODE */
52 extern void tdesc_section (void);