]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/c6x/c6x-protos.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / c6x / c6x-protos.h
CommitLineData
bcead286 1/* Prototypes for exported functions defined in c6x.c.
a5544970 2 Copyright (C) 2010-2019 Free Software Foundation, Inc.
bcead286
BS
3 Contributed by CodeSourcery.
4
5 This file is part of GCC.
6
7 GCC is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published
9 by the Free Software Foundation; either version 3, or (at your
10 option) any later version.
11
12 GCC is distributed in the hope that it will be useful, but WITHOUT
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
15 License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with GCC; see the file COPYING3. If not see
19 <http://www.gnu.org/licenses/>. */
20
21#ifndef GCC_C6X_PROTOS_H
22#define GCC_C6X_PROTOS_H
23
24/* Functions defined in c6x.c. */
25
26#ifdef RTX_CODE
27extern void c6x_init_cumulative_args (CUMULATIVE_ARGS *, const_tree, rtx, int);
ef4bddc2 28extern bool c6x_block_reg_pad_upward (machine_mode, const_tree, bool);
bcead286 29
ef4bddc2 30extern bool c6x_legitimate_address_p_1 (machine_mode, rtx, bool, bool);
bcead286 31extern bool c6x_mem_operand (rtx, enum reg_class, bool);
ef4bddc2 32extern bool expand_move (rtx *, machine_mode);
bcead286
BS
33
34extern bool c6x_long_call_p (rtx);
35extern void c6x_expand_call (rtx, rtx, bool);
ef4bddc2 36extern rtx c6x_expand_compare (rtx, machine_mode);
bcead286
BS
37extern bool c6x_force_op_for_comparison_p (enum rtx_code, rtx);
38extern bool c6x_expand_movmem (rtx, rtx, rtx, rtx, rtx, rtx);
39
40extern rtx c6x_subword (rtx, bool);
41extern void split_di (rtx *, int, rtx *, rtx *);
42extern bool c6x_valid_mask_p (HOST_WIDE_INT);
43
aa4e645e 44extern char c6x_get_unit_specifier (rtx_insn *);
bcead286 45
aa4e645e 46extern void c6x_final_prescan_insn(rtx_insn *insn, rtx *opvec, int noperands);
bcead286
BS
47
48extern int c6x_nsaved_regs (void);
49extern HOST_WIDE_INT c6x_initial_elimination_offset (int, int);
50extern void c6x_expand_prologue (void);
51extern void c6x_expand_epilogue (bool);
52
53extern rtx c6x_return_addr_rtx (int);
54
55extern void c6x_set_return_address (rtx, rtx);
56#endif
57
58extern void c6x_override_options (void);
59extern void c6x_optimization_options (int, int);
60
61extern void c6x_output_file_unwind (FILE *);
62
63extern void c6x_function_end (FILE *, const char *);
64
65#endif /* GCC_C6X_PROTOS_H */