xref: /netbsd-src/external/gpl3/binutils.old/dist/include/elf/arc-cpu.def (revision cef8759bd76c1b621f8eab8faa6f208faabc2e15)
1/* ARC processor types
2   Copyright (C) 2017-2018 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 (em4,	CD),
28ARC_CPU_TYPE_AV2EM (em4_dmips,  CD),
29ARC_CPU_TYPE_AV2EM (em4_fpus,	CD),
30ARC_CPU_TYPE_AV2EM (em4_fpuda,  CD | DPA),
31ARC_CPU_TYPE_AV2EM (quarkse_em, CD | SPX | DPX),
32
33ARC_CPU_TYPE_AV2HS (archs,	CD),
34ARC_CPU_TYPE_AV2HS (hs,		CD),
35ARC_CPU_TYPE_AV2HS (hs34,	CD),
36ARC_CPU_TYPE_AV2HS (hs38,	CD),
37ARC_CPU_TYPE_AV2HS (hs38_linux, CD),
38
39ARC_CPU_TYPE_A6xx (arc600, 0x00),
40ARC_CPU_TYPE_A6xx (arc600_norm,     0x00),
41ARC_CPU_TYPE_A6xx (arc600_mul64,    0x00),
42ARC_CPU_TYPE_A6xx (arc600_mul32x16, 0x00),
43ARC_CPU_TYPE_A6xx (arc601,	    0x00),
44ARC_CPU_TYPE_A6xx (arc601_norm,     0x00),
45ARC_CPU_TYPE_A6xx (arc601_mul64,    0x00),
46ARC_CPU_TYPE_A6xx (arc601_mul32x16, 0x00),
47
48ARC_CPU_TYPE_NONE
49
50