comparison gcc/config/sparc/sparc-modes.def @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Definitions of target machine for GCC, for Sun SPARC. 1 /* Definitions of target machine for GCC, for Sun SPARC.
2 Copyright (C) 2002-2018 Free Software Foundation, Inc. 2 Copyright (C) 2002-2020 Free Software Foundation, Inc.
3 Contributed by Michael Tiemann (tiemann@cygnus.com). 3 Contributed by Michael Tiemann (tiemann@cygnus.com).
4 64-bit SPARC V9 support by Michael Tiemann, Jim Wilson, and Doug Evans, 4 64-bit SPARC V9 support by Michael Tiemann, Jim Wilson, and Doug Evans,
5 at Cygnus Support. 5 at Cygnus Support.
6 6
7 This file is part of GCC. 7 This file is part of GCC.
54 CC_MODE (CCXV); 54 CC_MODE (CCXV);
55 CC_MODE (CCFP); 55 CC_MODE (CCFP);
56 CC_MODE (CCFPE); 56 CC_MODE (CCFPE);
57 57
58 /* Vector modes. */ 58 /* Vector modes. */
59 VECTOR_MODES (INT, 16); /* V16QI V8HI V4SI V2DI */ 59 VECTOR_MODES (INT, 16); /* V16QI V8HI V4SI V2DI */
60 VECTOR_MODES (INT, 8); /* V8QI V4HI V2SI */ 60 VECTOR_MODES (INT, 8); /* V8QI V4HI V2SI */
61 VECTOR_MODES (INT, 4); /* V4QI V2HI */ 61 VECTOR_MODES (INT, 4); /* V4QI V2HI */
62 VECTOR_MODE (INT, DI, 1); /* V1DI */ 62 VECTOR_MODE (INT, DI, 1); /* V1DI */
63 VECTOR_MODE (INT, SI, 1); /* V1SI */ 63 VECTOR_MODE (INT, SI, 1); /* V1SI */