static_inst.hh (8542:7230ff0738e3) static_inst.hh (8737:770ccf3af571)
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;

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

47// forward declarations
48struct AlphaSimpleImpl;
49struct OzoneImpl;
50struct SimpleImpl;
51class ThreadContext;
52class DynInst;
53class Packet;
54
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;

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

47// forward declarations
48struct AlphaSimpleImpl;
49struct OzoneImpl;
50struct SimpleImpl;
51class ThreadContext;
52class DynInst;
53class Packet;
54
55class O3CPUImpl;
55struct O3CPUImpl;
56template <class Impl> class BaseO3DynInst;
57typedef BaseO3DynInst<O3CPUImpl> O3DynInst;
58template <class Impl> class OzoneDynInst;
59class InOrderDynInst;
60
61class CheckerCPU;
62class FastCPU;
63class AtomicSimpleCPU;

--- 333 unchanged lines hidden ---
56template <class Impl> class BaseO3DynInst;
57typedef BaseO3DynInst<O3CPUImpl> O3DynInst;
58template <class Impl> class OzoneDynInst;
59class InOrderDynInst;
60
61class CheckerCPU;
62class FastCPU;
63class AtomicSimpleCPU;

--- 333 unchanged lines hidden ---