comparison gcc/config/i386/i386-modes.def @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Definitions of target machine for GCC for IA-32. 1 /* Definitions of target machine for GCC for IA-32.
2 Copyright (C) 2002-2017 Free Software Foundation, Inc. 2 Copyright (C) 2002-2018 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
70 CC_MODE (CCC); 70 CC_MODE (CCC);
71 CC_MODE (CCO); 71 CC_MODE (CCO);
72 CC_MODE (CCP); 72 CC_MODE (CCP);
73 CC_MODE (CCS); 73 CC_MODE (CCS);
74 CC_MODE (CCZ); 74 CC_MODE (CCZ);
75
75 CC_MODE (CCFP); 76 CC_MODE (CCFP);
76 CC_MODE (CCFPU);
77 77
78 /* Vector modes. Note that VEC_CONCAT patterns require vector 78 /* Vector modes. Note that VEC_CONCAT patterns require vector
79 sizes twice as big as implemented in hardware. */ 79 sizes twice as big as implemented in hardware. */
80 VECTOR_MODES (INT, 4); /* V4QI V2HI */ 80 VECTOR_MODES (INT, 4); /* V4QI V2HI */
81 VECTOR_MODES (INT, 8); /* V8QI V4HI V2SI */ 81 VECTOR_MODES (INT, 8); /* V8QI V4HI V2SI */
96 VECTOR_MODE (INT, QI, 12); /* V12QI */ 96 VECTOR_MODE (INT, QI, 12); /* V12QI */
97 VECTOR_MODE (INT, QI, 14); /* V14QI */ 97 VECTOR_MODE (INT, QI, 14); /* V14QI */
98 VECTOR_MODE (INT, HI, 6); /* V6HI */ 98 VECTOR_MODE (INT, HI, 6); /* V6HI */
99 VECTOR_MODE (INT, SI, 64); /* V64SI */ 99 VECTOR_MODE (INT, SI, 64); /* V64SI */
100 100
101 POINTER_BOUNDS_MODE (BND32, 8);
102 POINTER_BOUNDS_MODE (BND64, 16);
103
104 INT_MODE (OI, 32); 101 INT_MODE (OI, 32);
105 INT_MODE (XI, 64); 102 INT_MODE (XI, 64);
106 103
107 /* Keep the OI and XI modes from confusing the compiler into thinking 104 /* Keep the OI and XI modes from confusing the compiler into thinking
108 that these modes could actually be used for computation. They are 105 that these modes could actually be used for computation. They are