comparison gcc/config/vax/vax-protos.h @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
1 /* Definitions of target machine for GNU compiler. VAX version. 1 /* Definitions of target machine for GNU compiler. VAX version.
2 Copyright (C) 2000, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. 2 Copyright (C) 2000, 2002, 2003, 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify 6 GCC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
17 along with GCC; see the file COPYING3. If not see 17 along with GCC; see the file COPYING3. If not see
18 <http://www.gnu.org/licenses/>. */ 18 <http://www.gnu.org/licenses/>. */
19 19
20 extern void override_options (void); 20 extern void override_options (void);
21 21
22 extern int legitimate_constant_address_p (rtx); 22 extern bool legitimate_constant_address_p (rtx);
23 extern int legitimate_constant_p (rtx); 23 extern bool legitimate_constant_p (rtx);
24 extern int legitimate_address_p (enum machine_mode, rtx, int); 24 extern bool vax_mode_dependent_address_p (rtx);
25 extern int vax_mode_dependent_address_p (rtx);
26 25
27 #ifdef RTX_CODE 26 #ifdef RTX_CODE
27 extern const char *cond_name (rtx);
28 extern bool adjacent_operands_p (rtx, rtx, enum machine_mode);
28 extern const char *rev_cond_name (rtx); 29 extern const char *rev_cond_name (rtx);
29 extern void split_quadword_operands (rtx *, rtx *, int);
30 extern void print_operand_address (FILE *, rtx); 30 extern void print_operand_address (FILE *, rtx);
31 extern int vax_float_literal (rtx); 31 extern void print_operand (FILE *, rtx, int);
32 extern void vax_notice_update_cc (rtx, rtx); 32 extern void vax_notice_update_cc (rtx, rtx);
33 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_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_add (rtx, rtx *, enum machine_mode);
35 extern const char * vax_output_conditional_branch (enum rtx_code); 36 extern const char * vax_output_int_subtract (rtx, rtx *, enum machine_mode);
37 extern const char * vax_output_movmemsi (rtx, rtx *);
36 #endif /* RTX_CODE */ 38 #endif /* RTX_CODE */
37 39
38 #ifdef REAL_VALUE_TYPE 40 #ifdef REAL_VALUE_TYPE
39 extern int check_float_value (enum machine_mode, REAL_VALUE_TYPE *, int); 41 extern int check_float_value (enum machine_mode, REAL_VALUE_TYPE *, int);
40 #endif /* REAL_VALUE_TYPE */ 42 #endif /* REAL_VALUE_TYPE */