]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/arm/arm_acle_builtins.def
Update copyright years.
[thirdparty/gcc.git] / gcc / config / arm / arm_acle_builtins.def
CommitLineData
7a2c8e28 1/* ACLE builtin definitions for ARM.
85ec4feb 2 Copyright (C) 2016-2018 Free Software Foundation, Inc.
7a2c8e28
AV
3 Contributed by ARM Ltd.
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
21VAR1 (UBINOP, crc32b, si)
22VAR1 (UBINOP, crc32h, si)
23VAR1 (UBINOP, crc32w, si)
24VAR1 (UBINOP, crc32cb, si)
25VAR1 (UBINOP, crc32ch, si)
26VAR1 (UBINOP, crc32cw, si)
d57daa0c
AV
27VAR1 (CDP, cdp, void)
28VAR1 (CDP, cdp2, void)
3811581f
AV
29VAR1 (LDC, ldc, void)
30VAR1 (LDC, ldc2, void)
31VAR1 (LDC, ldcl, void)
32VAR1 (LDC, ldc2l, void)
33VAR1 (STC, stc, void)
34VAR1 (STC, stc2, void)
35VAR1 (STC, stcl, void)
36VAR1 (STC, stc2l, void)
ecc9a25b
AV
37VAR1 (MCR, mcr, void)
38VAR1 (MCR, mcr2, void)
39VAR1 (MRC, mrc, si)
40VAR1 (MRC, mrc2, si)
f3caa118
AV
41VAR1 (MCRR, mcrr, void)
42VAR1 (MCRR, mcrr2, void)
43VAR1 (MRRC, mrrc, di)
44VAR1 (MRRC, mrrc2, di)