File: mt-protos.h

package info (click to toggle)
gccxml 0.9.0%2Bcvs20100501-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 79,132 kB
  • ctags: 73,371
  • sloc: ansic: 751,436; cpp: 34,175; asm: 26,833; sh: 5,077; makefile: 4,696; lex: 589; awk: 566; perl: 334; yacc: 271; pascal: 86; python: 29
file content (66 lines) | stat: -rw-r--r-- 3,254 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/* Prototypes for exported functions defined in ms1.c
   Copyright (C) 2005 Free Software Foundation, Inc.

   This file is part of GCC.

   GCC is free software; you can redistribute it and/or modify it
   under the terms of the GNU General Public License as published
   by the Free Software Foundation; either version 2, or (at your
   option) any later version.

   GCC is distributed in the hope that it will be useful,but WITHOUT
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
   License for more details.

   You should have received a copy of the GNU General Public License
   along with GCC; see the file COPYING.  If not, write to the Free
   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
   02110-1301, USA.  */

extern void         mt_init_expanders         (void);
extern void         mt_expand_prologue         (void);
extern void         mt_expand_epilogue         (enum epilogue_type);
extern unsigned     mt_compute_frame_size (int);
extern void            mt_override_options (void);
extern int            mt_initial_elimination_offset (int, int);
extern const char * mt_asm_output_opcode (FILE *, const char *);
extern int          mt_epilogue_uses         (int);
extern void            mt_add_loop          (void);

#ifdef TREE_CODE
extern const char * mt_cannot_inline_p         (tree);
extern int          mt_function_arg_boundary (enum machine_mode, tree);
extern void         mt_function_arg_advance (CUMULATIVE_ARGS *, enum machine_mode, tree,  int);
#endif

#ifdef RTX_CODE
extern void            mt_expand_eh_return (rtx *);
extern void            mt_emit_eh_epilogue (rtx *);
extern void         mt_print_operand         (FILE *, rtx, int);
extern void         mt_print_operand_address (FILE *, rtx);
extern int          mt_check_split         (rtx, enum machine_mode);
extern int          mt_reg_ok_for_base_p (rtx, int);
extern int          mt_legitimate_address_p (enum machine_mode, rtx, int);
/* Predicates for machine description.  */
extern int          uns_arith_operand         (rtx, enum machine_mode);
extern int          arith_operand         (rtx, enum machine_mode);
extern int          reg_or_0_operand         (rtx, enum machine_mode);
extern int            big_const_operand         (rtx, enum machine_mode);
extern int            single_const_operand (rtx, enum machine_mode);
extern void            mt_emit_cbranch         (enum rtx_code, rtx, rtx, rtx);
extern void            mt_set_memflags         (rtx);
extern rtx            mt_return_addr_rtx         (int);
extern void            mt_split_words         (enum machine_mode, enum machine_mode, rtx *);
extern void            mt_final_prescan_insn (rtx, rtx *, int);
#endif

#ifdef TREE_CODE
#ifdef RTX_CODE
extern void         mt_init_cumulative_args (CUMULATIVE_ARGS *, tree, rtx, tree, int);
extern rtx          mt_function_arg         (const CUMULATIVE_ARGS *, enum machine_mode, tree, int, int);
extern void            mt_va_start         (tree, rtx);
extern enum reg_class mt_secondary_reload_class (enum reg_class, enum machine_mode, rtx);
extern rtx            mt_function_value         (tree, enum machine_mode, tree);
#endif
#endif