]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/lm32/lm32-protos.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / lm32 / lm32-protos.h
CommitLineData
aa4945c1
JB
1/* Prototypes of target machine functions, Lattice Mico32 architecture.
2 Contributed by Jon Beniston <jon@beniston.com>
3
a945c346 4 Copyright (C) 2009-2024 Free Software Foundation, Inc.
aa4945c1
JB
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, but WITHOUT
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
16 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
22extern int lm32_return_in_memory (tree type);
23extern void lm32_declare_object (FILE *stream, char *name, char *init_string,
24 char *final_string, int size);
25extern void lm32_expand_prologue (void);
26extern void lm32_expand_epilogue (void);
27extern void lm32_print_operand (FILE *file, rtx op, int letter);
28extern void lm32_print_operand_address (FILE *file, rtx addr);
aa4945c1
JB
29extern HOST_WIDE_INT lm32_compute_initial_elimination_offset (int from,
30 int to);
31extern int lm32_can_use_return (void);
32extern rtx lm32_return_addr_rtx (int count, rtx frame);
33extern int lm32_expand_block_move (rtx *);
34extern int nonpic_symbol_mentioned_p (rtx);
ef4bddc2 35extern rtx lm32_legitimize_pic_address (rtx, machine_mode, rtx);
aa4945c1
JB
36extern void lm32_expand_scc (rtx operands[]);
37extern void lm32_expand_conditional_branch (rtx operands[]);
ef4bddc2 38extern bool lm32_move_ok (machine_mode, rtx operands[2]);