iew.hh (9184:a1a8f137b796) | iew.hh (9427:ddf45c1d54d4) |
---|---|
1/* 2 * Copyright (c) 2010 ARM Limited 3 * All rights reserved 4 * 5 * The license below extends only to copyright in the software and shall 6 * not be construed as granting a license to any other intellectual 7 * property including but not limited to intellectual property relating 8 * to a hardware implementation of the functionality of the software --- 119 unchanged lines hidden (view full) --- 128 129 /** Returns the name of the DefaultIEW stage. */ 130 std::string name() const; 131 132 /** Registers statistics. */ 133 void regStats(); 134 135 /** Initializes stage; sends back the number of free IQ and LSQ entries. */ | 1/* 2 * Copyright (c) 2010 ARM Limited 3 * All rights reserved 4 * 5 * The license below extends only to copyright in the software and shall 6 * not be construed as granting a license to any other intellectual 7 * property including but not limited to intellectual property relating 8 * to a hardware implementation of the functionality of the software --- 119 unchanged lines hidden (view full) --- 128 129 /** Returns the name of the DefaultIEW stage. */ 130 std::string name() const; 131 132 /** Registers statistics. */ 133 void regStats(); 134 135 /** Initializes stage; sends back the number of free IQ and LSQ entries. */ |
136 void initStage(); | 136 void startupStage(); |
137 138 /** Sets main time buffer used for backwards communication. */ 139 void setTimeBuffer(TimeBuffer<TimeStruct> *tb_ptr); 140 141 /** Sets time buffer for getting instructions coming from rename. */ 142 void setRenameQueue(TimeBuffer<RenameStruct> *rq_ptr); 143 144 /** Sets time buffer to pass on instructions to commit. */ --- 404 unchanged lines hidden --- | 137 138 /** Sets main time buffer used for backwards communication. */ 139 void setTimeBuffer(TimeBuffer<TimeStruct> *tb_ptr); 140 141 /** Sets time buffer for getting instructions coming from rename. */ 142 void setRenameQueue(TimeBuffer<RenameStruct> *rq_ptr); 143 144 /** Sets time buffer to pass on instructions to commit. */ --- 404 unchanged lines hidden --- |