iew.cc (2665:a124942bacb8) iew.cc (2670:9107b8bd08cd)
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;

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

28 * Authors: Kevin Lim
29 */
30
31#include "cpu/o3/alpha_dyn_inst.hh"
32#include "cpu/o3/alpha_impl.hh"
33#include "cpu/o3/iew_impl.hh"
34#include "cpu/o3/inst_queue.hh"
35
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;

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

28 * Authors: Kevin Lim
29 */
30
31#include "cpu/o3/alpha_dyn_inst.hh"
32#include "cpu/o3/alpha_impl.hh"
33#include "cpu/o3/iew_impl.hh"
34#include "cpu/o3/inst_queue.hh"
35
36template class SimpleIEW<AlphaSimpleImpl>;
36template class DefaultIEW<AlphaSimpleImpl>;