]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - include/elf/arc-cpu.def
a00d8a76b5e2d40eae82658ff96f15f4eaf449ab
[thirdparty/binutils-gdb.git] / include / elf / arc-cpu.def
1 /* ARC processor types
2 Copyright (C) 2017-2022 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 (em_mini, 0x00),
28 ARC_CPU_TYPE_AV2EM (em4, CD),
29 ARC_CPU_TYPE_AV2EM (em4_dmips, CD),
30 ARC_CPU_TYPE_AV2EM (em4_fpus, CD),
31 ARC_CPU_TYPE_AV2EM (em4_fpuda, CD | DPA),
32 ARC_CPU_TYPE_AV2EM (quarkse_em, CD | SPX | DPX),
33
34 ARC_CPU_TYPE_AV2HS (archs, CD),
35 ARC_CPU_TYPE_AV2HS (hs, CD),
36 ARC_CPU_TYPE_AV2HS (hs34, CD),
37 ARC_CPU_TYPE_AV2HS (hs38, CD),
38 ARC_CPU_TYPE_AV2HS (hs38_linux, CD),
39 ARC_CPU_TYPE_AV2HS (hs4x, CD),
40 ARC_CPU_TYPE_AV2HS (hs4xd, CD),
41 ARC_CPU_TYPE_AV2HS (hs4x_rel31, CD),
42
43 ARC_CPU_TYPE_A6xx (arc600, 0x00),
44 ARC_CPU_TYPE_A6xx (arc600_norm, 0x00),
45 ARC_CPU_TYPE_A6xx (arc600_mul64, 0x00),
46 ARC_CPU_TYPE_A6xx (arc600_mul32x16, 0x00),
47 ARC_CPU_TYPE_A6xx (arc601, 0x00),
48 ARC_CPU_TYPE_A6xx (arc601_norm, 0x00),
49 ARC_CPU_TYPE_A6xx (arc601_mul64, 0x00),
50 ARC_CPU_TYPE_A6xx (arc601_mul32x16, 0x00),
51
52 ARC_CPU_TYPE_NONE
53