comparison gcc/config/arc/arc-arch.h @ 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 types that are used to store ARC architecture and 1 /* Definitions of types that are used to store ARC architecture and
2 device information. 2 device information.
3 Copyright (C) 2016-2018 Free Software Foundation, Inc. 3 Copyright (C) 2016-2020 Free Software Foundation, Inc.
4 Contributed by Claudiu Zissulescu (claziss@synopsys.com) 4 Contributed by Claudiu Zissulescu (claziss@synopsys.com)
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
8 GCC is free software; you can redistribute it and/or modify 8 GCC is free software; you can redistribute it and/or modify
69 69
70 enum arc_tune_attr 70 enum arc_tune_attr
71 { 71 {
72 ARC_TUNE_NONE, 72 ARC_TUNE_NONE,
73 ARC_TUNE_ARC600, 73 ARC_TUNE_ARC600,
74 ARC_TUNE_ARC7XX,
74 ARC_TUNE_ARC700_4_2_STD, 75 ARC_TUNE_ARC700_4_2_STD,
75 ARC_TUNE_ARC700_4_2_XMAC, 76 ARC_TUNE_ARC700_4_2_XMAC,
76 ARC_TUNE_CORE_3, 77 ARC_TUNE_CORE_3,
77 ARC_TUNE_ARCHS4X, 78 ARC_TUNE_ARCHS4X,
78 ARC_TUNE_ARCHS4XD, 79 ARC_TUNE_ARCHS4XD,