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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [config/] [m32r/] [m32r-protos.h] - Blame information for rev 709

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 709 jeremybenn
/* Prototypes for m32r.c functions used in the md file & elsewhere.
2
   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009, 2010,
3
   2011
4
   Free Software Foundation, Inc.
5
 
6
   This file is part of GCC.
7
 
8
   GCC is free software; you can redistribute it and/or modify it
9
   under the terms of the GNU General Public License as published
10
   by the Free Software Foundation; either version 3, or (at your
11
   option) 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
/* Function prototypes that cannot exist in m32r.h due to dependency
23
   complications.  */
24
 
25
extern void   m32r_init (void);
26
extern void   m32r_init_expanders (void);
27
extern unsigned m32r_compute_frame_size (int);
28
extern void   m32r_expand_prologue (void);
29
extern void   m32r_expand_epilogue (void);
30
extern int    direct_return (void);
31
extern void   m32r_load_pic_register (void);
32
extern enum m32r_function_type m32r_compute_function_type (tree);
33
 
34
#ifdef RTX_CODE
35
extern int    easy_di_const (rtx);
36
extern int    easy_df_const (rtx);
37
extern rtx    gen_compare (enum rtx_code, rtx, rtx, int);
38
extern bool   gen_cond_store (enum rtx_code, rtx, rtx, rtx);
39
extern rtx    gen_split_move_double (rtx *);
40
extern int    m32r_address_code (rtx);
41
extern void   m32r_initialize_trampoline (rtx, rtx, rtx);
42
extern int    zero_and_one (rtx, rtx);
43
extern char * emit_cond_move (rtx *, rtx);
44
extern void   m32r_output_block_move (rtx, rtx *);
45
extern int    m32r_expand_block_move (rtx *);
46
extern int    m32r_not_same_reg (rtx, rtx);
47
extern int    m32r_hard_regno_rename_ok (unsigned int, unsigned int);
48
extern int    m32r_legitimate_pic_operand_p (rtx);
49
extern rtx    m32r_legitimize_pic_address (rtx, rtx);
50
extern rtx    m32r_return_addr (int);
51
extern rtx    m32r_function_symbol (const char *);
52
 
53
#ifdef HAVE_MACHINE_MODES
54
extern int    call_operand (rtx, enum machine_mode);
55
extern int    small_data_operand (rtx, enum machine_mode);
56
extern int    addr24_operand (rtx, enum machine_mode);
57
extern int    addr32_operand (rtx, enum machine_mode);
58
extern int    call26_operand (rtx, enum machine_mode);
59
extern int    memreg_operand (rtx, enum machine_mode);
60
extern int    small_insn_p (rtx, enum machine_mode);
61
 
62
#endif /* HAVE_MACHINE_MODES */
63
 
64
#endif /* RTX_CODE */

powered by: WebSVN 2.1.0

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