]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/vax/vax-protos.h
Make-lang.in: Change copyright header to refer to version 3 of the GNU General Public...
[thirdparty/gcc.git] / gcc / config / vax / vax-protos.h
CommitLineData
8aeea6e6 1/* Definitions of target machine for GNU compiler. VAX version.
fe9565ed 2 Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
2fd58acb 3
e7d9d16b 4This file is part of GCC.
2fd58acb 5
e7d9d16b 6GCC is free software; you can redistribute it and/or modify
2fd58acb
KG
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option)
9any later version.
10
e7d9d16b 11GCC is distributed in the hope that it will be useful,
2fd58acb
KG
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
e7d9d16b 17along with GCC; see the file COPYING. If not, write to
39d14dda
KC
18the Free Software Foundation, 51 Franklin Street, Fifth Floor,
19Boston, MA 02110-1301, USA. */
2fd58acb 20
d6a1d39a 21extern void override_options (void);
3dc85dfb 22
fbf55580
MT
23extern int legitimate_constant_address_p (rtx);
24extern int legitimate_constant_p (rtx);
25extern int legitimate_address_p (enum machine_mode, rtx, int);
26extern int vax_mode_dependent_address_p (rtx);
27
2fd58acb 28#ifdef RTX_CODE
d6a1d39a
NN
29extern const char *rev_cond_name (rtx);
30extern void split_quadword_operands (rtx *, rtx *, int);
31extern void print_operand_address (FILE *, rtx);
32extern int vax_float_literal (rtx);
af0ec113 33extern void vax_notice_update_cc (rtx, rtx);
20acd226
SB
34extern const char * vax_output_int_move (rtx, rtx *, enum machine_mode);
35extern const char * vax_output_int_add (rtx, rtx *, enum machine_mode);
36extern const char * vax_output_conditional_branch (enum rtx_code);
2fd58acb
KG
37#endif /* RTX_CODE */
38
39#ifdef REAL_VALUE_TYPE
d6a1d39a 40extern int check_float_value (enum machine_mode, REAL_VALUE_TYPE *, int);
2fd58acb 41#endif /* REAL_VALUE_TYPE */