Lines Matching full:pipelines

42   def P10_BF : ProcResource<4>; // Four Binary Floating Point pipelines.
43 def P10_BR : ProcResource<2>; // Two Branch pipelines.
44 def P10_CY : ProcResource<4>; // Four Crypto pipelines.
45 def P10_DF : ProcResource<1>; // One Decimal Floating Point pipelines.
46 def P10_DV : ProcResource<2>; // Two Fixed-point divide (DIV) pipelines.
47 def P10_DX : ProcResource<2>; // Two 128-bit fixed-point and BCD pipelines.
48 def P10_FX : ProcResource<4>; // Four ALU pipelines.
49 def P10_LD : ProcResource<2>; // Two Load pipelines.
50 def P10_MM : ProcResource<2>; // Two 512-bit SIMD matrix multiply engine pipelines.
51 def P10_PM : ProcResource<4>; // Four 128-bit permute (PM) pipelines.
52 def P10_ST : ProcResource<2>; // Two ST-D pipelines.
53 def P10_SX : ProcResource<2>; // Two Simple Fixed-point (SFX) pipelines.
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.