]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - include/elf/arc-cpu.def
arc: Update opcode related include files for ARCv3.
[thirdparty/binutils-gdb.git] / include / elf / arc-cpu.def
1 /* ARC processor types
2 Copyright (C) 2017-2023 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_A64x (hs6x, CD | DIV)
23 ARC_CPU_TYPE_A32x (hs5x, CD | DIV)
24 ARC_CPU_TYPE_A64x (hs68, CD | DIV)
25 ARC_CPU_TYPE_A32x (hs58, CD | DIV)
26
27 ARC_CPU_TYPE_A7xx (arc700, 0x00)
28 ARC_CPU_TYPE_A7xx (nps400, NPS400)
29
30 ARC_CPU_TYPE_AV2EM (arcem, 0x00)
31 ARC_CPU_TYPE_AV2EM (em, 0x00)
32 ARC_CPU_TYPE_AV2EM (em_mini, 0x00)
33 ARC_CPU_TYPE_AV2EM (em4, CD)
34 ARC_CPU_TYPE_AV2EM (em4_dmips, CD)
35 ARC_CPU_TYPE_AV2EM (em4_fpus, CD)
36 ARC_CPU_TYPE_AV2EM (em4_fpuda, CD | DPA)
37 ARC_CPU_TYPE_AV2EM (quarkse_em, CD | SPX | DPX)
38
39 ARC_CPU_TYPE_AV2HS (archs, CD)
40 ARC_CPU_TYPE_AV2HS (hs, CD)
41 ARC_CPU_TYPE_AV2HS (hs34, CD)
42 ARC_CPU_TYPE_AV2HS (hs38, CD)
43 ARC_CPU_TYPE_AV2HS (hs38_linux, CD)
44 ARC_CPU_TYPE_AV2HS (hs4x, CD)
45 ARC_CPU_TYPE_AV2HS (hs4xd, CD)
46 ARC_CPU_TYPE_AV2HS (hs4x_rel31, CD)
47
48 ARC_CPU_TYPE_A6xx (arc600, 0x00)
49 ARC_CPU_TYPE_A6xx (arc600_norm, 0x00)
50 ARC_CPU_TYPE_A6xx (arc600_mul64, 0x00)
51 ARC_CPU_TYPE_A6xx (arc600_mul32x16, 0x00)
52 ARC_CPU_TYPE_A6xx (arc601, 0x00)
53 ARC_CPU_TYPE_A6xx (arc601_norm, 0x00)
54 ARC_CPU_TYPE_A6xx (arc601_mul64, 0x00)
55 ARC_CPU_TYPE_A6xx (arc601_mul32x16, 0x00)
56
57 ARC_CPU_TYPE_NONE
58