1 |
709 |
jeremybenn |
/* Definitions of target machine for GNU compiler. VAX version.
|
2 |
|
|
Copyright (C) 2000, 2002, 2003, 2004, 2005, 2007, 2009, 2010
|
3 |
|
|
Free Software Foundation, Inc.
|
4 |
|
|
|
5 |
|
|
This file is part of GCC.
|
6 |
|
|
|
7 |
|
|
GCC 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 3, or (at your option)
|
10 |
|
|
any later version.
|
11 |
|
|
|
12 |
|
|
GCC 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 GCC; see the file COPYING3. If not see
|
19 |
|
|
<http://www.gnu.org/licenses/>. */
|
20 |
|
|
|
21 |
|
|
extern bool legitimate_constant_address_p (rtx);
|
22 |
|
|
extern bool vax_mode_dependent_address_p (rtx);
|
23 |
|
|
extern void vax_expand_prologue (void);
|
24 |
|
|
|
25 |
|
|
#ifdef RTX_CODE
|
26 |
|
|
extern const char *cond_name (rtx);
|
27 |
|
|
extern bool adjacent_operands_p (rtx, rtx, enum machine_mode);
|
28 |
|
|
extern const char *rev_cond_name (rtx);
|
29 |
|
|
extern void print_operand_address (FILE *, rtx);
|
30 |
|
|
extern void print_operand (FILE *, rtx, int);
|
31 |
|
|
extern void vax_notice_update_cc (rtx, rtx);
|
32 |
|
|
extern void vax_expand_addsub_di_operands (rtx *, enum rtx_code);
|
33 |
|
|
extern const char * vax_output_int_move (rtx, rtx *, enum machine_mode);
|
34 |
|
|
extern const char * vax_output_int_add (rtx, rtx *, enum machine_mode);
|
35 |
|
|
extern const char * vax_output_int_subtract (rtx, rtx *, enum machine_mode);
|
36 |
|
|
extern const char * vax_output_movmemsi (rtx, rtx *);
|
37 |
|
|
#endif /* RTX_CODE */
|
38 |
|
|
|
39 |
|
|
#ifdef REAL_VALUE_TYPE
|
40 |
|
|
extern int check_float_value (enum machine_mode, REAL_VALUE_TYPE *, int);
|
41 |
|
|
#endif /* REAL_VALUE_TYPE */
|