rename.hh (6658:f4de76601762) rename.hh (7813:7338bc628489)
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;

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

29 */
30
31#ifndef __CPU_O3_RENAME_HH__
32#define __CPU_O3_RENAME_HH__
33
34#include <list>
35
36#include "base/statistics.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;

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

29 */
30
31#ifndef __CPU_O3_RENAME_HH__
32#define __CPU_O3_RENAME_HH__
33
34#include <list>
35
36#include "base/statistics.hh"
37#include "base/timebuf.hh"
37#include "cpu/timebuf.hh"
38#include "config/the_isa.hh"
39
40class DerivO3CPUParams;
41
42/**
43 * DefaultRename handles both single threaded and SMT rename. Its
44 * width is specified by the parameters; each cycle it tries to rename
45 * that many instructions. It holds onto the rename history of all

--- 440 unchanged lines hidden ---
38#include "config/the_isa.hh"
39
40class DerivO3CPUParams;
41
42/**
43 * DefaultRename handles both single threaded and SMT rename. Its
44 * width is specified by the parameters; each cycle it tries to rename
45 * that many instructions. It holds onto the rename history of all

--- 440 unchanged lines hidden ---