decode.hh (2843:19c4c6c2b5b1) decode.hh (2863:2592e056dc5c)
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;

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

105
106 /** Sets pointer to time buffer coming from fetch. */
107 void setFetchQueue(TimeBuffer<FetchStruct> *fq_ptr);
108
109 /** Sets pointer to list of active threads. */
110 void setActiveThreads(std::list<unsigned> *at_ptr);
111
112 /** Drains the decode stage. */
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;

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

105
106 /** Sets pointer to time buffer coming from fetch. */
107 void setFetchQueue(TimeBuffer<FetchStruct> *fq_ptr);
108
109 /** Sets pointer to list of active threads. */
110 void setActiveThreads(std::list<unsigned> *at_ptr);
111
112 /** Drains the decode stage. */
113 void drain();
113 bool drain();
114
115 /** Resumes execution after a drain. */
116 void resume() { }
117
118 /** Switches out the decode stage. */
119 void switchOut() { }
120
121 /** Takes over from another CPU's thread. */

--- 182 unchanged lines hidden ---
114
115 /** Resumes execution after a drain. */
116 void resume() { }
117
118 /** Switches out the decode stage. */
119 void switchOut() { }
120
121 /** Takes over from another CPU's thread. */

--- 182 unchanged lines hidden ---