Replace occurances of "GNU CC" with "GCC" and reformat as appropriate.
[official-gcc.git] / gcc / config / arm / arm-modes.def
blob6a32509e4cbffe6ca591d2e8fbbd77cf3b062867
1 /* Definitions of target machine for GNU compiler, for ARM.
2 Copyright (C) 2002 Free Software Foundation, Inc.
3 Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl)
4 and Martin Simmons (@harleqn.co.uk).
5 More major hacks by Richard Earnshaw (rearnsha@arm.com)
6 Minor hacks by Nick Clifton (nickc@cygnus.com)
8 This file is part of GCC.
10 GCC is free software; you can redistribute it and/or modify it
11 under the terms of the GNU General Public License as published
12 by the Free Software Foundation; either version 2, or (at your
13 option) any later version.
15 GCC is distributed in the hope that it will be useful, but WITHOUT
16 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
18 License for more details.
20 You should have received a copy of the GNU General Public License
21 along with GCC; see the file COPYING. If not, write to
22 the Free Software Foundation, 59 Temple Place - Suite 330,
23 Boston, MA 02111-1307, USA. */
25 /* CCFPEmode should be used with floating inequalities,
26 CCFPmode should be used with floating equalities.
27 CC_NOOVmode should be used with SImode integer equalities.
28 CC_Zmode should be used if only the Z flag is set correctly
29 CCmode should be used otherwise. */
31 CC (CC_NOOV)
32 CC (CC_Z)
33 CC (CC_SWP)
34 CC (CCFP)
35 CC (CCFPE)
36 CC (CC_DNE)
37 CC (CC_DEQ)
38 CC (CC_DLE)
39 CC (CC_DLT)
40 CC (CC_DGE)
41 CC (CC_DGT)
42 CC (CC_DLEU)
43 CC (CC_DLTU)
44 CC (CC_DGEU)
45 CC (CC_DGTU)
46 CC (CC_C)