inst_queue_impl.hh (5327:3390941f0643) inst_queue_impl.hh (5336:c7e21f4e5a2e)
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;

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

53{
54 iqPtr->processFUCompletion(inst, freeFU ? fuIdx : -1);
55 inst = NULL;
56}
57
58
59template <class Impl>
60const char *
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;

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

53{
54 iqPtr->processFUCompletion(inst, freeFU ? fuIdx : -1);
55 inst = NULL;
56}
57
58
59template <class Impl>
60const char *
61InstructionQueue::FUCompletion::description()
61InstructionQueue<Impl>::FUCompletion::description() const
62{
63 return "Functional unit completion";
64}
65
66template <class Impl>
67InstructionQueue<Impl>::InstructionQueue(O3CPU *cpu_ptr, IEW *iew_ptr,
68 Params *params)
69 : cpu(cpu_ptr),

--- 1339 unchanged lines hidden ---
62{
63 return "Functional unit completion";
64}
65
66template <class Impl>
67InstructionQueue<Impl>::InstructionQueue(O3CPU *cpu_ptr, IEW *iew_ptr,
68 Params *params)
69 : cpu(cpu_ptr),

--- 1339 unchanged lines hidden ---