Lines Matching refs:execute
18 // The instruction takes one cycle to execute in each of the stages. The
20 // ready after the execute stage.
24 , InstrStage<1,[EX]>], // one cycle in execute stage
31 // operand. The instruction takes one cycle to execute in each of the
32 // pipeline stages except the execute stage, which takes three cycles. The
34 // ready after the execute stage.
38 , InstrStage<3,[EX]>], // three cycles in execute stage
44 // operands. The instruction takes one cycle to execute in each the pipeline
45 // stages except the execute stage, which takes 34 cycles. The two
47 // after the execute stage.
51 , InstrStage<34,[EX]>], // 34 cycles in execute stage
58 // The instruction takes one cycle to execute in each of the pipeline stages
59 // except the execute stage, which takes two cycles. The two source operands
60 // are read during the decode stage and the result is ready after the execute
65 , InstrStage<2,[EX]>], // two cycles in execute stage
71 // one cycle to execute in each of the pipeline stages. The source operand is
76 , InstrStage<1,[EX]>], // one cycle in execute stage
80 // instruction takes one cycle to execute in each of the pipeline stages. The
85 , InstrStage<1,[EX]>], // one cycle in execute stage
90 // operand register. The instruction takes one cycle to execute in each of
92 // and the destination register is ready after the execute stage.
96 , InstrStage<1,[EX]>], // one cycle in execute stage
101 // instruction takes one cycle to execute in each of the pipeline stages
107 , InstrStage<2,[EX]>], // two cycles in execute stage
112 // operand registers. The instruction takes one cycle to execute in each of
113 // the pipeline stages except the execute stage, which takes six cycles. The
115 // after the execute stage.
119 , InstrStage<6,[EX]>], // six cycles in execute stage
125 // source operand registers. The instruction takes one cycle to execute in
126 // each of the pipeline stages except the execute stage, which takes 30
128 // results are ready after the execute stage.
132 , InstrStage<30,[EX]>], // one cycle in execute stage
139 // to execute in each of the pipeline stages except the execute stage,
141 // stage and the results are ready after the execute stage.
145 , InstrStage<7,[EX]>], // seven cycles in execute stage
151 // to execute in each of the pipeline stages except the execute stage,
153 // stage and the results are ready after the execute stage.
157 , InstrStage<6,[EX]>], // six cycles in execute stage
162 // one source operand register. The instruction takes one cycle to execute in
163 // each of the pipeline stages except the execute stage, which takes 29
165 // results are ready after the execute stage.
169 , InstrStage<29,[EX]>], // 29 cycles in execute stage
174 // two source operand registers. The instruction takes one cycle to execute
175 // in each of the pipeline stages except the execute stage, which takes three
177 // results are ready after the execute stage.
181 , InstrStage<3,[EX]>], // three cycles in execute stage
187 // destination register. The instruction takes one cycle to execute in each
188 // of the pipeline stages except the execute stage, which takes two cycles.
190 // ready after the execute stage.
194 , InstrStage<2,[EX]>], // two cycles in execute stage
200 // produced by the instruction. The instruction takes one cycle to execute in
201 // each of the pipeline stages except the execute stage, which takes two
206 , InstrStage<2,[EX]>], // two cycles in execute stage
212 // produced by the instruction. The instruction takes one cycle to execute in
213 // each of the pipeline stages except the execute stage, which takes two
218 , InstrStage<2,[EX]>], // two cycles in execute stage
225 // operand. The instruction takes one cycle to execute in each of the
226 // pipeline stages except the execute stage, which takes two cycles. All of
228 // ready after the execute stage.
232 , InstrStage<2,[EX]>], // two cycles in execute stage