]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/sh64/cpuall.h
update copyright year range in GDB files
[thirdparty/binutils-gdb.git] / sim / sh64 / cpuall.h
CommitLineData
cbb38b47
BE
1/* Simulator CPU header for sh.
2
3THIS FILE IS MACHINE GENERATED WITH CGEN.
4
61baf725 5Copyright 1996-2017 Free Software Foundation, Inc.
cbb38b47 6
c7e628df 7This file is part of the GNU simulators.
cbb38b47 8
fda1c30b
DE
9 This file is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3, or (at your option)
12 any later version.
cbb38b47 13
fda1c30b
DE
14 It is distributed in the hope that it will be useful, but WITHOUT
15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
17 License for more details.
cbb38b47 18
fda1c30b 19 You should have received a copy of the GNU General Public License along
51b318de 20 with this program; if not, see <http://www.gnu.org/licenses/>.
cbb38b47
BE
21
22*/
23
24#ifndef SH_CPUALL_H
25#define SH_CPUALL_H
26
27/* Include files for each cpu family. */
28
29#ifdef WANT_CPU_SH64
30#include "eng.h"
cbb38b47
BE
31#include "cpu.h"
32#include "decode.h"
33#endif
34
8a0ebee6
MF
35extern const SIM_MACH sh2_mach;
36extern const SIM_MACH sh2e_mach;
37extern const SIM_MACH sh2a_fpu_mach;
38extern const SIM_MACH sh2a_nofpu_mach;
39extern const SIM_MACH sh3_mach;
40extern const SIM_MACH sh3e_mach;
41extern const SIM_MACH sh4_nofpu_mach;
42extern const SIM_MACH sh4_mach;
43extern const SIM_MACH sh4a_nofpu_mach;
44extern const SIM_MACH sh4a_mach;
45extern const SIM_MACH sh4al_mach;
46extern const SIM_MACH sh5_mach;
cbb38b47
BE
47
48#ifndef WANT_CPU
49/* The ARGBUF struct. */
50struct argbuf {
51 /* These are the baseclass definitions. */
52 IADDR addr;
53 const IDESC *idesc;
54 char trace_p;
55 char profile_p;
56 /* ??? Temporary hack for skip insns. */
57 char skip_count;
58 char unused;
59 /* cpu specific data follows */
60};
61#endif
62
63#ifndef WANT_CPU
64/* A cached insn.
65
66 ??? SCACHE used to contain more than just argbuf. We could delete the
67 type entirely and always just use ARGBUF, but for future concerns and as
68 a level of abstraction it is left in. */
69
70struct scache {
71 struct argbuf argbuf;
72};
73#endif
74
75#endif /* SH_CPUALL_H */