Lines Matching refs:ProcResource
38 def M4UnitA : ProcResource<2>; // Simple integer
39 def M4UnitC : ProcResource<2>; // Simple and complex integer
41 def M4UnitD : ProcResource<1>; // Integer division (inside C0, serialized)
43 def M4UnitE : ProcResource<1>; // CRC (inside C0)
44 def M4UnitB : ProcResource<2>; // Branch
45 def M4UnitL0 : ProcResource<1>; // Load
46 def M4UnitS0 : ProcResource<1>; // Store
47 def M4PipeLS : ProcResource<1>; // Load/Store
49 def M4UnitL1 : ProcResource<1>;
50 def M4UnitS1 : ProcResource<1>;
52 def M4PipeF0 : ProcResource<1>; // FP #0
54 def M4UnitFMAC0 : ProcResource<1>; // FP multiplication
55 def M4UnitFADD0 : ProcResource<1>; // Simple FP
56 def M4UnitFCVT0 : ProcResource<1>; // FP conversion
57 def M4UnitNALU0 : ProcResource<1>; // Simple vector
58 def M4UnitNHAD : ProcResource<1>; // Horizontal vector
59 def M4UnitNMSC : ProcResource<1>; // FP and vector miscellanea
60 def M4UnitNMUL0 : ProcResource<1>; // Vector multiplication
61 def M4UnitNSHT0 : ProcResource<1>; // Vector shifting
62 def M4UnitNSHF0 : ProcResource<1>; // Vector shuffling
63 def M4UnitNCRY0 : ProcResource<1>; // Cryptographic
65 def M4PipeF1 : ProcResource<1>; // FP #1
67 def M4UnitFMAC1 : ProcResource<1>; // FP multiplication
68 def M4UnitFADD1 : ProcResource<1>; // Simple FP
69 def M4UnitFDIV0 : ProcResource<2>; // FP division (serialized)
70 def M4UnitFSQR0 : ProcResource<2>; // FP square root (serialized)
71 def M4UnitFST0 : ProcResource<1>; // FP store
72 def M4UnitNALU1 : ProcResource<1>; // Simple vector
73 def M4UnitNSHT1 : ProcResource<1>; // Vector shifting
74 def M4UnitNSHF1 : ProcResource<1>; // Vector shuffling
76 def M4PipeF2 : ProcResource<1>; // FP #2
78 def M4UnitFMAC2 : ProcResource<1>; // FP multiplication
79 def M4UnitFADD2 : ProcResource<1>; // Simple FP
80 def M4UnitFCVT1 : ProcResource<1>; // FP conversion
81 def M4UnitFDIV1 : ProcResource<2>; // FP division (serialized)
82 def M4UnitFSQR1 : ProcResource<2>; // FP square root (serialized)
83 def M4UnitFST1 : ProcResource<1>; // FP store
84 def M4UnitNALU2 : ProcResource<1>; // Simple vector
85 def M4UnitNMUL1 : ProcResource<1>; // Vector multiplication
86 def M4UnitNSHT2 : ProcResource<1>; // Vector shifting
87 def M4UnitNCRY1 : ProcResource<1>; // Cryptographic