Lines Matching refs:ALU
88 // Four ALU (Fixed Point Arithmetic) units in total. Two even, two Odd.
89 def ALU : ProcResource<4>;
91 //Even ALU pipelines
92 let Super = ALU;
95 //Odd ALU pipelines
96 let Super = ALU;
190 // ALU Units
191 // An ALU may take either 2 or 3 cycles to complete the operation.
192 // However, the ALU unit is only ever busy for 1 cycle at a time and may
194 def P9_ALU_2C : SchedWriteRes<[ALU]> {
206 def P9_ALU_3C : SchedWriteRes<[ALU]> {