Lines Matching refs:ProcResource

38 def M5UnitA  : ProcResource<2>; // Simple integer
39 def M5UnitC : ProcResource<2>; // Simple and complex integer
41 def M5UnitD : ProcResource<1>; // Integer division (inside C0, serialized)
42 def M5UnitE : ProcResource<2>; // Simple 32-bit integer
44 def M5UnitF : ProcResource<2>; // CRC (inside C)
45 def M5UnitB : ProcResource<1>; // Branch
46 def M5UnitL0 : ProcResource<1>; // Load
47 def M5UnitS0 : ProcResource<1>; // Store
48 def M5PipeLS : ProcResource<1>; // Load/Store
50 def M5UnitL1 : ProcResource<1>;
51 def M5UnitS1 : ProcResource<1>;
53 def M5PipeF0 : ProcResource<1>; // FP #0
55 def M5UnitFMAC0 : ProcResource<1>; // FP multiplication
56 def M5UnitFADD0 : ProcResource<1>; // Simple FP
57 def M5UnitNALU0 : ProcResource<1>; // Simple vector
58 def M5UnitNDOT0 : ProcResource<1>; // Dot product vector
59 def M5UnitNHAD : ProcResource<1>; // Horizontal vector
60 def M5UnitNMSC : ProcResource<1>; // FP and vector miscellanea
61 def M5UnitNMUL0 : ProcResource<1>; // Vector multiplication
62 def M5UnitNSHT0 : ProcResource<1>; // Vector shifting
63 def M5UnitNSHF0 : ProcResource<1>; // Vector shuffling
64 def M5UnitNCRY0 : ProcResource<1>; // Cryptographic
66 def M5PipeF1 : ProcResource<1>; // FP #1
68 def M5UnitFMAC1 : ProcResource<1>; // FP multiplication
69 def M5UnitFADD1 : ProcResource<1>; // Simple FP
70 def M5UnitFCVT0 : ProcResource<1>; // FP conversion
71 def M5UnitFDIV0 : ProcResource<2>; // FP division (serialized)
72 def M5UnitFSQR0 : ProcResource<2>; // FP square root (serialized)
73 def M5UnitFST0 : ProcResource<1>; // FP store
74 def M5UnitNALU1 : ProcResource<1>; // Simple vector
75 def M5UnitNDOT1 : ProcResource<1>; // Dot product vector
76 def M5UnitNSHT1 : ProcResource<1>; // Vector shifting
77 def M5UnitNSHF1 : ProcResource<1>; // Vector shuffling
79 def M5PipeF2 : ProcResource<1>; // FP #2
81 def M5UnitFMAC2 : ProcResource<1>; // FP multiplication
82 def M5UnitFADD2 : ProcResource<1>; // Simple FP
83 def M5UnitFCVT1 : ProcResource<1>; // FP conversion
84 def M5UnitFDIV1 : ProcResource<2>; // FP division (serialized)
85 def M5UnitFSQR1 : ProcResource<2>; // FP square root (serialized)
86 def M5UnitFST1 : ProcResource<1>; // FP store
87 def M5UnitNALU2 : ProcResource<1>; // Simple vector
88 def M5UnitNDOT2 : ProcResource<1>; // Dot product vector
89 def M5UnitNMUL1 : ProcResource<1>; // Vector multiplication
90 def M5UnitNSHT2 : ProcResource<1>; // Vector shifting
91 def M5UnitNCRY1 : ProcResource<1>; // Cryptographic