Lines Matching refs:ProcResource
48 def P10_BF : ProcResource<4>; // Four Binary Floating Point pipelines.
49 def P10_BR : ProcResource<2>; // Two Branch pipelines.
50 def P10_CY : ProcResource<4>; // Four Crypto pipelines.
51 def P10_DF : ProcResource<1>; // One Decimal Floating Point pipelines.
52 def P10_DV : ProcResource<2>; // Two Fixed-point divide (DIV) pipelines.
53 def P10_DX : ProcResource<2>; // Two 128-bit fixed-point and BCD pipelines.
54 def P10_FX : ProcResource<4>; // Four ALU pipelines.
55 def P10_LD : ProcResource<2>; // Two Load pipelines.
56 def P10_MM : ProcResource<2>; // Two 512-bit SIMD matrix multiply engine pipelines.
57 def P10_PM : ProcResource<4>; // Four 128-bit permute (PM) pipelines.
58 def P10_ST : ProcResource<2>; // Two ST-D pipelines.
59 def P10_SX : ProcResource<2>; // Two Simple Fixed-point (SFX) pipelines.
64 def P10_ANY_SLOT : ProcResource<8>;
69 def P10_EVEN_SLOT : ProcResource<4>;
72 def P10_ODD_SLOT : ProcResource<4>;