Lines Matching refs:DP
101 // Four DP (Floating Point) units in total. Two even, two Odd.
102 def DP : ProcResource<4>;
104 //Even DP pipelines
105 let Super = DP;
108 //Odd DP pipelines
109 let Super = DP;
243 // DP Unit
244 // A DP unit may take from 2 to 36 cycles to complete.
245 // Some DP operations keep the unit busy for up to 10 cycles.
246 def P9_DP_5C : SchedWriteRes<[DP]> {
250 def P9_DP_7C : SchedWriteRes<[DP]> {
262 def P9_DP_22C_5 : SchedWriteRes<[DP]> {
277 def P9_DP_26C_5 : SchedWriteRes<[DP]> {
282 def P9_DPE_27C_10 : SchedWriteRes<[DP]> {
287 def P9_DPO_27C_10 : SchedWriteRes<[DP]> {
292 def P9_DP_33C_8 : SchedWriteRes<[DP]> {
307 def P9_DP_36C_10 : SchedWriteRes<[DP]> {
312 def P9_DPE_36C_10 : SchedWriteRes<[DP]> {
317 def P9_DPO_36C_10 : SchedWriteRes<[DP]> {