inst_queue.hh (5999:3cf8e71257e0) inst_queue.hh (6214:1ec0ec8933ae)
1/*
2 * Copyright (c) 2004-2006 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 <vector>
38
39#include "base/statistics.hh"
40#include "base/timebuf.hh"
41#include "cpu/inst_seq.hh"
42#include "cpu/o3/dep_graph.hh"
43#include "cpu/op_class.hh"
44#include "sim/eventq.hh"
1/*
2 * Copyright (c) 2004-2006 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 <vector>
38
39#include "base/statistics.hh"
40#include "base/timebuf.hh"
41#include "cpu/inst_seq.hh"
42#include "cpu/o3/dep_graph.hh"
43#include "cpu/op_class.hh"
44#include "sim/eventq.hh"
45#include "sim/host.hh"
45#include "base/types.hh"
46
47class DerivO3CPUParams;
48class FUPool;
49class MemInterface;
50
51/**
52 * A standard instruction queue class. It holds ready instructions, in
53 * order, in seperate priority queues to facilitate the scheduling of

--- 449 unchanged lines hidden ---
46
47class DerivO3CPUParams;
48class FUPool;
49class MemInterface;
50
51/**
52 * A standard instruction queue class. It holds ready instructions, in
53 * order, in seperate priority queues to facilitate the scheduling of

--- 449 unchanged lines hidden ---