]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/frv/cpuall.h
*** empty log message ***
[thirdparty/binutils-gdb.git] / sim / frv / cpuall.h
CommitLineData
b34f6357
DB
1/* Simulator CPU header for frv.
2
3THIS FILE IS MACHINE GENERATED WITH CGEN.
4
79e59fe6 5Copyright 1996-2005 Free Software Foundation, Inc.
b34f6357
DB
6
7This file is part of the GNU simulators.
8
9This program is free software; you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by
4744ac1b
JB
11the Free Software Foundation; either version 3 of the License, or
12(at your option) any later version.
b34f6357
DB
13
14This program is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License for more details.
18
4744ac1b
JB
19You should have received a copy of the GNU General Public License
20along with this program. If not, see <http://www.gnu.org/licenses/>.
b34f6357
DB
21
22*/
23
24#ifndef FRV_CPUALL_H
25#define FRV_CPUALL_H
26
27/* Include files for each cpu family. */
28
29#ifdef WANT_CPU_FRVBF
30#include "eng.h"
31#include "cgen-engine.h"
32#include "cpu.h"
33#include "decode.h"
34#endif
35
36extern const MACH frv_mach;
e930b1f5 37extern const MACH fr550_mach;
b34f6357
DB
38extern const MACH fr500_mach;
39extern const MACH tomcat_mach;
40extern const MACH fr400_mach;
676a64f4 41extern const MACH fr450_mach;
b34f6357
DB
42extern const MACH simple_mach;
43
44#ifndef WANT_CPU
45/* The ARGBUF struct. */
46struct argbuf {
47 /* These are the baseclass definitions. */
48 IADDR addr;
49 const IDESC *idesc;
50 char trace_p;
51 char profile_p;
52 /* ??? Temporary hack for skip insns. */
53 char skip_count;
54 char unused;
55 /* cpu specific data follows */
56};
57#endif
58
59#ifndef WANT_CPU
60/* A cached insn.
61
62 ??? SCACHE used to contain more than just argbuf. We could delete the
63 type entirely and always just use ARGBUF, but for future concerns and as
64 a level of abstraction it is left in. */
65
66struct scache {
67 struct argbuf argbuf;
68};
69#endif
70
71#endif /* FRV_CPUALL_H */