* arch.c: Regenerate.
[deliverable/binutils-gdb.git] / sim / iq2000 / cpuall.h
CommitLineData
edece237
CV
1/* Simulator CPU header for iq2000.
2
3THIS FILE IS MACHINE GENERATED WITH CGEN.
4
1a5691a5 5Copyright 1996-2009 Free Software Foundation, Inc.
edece237
CV
6
7This file is part of the GNU simulators.
8
1a5691a5
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.
edece237 13
1a5691a5
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.
edece237 18
1a5691a5
DE
19 You should have received a copy of the GNU General Public License along
20 with this program; if not, write to the Free Software Foundation, Inc.,
21 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
edece237
CV
22
23*/
24
25#ifndef IQ2000_CPUALL_H
26#define IQ2000_CPUALL_H
27
28/* Include files for each cpu family. */
29
30#ifdef WANT_CPU_IQ2000BF
31#include "eng.h"
32#include "cgen-engine.h"
33#include "cpu.h"
34#include "decode.h"
35#endif
36
37#ifdef WANT_CPU_IQ10BF
38#include "eng.h"
39#include "cgen-engine.h"
40#include "cpu.h"
41#include "decode.h"
42#endif
43
44extern const MACH iq2000_mach;
45
46#ifndef WANT_CPU
47/* The ARGBUF struct. */
48struct argbuf {
49 /* These are the baseclass definitions. */
50 IADDR addr;
51 const IDESC *idesc;
52 char trace_p;
53 char profile_p;
54 /* ??? Temporary hack for skip insns. */
55 char skip_count;
56 char unused;
57 /* cpu specific data follows */
58};
59#endif
60
61#ifndef WANT_CPU
62/* A cached insn.
63
64 ??? SCACHE used to contain more than just argbuf. We could delete the
65 type entirely and always just use ARGBUF, but for future concerns and as
66 a level of abstraction it is left in. */
67
68struct scache {
69 struct argbuf argbuf;
70};
71#endif
72
73#endif /* IQ2000_CPUALL_H */
This page took 0.182583 seconds and 4 git commands to generate.