static_inst.hh (2980:eab855f06b79) static_inst.hh (2984:797622d7b311)
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;

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

30
31#ifndef __CPU_STATIC_INST_HH__
32#define __CPU_STATIC_INST_HH__
33
34#include <bitset>
35#include <string>
36
37#include "arch/isa_traits.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;

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

30
31#ifndef __CPU_STATIC_INST_HH__
32#define __CPU_STATIC_INST_HH__
33
34#include <bitset>
35#include <string>
36
37#include "arch/isa_traits.hh"
38#include "sim/faults.hh"
38#include "base/bitfield.hh"
39#include "base/hashmap.hh"
40#include "base/misc.hh"
41#include "base/refcnt.hh"
42#include "cpu/op_class.hh"
43#include "cpu/o3/dyn_inst.hh"
39#include "base/bitfield.hh"
40#include "base/hashmap.hh"
41#include "base/misc.hh"
42#include "base/refcnt.hh"
43#include "cpu/op_class.hh"
44#include "cpu/o3/dyn_inst.hh"
44#include "sim/faults.hh"
45#include "sim/host.hh"
46
47// forward declarations
48struct AlphaSimpleImpl;
49struct OzoneImpl;
50struct SimpleImpl;
51class ThreadContext;
52class DynInst;

--- 435 unchanged lines hidden ---
45#include "sim/host.hh"
46
47// forward declarations
48struct AlphaSimpleImpl;
49struct OzoneImpl;
50struct SimpleImpl;
51class ThreadContext;
52class DynInst;

--- 435 unchanged lines hidden ---