iew.cc (2817:273f7fb94f83) iew.cc (2818:a2b6429690b6)
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;

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

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

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

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