[AArch64] Use UNSPEC_MERGE_PTRUE for comparisons
[official-gcc.git] / gcc / config / spu / spu-modes.def
blob09db0363519d724533ba1c837f87c117ad067c72
1 /* Copyright (C) 2006-2018 Free Software Foundation, Inc.
3 This file is free software; you can redistribute it and/or modify it under
4 the terms of the GNU General Public License as published by the Free
5 Software Foundation; either version 3 of the License, or (at your option)
6 any later version.
8 This file is distributed in the hope that it will be useful, but WITHOUT
9 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
11 for more details.
13 You should have received a copy of the GNU General Public License
14 along with GCC; see the file COPYING3. If not see
15 <http://www.gnu.org/licenses/>. */
17 /* Vector modes. */
18 VECTOR_MODES (INT, 2); /* V2QI */
19 VECTOR_MODES (INT, 4); /* V4QI V2HI */
20 VECTOR_MODES (INT, 8); /* V8QI V4HI V2SI */
21 VECTOR_MODES (INT, 16); /* V16QI V8HI V4SI V2DI */
24 VECTOR_MODES (FLOAT, 8); /* V4HF V2SF */
25 VECTOR_MODES (FLOAT, 16); /* V8HF V4SF V2DF */
27 /* cse_insn needs an INT_MODE larger than WORD_MODE, otherwise some
28 parts of it will go into an infinite loop. */
29 INT_MODE (OI, 32);