rename.hh (2843:19c4c6c2b5b1) rename.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;

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

153
154 /** Sets pointer to the free list. */
155 void setFreeList(FreeList *fl_ptr);
156
157 /** Sets pointer to the scoreboard. */
158 void setScoreboard(Scoreboard *_scoreboard);
159
160 /** Drains the rename 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;

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

153
154 /** Sets pointer to the free list. */
155 void setFreeList(FreeList *fl_ptr);
156
157 /** Sets pointer to the scoreboard. */
158 void setScoreboard(Scoreboard *_scoreboard);
159
160 /** Drains the rename stage. */
161 void drain();
161 bool drain();
162
163 /** Resumes execution after a drain. */
164 void resume() { }
165
166 /** Switches out the rename stage. */
167 void switchOut();
168
169 /** Takes over from another CPU's thread. */

--- 306 unchanged lines hidden ---
162
163 /** Resumes execution after a drain. */
164 void resume() { }
165
166 /** Switches out the rename stage. */
167 void switchOut();
168
169 /** Takes over from another CPU's thread. */

--- 306 unchanged lines hidden ---