]> gcc.gnu.org Git - gcc.git/blame - gcc/config/i960/i960-modes.def
Daily bump.
[gcc.git] / gcc / config / i960 / i960-modes.def
CommitLineData
a5381466
ZW
1/* Definitions of target machine for GNU compiler, for Intel 80960
2 Copyright (C) 2002 Free Software Foundation, Inc.
3 Contributed by Steven McGeady, Intel Corp.
4 Additional Work by Glenn Colon-Bonet, Jonathan Shapiro, Andy Wilson
5 Converted to GCC 2.0 by Jim Wilson and Michael Tiemann, Cygnus Support.
6
7ec022b2 7This file is part of GCC.
a5381466 8
7ec022b2 9GCC is free software; you can redistribute it and/or modify
a5381466
ZW
10it under the terms of the GNU General Public License as published by
11the Free Software Foundation; either version 2, or (at your option)
12any later version.
13
7ec022b2 14GCC is distributed in the hope that it will be useful,
a5381466
ZW
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License for more details.
18
19You should have received a copy of the GNU General Public License
7ec022b2 20along with GCC; see the file COPYING. If not, write to
a5381466
ZW
21the Free Software Foundation, 59 Temple Place - Suite 330,
22Boston, MA 02111-1307, USA. */
23
94134f42
ZW
24/* long double */
25FLOAT_MODE (TF, 16, ieee_extended_intel_128_format);
26
a5381466
ZW
27/* Add any extra modes needed to represent the condition code.
28
29 Also, signed and unsigned comparisons are distinguished, as
30 are operations which are compatible with chkbit insns. */
31
94134f42
ZW
32CC_MODE (CC_UNS);
33CC_MODE (CC_CHK);
This page took 0.386207 seconds and 5 git commands to generate.