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

Subversion Repositories openrisc

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

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

Line No. Rev Author Line
1 709 jeremybenn
/* Exported function prototypes from the Renesas RX backend.
2
   Copyright (C) 2008, 2009, 2010, 2011, 2012
3
   Free Software Foundation, Inc.
4
   Contributed by Red Hat.
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
#ifndef GCC_RX_PROTOS_H
23
#define GCC_RX_PROTOS_H
24
 
25
extern bool             rx_can_use_simple_return (void);
26
extern void             rx_expand_epilogue (bool);
27
extern void             rx_expand_prologue (void);
28
extern int              rx_initial_elimination_offset (int, int);
29
 
30
#ifdef RTX_CODE
31
extern int              rx_adjust_insn_length (rtx, int);
32
extern int              rx_align_for_label (rtx, int);
33
extern void             rx_emit_stack_popm (rtx *, bool);
34
extern void             rx_emit_stack_pushm (rtx *);
35
extern char *           rx_gen_move_template (rtx *, bool);
36
extern bool             rx_is_legitimate_constant (enum machine_mode, rtx);
37
extern bool             rx_is_restricted_memory_address (rtx,
38
                                                         enum machine_mode);
39
extern bool             rx_match_ccmode (rtx, enum machine_mode);
40
extern rtx              rx_maybe_pidify_operand (rtx, int);
41
extern void             rx_notice_update_cc (rtx, rtx);
42
extern void             rx_split_cbranch (enum machine_mode, enum rtx_code,
43
                                          rtx, rtx, rtx);
44
extern enum machine_mode        rx_select_cc_mode (enum rtx_code, rtx, rtx);
45
#endif
46
 
47
#endif /* GCC_RX_PROTOS_H */

powered by: WebSVN 2.1.0

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