Lines Matching full:pipeline
12 // Modeling pipeline forwarding logic.
40 // Pipeline Groups
83 // A BF pipeline may take from 7 to 36 cycles to complete.
84 // Some BF operations may keep the pipeline busy for up to 10 cycles.
114 // A BR pipeline may take 2 cycles to complete.
119 // A CY pipeline may take 7 cycles to complete.
124 // A DF pipeline may take from 13 to 174 cycles to complete.
125 // Some DF operations may keep the pipeline busy for up to 67 cycles.
210 // A DV pipeline may take from 20 to 83 cycles to complete.
211 // Some DV operations may keep the pipeline busy for up to 33 cycles.
262 // A DX pipeline may take 5 cycles to complete.
267 // A F2 pipeline may take 4 cycles to complete.
272 // A FX pipeline may take from 2 to 3 cycles to complete.
281 // A LD pipeline may take 6 cycles to complete.
286 // A MF pipeline may take 13 cycles to complete.
291 // A MFL pipeline may take 13 cycles to complete.
296 // A MM pipeline may take 10 cycles to complete.
301 // A MU pipeline may take 5 cycles to complete.
306 // A PM pipeline may take 4 cycles to complete.
311 // A ST pipeline may take 3 cycles to complete.
316 // A SX pipeline may take from 0 to 3 cycles to complete.
325 // A vMU pipeline may take 7 cycles to complete.
332 // Modeling pipeline forwarding logic.
352 // Save 1 cycles if pipeline BF reads the data from pipelines DX, MU, vMU, CY, DF, MM.
353 // Save 2 cycles if pipeline BF reads the data from pipelines BF.
359 // Save 1 cycles if pipeline CY reads the data from pipelines DX, MU, vMU, BF, DF, MM.
360 // Save 3 cycles if pipeline CY reads the data from pipelines CY.
366 // Save 1 cycles if pipeline MM reads the data from pipelines DX, MU, vMU, BF, CY, DF.
367 // Save 6 cycles if pipeline MM reads the data from pipelines MM.
373 // Save 1 cycles if pipeline BR reads the data from pipelines FX, F2.
376 // Save 1 cycles if pipeline DF reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM.
379 // Save 1 cycles if pipeline DV reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM.
382 // Save 1 cycles if pipeline DX reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM.
385 // Save 1 cycles if pipeline F2 reads the data from pipelines ST, SX, FX, F2, PM.
388 // Save 1 cycles if pipeline FX reads the data from pipelines ST, SX, FX, F2, PM.
391 // Save 1 cycles if pipeline LD reads the data from pipelines ST, SX, FX, F2.
394 // Save 1 cycles if pipeline MU reads the data from pipelines DX, MU, DF.
397 // Save 1 cycles if pipeline PM reads the data from pipelines ST, SX, FX, F2, PM.
400 // Save 1 cycles if pipeline ST reads the data from pipelines ST, SX, FX, F2, PM.
403 // Save 1 cycles if pipeline SX reads the data from pipelines ST, SX, FX, F2, PM, MM.
406 // Save 1 cycles if pipeline vMU reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM.