Fix buglet in cp_print_value_fields patch
[external/binutils.git] / include / elf / arc-cpu.def
1 /* ARC processor types
2    Copyright (C) 2017-2019 Free Software Foundation, Inc.
3
4    This file is part of GAS, the GNU Assembler.
5
6    GAS is free software; you can redistribute it and/or modify
7    it under the terms of the GNU General Public License as published by
8    the Free Software Foundation; either version 3, or (at your option)
9    any later version.
10
11    GAS is distributed in the hope that it will be useful,
12    but WITHOUT ANY WARRANTY; without even the implied warranty of
13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14    GNU General Public License for more details.
15
16    You should have received a copy of the GNU General Public License
17    along with GAS; see the file COPYING.  If not, write to the Free
18    Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
19    02110-1301, USA.  */
20
21
22 ARC_CPU_TYPE_A7xx (arc700, 0x00),
23 ARC_CPU_TYPE_A7xx (nps400, NPS400),
24
25 ARC_CPU_TYPE_AV2EM (arcem,      0x00),
26 ARC_CPU_TYPE_AV2EM (em,         0x00),
27 ARC_CPU_TYPE_AV2EM (em4,        CD),
28 ARC_CPU_TYPE_AV2EM (em4_dmips,  CD),
29 ARC_CPU_TYPE_AV2EM (em4_fpus,   CD),
30 ARC_CPU_TYPE_AV2EM (em4_fpuda,  CD | DPA),
31 ARC_CPU_TYPE_AV2EM (quarkse_em, CD | SPX | DPX),
32
33 ARC_CPU_TYPE_AV2HS (archs,      CD),
34 ARC_CPU_TYPE_AV2HS (hs,         CD),
35 ARC_CPU_TYPE_AV2HS (hs34,       CD),
36 ARC_CPU_TYPE_AV2HS (hs38,       CD),
37 ARC_CPU_TYPE_AV2HS (hs38_linux, CD),
38
39 ARC_CPU_TYPE_A6xx (arc600, 0x00),
40 ARC_CPU_TYPE_A6xx (arc600_norm,     0x00),
41 ARC_CPU_TYPE_A6xx (arc600_mul64,    0x00),
42 ARC_CPU_TYPE_A6xx (arc600_mul32x16, 0x00),
43 ARC_CPU_TYPE_A6xx (arc601,          0x00),
44 ARC_CPU_TYPE_A6xx (arc601_norm,     0x00),
45 ARC_CPU_TYPE_A6xx (arc601_mul64,    0x00),
46 ARC_CPU_TYPE_A6xx (arc601_mul32x16, 0x00),
47
48 ARC_CPU_TYPE_NONE
49