]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/riscv/riscv-ftypes.def
Update copyright years.
[thirdparty/gcc.git] / gcc / config / riscv / riscv-ftypes.def
CommitLineData
09cae750 1/* Definitions of prototypes for RISC-V built-in functions. -*- C -*-
8d9254fc 2 Copyright (C) 2011-2020 Free Software Foundation, Inc.
09cae750
PD
3 Contributed by Andrew Waterman (andrew@sifive.com).
4 Based on MIPS target for GNU compiler.
5
6This file is part of GCC.
7
8GCC is free software; you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 3, or (at your option)
11any later version.
12
13GCC is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with GCC; see the file COPYING3. If not see
20<http://www.gnu.org/licenses/>. */
21
22/* Invoke DEF_RISCV_FTYPE (NARGS, LIST) for each prototype used by
23 RISCV built-in functions, where:
24
25 NARGS is the number of arguments.
26 LIST contains the return-type code followed by the codes for each
27 argument type. */
28
29DEF_RISCV_FTYPE (1, (USI, VOID))
30DEF_RISCV_FTYPE (1, (VOID, USI))