regfile.hh (6658:f4de76601762) regfile.hh (8232:b28d06a175be)
1/*
2 * Copyright (c) 2004-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;

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

35#include <vector>
36
37#include "arch/isa_traits.hh"
38#include "arch/types.hh"
39#include "base/trace.hh"
40#include "config/full_system.hh"
41#include "config/the_isa.hh"
42#include "cpu/o3/comm.hh"
1/*
2 * Copyright (c) 2004-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;

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

35#include <vector>
36
37#include "arch/isa_traits.hh"
38#include "arch/types.hh"
39#include "base/trace.hh"
40#include "config/full_system.hh"
41#include "config/the_isa.hh"
42#include "cpu/o3/comm.hh"
43#include "debug/IEW.hh"
43
44#if FULL_SYSTEM
45#include "arch/kernel_stats.hh"
46#endif
47
48/**
49 * Simple physical register file class.
50 * Right now this is specific to Alpha until we decide if/how to make things

--- 155 unchanged lines hidden ---
44
45#if FULL_SYSTEM
46#include "arch/kernel_stats.hh"
47#endif
48
49/**
50 * Simple physical register file class.
51 * Right now this is specific to Alpha until we decide if/how to make things

--- 155 unchanged lines hidden ---