aboutsummaryrefslogtreecommitdiff
path: root/sim/sparc/cpuall.h
blob: f6ae0c5779fac96e1b7b41fcdea7290477001556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/* Simulator CPU header for sparc.

THIS FILE IS MACHINE GENERATED WITH CGEN.

Copyright (C) 1999 Cygnus Solutions, Inc.

This file is part of the Cygnus Simulators.


*/

#ifndef SPARC_CPUALL_H
#define SPARC_CPUALL_H

/* Include files for each cpu family.  */

#ifdef WANT_CPU_SPARC32
#include "eng32.h"
#include "cgen-engine.h"
#include "cpu32.h"
#include "decode32.h"
#endif

extern const MACH sparc_v8_mach;
extern const MACH sparclite_mach;

#ifndef WANT_CPU
/* The ARGBUF struct.  */
struct argbuf {
  /* These are the baseclass definitions.  */
  IADDR addr;
  const IDESC *idesc;
  char trace_p;
  char profile_p;
  /* cpu specific data follows */
};
#endif

#ifndef WANT_CPU
/* A cached insn.

   ??? SCACHE used to contain more than just argbuf.  We could delete the
   type entirely and always just use ARGBUF, but for future concerns and as
   a level of abstraction it is left in.  */

struct scache {
  struct argbuf argbuf;
};
#endif

#endif /* SPARC_CPUALL_H */