OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [config/] [m68hc11/] [m68hc11-protos.h] - Blame information for rev 427

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 282 jeremybenn
/* Prototypes for exported functions defined in m68hc11.c
2
   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009
3
   Free Software Foundation, Inc.
4
   Contributed by Stephane Carrez (stcarrez@nerim.fr)
5
 
6
This file is part of GCC.
7
 
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 3, or (at your option)
11
any later version.
12
 
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.
17
 
18
You should have received a copy of the GNU General Public License
19
along with GCC; see the file COPYING3.  If not see
20
<http://www.gnu.org/licenses/>.  */
21
 
22
 
23
extern int m68hc11_override_options (void);
24
extern int m68hc11_optimization_options (int,int);
25
extern void m68hc11_conditional_register_usage (void);
26
extern int hard_regno_mode_ok (int, enum machine_mode);
27
extern int m68hc11_hard_regno_rename_ok (int, int);
28
 
29
extern int m68hc11_total_frame_size (void);
30
extern int m68hc11_initial_frame_pointer_offset (void);
31
extern int m68hc11_initial_elimination_offset (int, int);
32
 
33
extern void expand_prologue (void);
34
extern void expand_epilogue (void);
35
 
36
#ifdef TREE_CODE
37
extern void m68hc11_function_arg_advance (CUMULATIVE_ARGS*,
38
                                          enum machine_mode,
39
                                          tree,
40
                                          int);
41
#endif
42
 
43
#ifdef RTX_CODE
44
extern int m68hc11_auto_inc_p (rtx);
45
 
46
extern rtx m68hc11_expand_compare_and_branch (enum rtx_code, rtx, rtx, rtx);
47
extern enum reg_class preferred_reload_class (rtx, enum reg_class);
48
 
49
extern void m68hc11_notice_update_cc (rtx, rtx);
50
extern void m68hc11_notice_keep_cc (rtx);
51
 
52
extern void m68hc11_gen_movqi (rtx, rtx*);
53
extern void m68hc11_gen_movhi (rtx, rtx*);
54
extern void m68hc11_gen_rotate (enum rtx_code, rtx, rtx*);
55
 
56
extern void m68hc11_output_swap (rtx, rtx*);
57
 
58
extern int next_insn_test_reg (rtx, rtx);
59
 
60
extern void print_operand (FILE*, rtx, int);
61
extern void print_operand_address (FILE*, rtx);
62
 
63
extern int m68hc11_reload_operands (rtx*);
64
 
65
extern int dead_register_here (rtx, rtx);
66
 
67
extern int push_pop_operand_p (rtx);
68
extern void m68hc11_split_move (rtx, rtx, rtx);
69
extern void m68hc11_split_compare_and_branch (enum rtx_code,
70
                                              rtx, rtx, rtx);
71
 
72
extern rtx m68hc11_gen_lowpart (enum machine_mode, rtx);
73
extern rtx m68hc11_gen_highpart (enum machine_mode, rtx);
74
 
75
#ifdef HAVE_MACHINE_MODES
76
extern int m68hc11_memory_move_cost (enum machine_mode, enum reg_class, int);
77
extern int m68hc11_register_move_cost (enum machine_mode,
78
                                       enum reg_class, enum reg_class);
79
 
80
extern void m68hc11_emit_libcall (const char*, enum rtx_code,
81
                                  enum machine_mode, enum machine_mode,
82
                                  int, rtx*);
83
extern int m68hc11_small_indexed_indirect_p (rtx, enum machine_mode);
84
extern int m68hc11_symbolic_p (rtx, enum machine_mode);
85
extern int m68hc11_indirect_p (rtx, enum machine_mode);
86
extern int go_if_legitimate_address2 (rtx, enum machine_mode, int);
87
 
88
extern int reg_or_indexed_operand (rtx,enum machine_mode);
89
extern int memory_indexed_operand (rtx, enum machine_mode);
90
 
91
#ifdef RTX_CODE
92
extern void m68hc11_split_logical (enum machine_mode, enum rtx_code, rtx*);
93
#endif
94
 
95
extern int m68hc11_register_indirect_p (rtx, enum machine_mode);
96
extern int m68hc11_valid_addressing_p (rtx, enum machine_mode, int);
97
 
98
extern int symbolic_memory_operand (rtx, enum machine_mode);
99
 
100
extern int memory_reload_operand (rtx, enum machine_mode);
101
extern int arith_src_operand (rtx, enum machine_mode);
102
extern int soft_reg_operand (rtx, enum machine_mode);
103
 
104
extern void m68hc11_init_cumulative_args (CUMULATIVE_ARGS*, tree, rtx);
105
 
106
extern rtx m68hc11_function_arg (const CUMULATIVE_ARGS* ,
107
                                 enum machine_mode,
108
                                 tree, int);
109
#ifdef ARGS_SIZE_RTX
110
extern enum direction m68hc11_function_arg_padding (enum machine_mode,
111
                                                    const_tree);
112
#endif
113
 
114
extern void m68hc11_function_epilogue (FILE*,int);
115
 
116
extern int m68hc11_is_far_symbol (rtx);
117
extern int m68hc11_is_trap_symbol (rtx);
118
extern int m68hc11_page0_symbol_p (rtx x);
119
 
120
extern HOST_WIDE_INT m68hc11_min_offset;
121
extern HOST_WIDE_INT m68hc11_max_offset;
122
extern int m68hc11_addr_mode;
123
 
124
#endif /* HAVE_MACHINE_MODES */
125
#endif /* RTX_CODE */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.