xref: /netbsd-src/external/gpl3/binutils/dist/include/elf/arc-cpu.def (revision cb63e24e8d6aae7ddac1859a9015f48b1d8bd90e)
1/* ARC processor types
2   Copyright (C) 2017-2024 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
22ARC_CPU_TYPE_A7xx (arc700, 0x00),
23ARC_CPU_TYPE_A7xx (nps400, NPS400),
24
25ARC_CPU_TYPE_AV2EM (arcem,	0x00),
26ARC_CPU_TYPE_AV2EM (em,		0x00),
27ARC_CPU_TYPE_AV2EM (em_mini,	0x00),
28ARC_CPU_TYPE_AV2EM (em4,	CD),
29ARC_CPU_TYPE_AV2EM (em4_dmips,  CD),
30ARC_CPU_TYPE_AV2EM (em4_fpus,	CD),
31ARC_CPU_TYPE_AV2EM (em4_fpuda,  CD | DPA),
32ARC_CPU_TYPE_AV2EM (quarkse_em, CD | SPX | DPX),
33
34ARC_CPU_TYPE_AV2HS (archs,	CD),
35ARC_CPU_TYPE_AV2HS (hs,		CD),
36ARC_CPU_TYPE_AV2HS (hs34,	CD),
37ARC_CPU_TYPE_AV2HS (hs38,	CD),
38ARC_CPU_TYPE_AV2HS (hs38_linux, CD),
39ARC_CPU_TYPE_AV2HS (hs4x,	CD),
40ARC_CPU_TYPE_AV2HS (hs4xd,	CD),
41ARC_CPU_TYPE_AV2HS (hs4x_rel31, CD),
42
43ARC_CPU_TYPE_A6xx (arc600, 0x00),
44ARC_CPU_TYPE_A6xx (arc600_norm,     0x00),
45ARC_CPU_TYPE_A6xx (arc600_mul64,    0x00),
46ARC_CPU_TYPE_A6xx (arc600_mul32x16, 0x00),
47ARC_CPU_TYPE_A6xx (arc601,	    0x00),
48ARC_CPU_TYPE_A6xx (arc601_norm,     0x00),
49ARC_CPU_TYPE_A6xx (arc601_mul64,    0x00),
50ARC_CPU_TYPE_A6xx (arc601_mul32x16, 0x00),
51
52ARC_CPU_TYPE_NONE
53
54