comparison gcc/config/alpha/alpha-modes.def @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Alpha extra machine modes. 1 /* Alpha extra machine modes.
2 Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. 2 Copyright (C) 2003, 2004, 2007, 2010 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify 6 GCC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
15 15
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with GCC; see the file COPYING3. If not see 17 along with GCC; see the file COPYING3. If not see
18 <http://www.gnu.org/licenses/>. */ 18 <http://www.gnu.org/licenses/>. */
19 19
20 /* 128-bit floating point. This gets reset in alpha_override_options 20 /* 128-bit floating point. This gets reset in alpha_option_override
21 if VAX float format is in use. */ 21 if VAX float format is in use. */
22 FLOAT_MODE (TF, 16, ieee_quad_format); 22 FLOAT_MODE (TF, 16, ieee_quad_format);
23 23
24 /* Vector modes. */ 24 /* Vector modes. */
25 VECTOR_MODES (INT, 8); /* V8QI V4HI V2SI */ 25 VECTOR_MODES (INT, 8); /* V8QI V4HI V2SI */