static_inst.hh (8902:75b524b64c28) static_inst.hh (9338:97b4a2be1e5b)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 28 unchanged lines hidden (view full) ---

37#include "arch/registers.hh"
38#include "arch/types.hh"
39#include "base/misc.hh"
40#include "base/refcnt.hh"
41#include "base/types.hh"
42#include "config/the_isa.hh"
43#include "cpu/op_class.hh"
44#include "cpu/static_inst_fwd.hh"
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 28 unchanged lines hidden (view full) ---

37#include "arch/registers.hh"
38#include "arch/types.hh"
39#include "base/misc.hh"
40#include "base/refcnt.hh"
41#include "base/types.hh"
42#include "config/the_isa.hh"
43#include "cpu/op_class.hh"
44#include "cpu/static_inst_fwd.hh"
45#include "cpu/thread_context.hh"
45#include "sim/fault_fwd.hh"
46
47// forward declarations
48struct AlphaSimpleImpl;
49struct OzoneImpl;
50struct SimpleImpl;
46#include "sim/fault_fwd.hh"
47
48// forward declarations
49struct AlphaSimpleImpl;
50struct OzoneImpl;
51struct SimpleImpl;
51class ThreadContext;
52class DynInst;
53class Packet;
54
55struct O3CPUImpl;
56template <class Impl> class BaseO3DynInst;
57typedef BaseO3DynInst<O3CPUImpl> O3DynInst;
58template <class Impl> class OzoneDynInst;
59class InOrderDynInst;

--- 337 unchanged lines hidden ---
52class DynInst;
53class Packet;
54
55struct O3CPUImpl;
56template <class Impl> class BaseO3DynInst;
57typedef BaseO3DynInst<O3CPUImpl> O3DynInst;
58template <class Impl> class OzoneDynInst;
59class InOrderDynInst;

--- 337 unchanged lines hidden ---