Lines Matching refs:LOAD_LATENCY
114 #define LOAD_LATENCY 2 // XXX fix me macro
116 #if (LOAD_LATENCY != 1) && (LOAD_LATENCY != 2)
120 #define PIPE_DEPTH (LOAD_LATENCY+2)
121 #define ELD p[LOAD_LATENCY] // end of load
122 #define ELD_1 p[LOAD_LATENCY+1] // and next stage
130 .rotr word1[4], word2[4],result1[LOAD_LATENCY+2],result2[LOAD_LATENCY+2]
226 (ELD_1) cmp.ltu pC1[0],p0=result1[LOAD_LATENCY],word1[LOAD_LATENCY+1]
228 (ELD_1) cmp.ltu pC2[0],p0=result2[LOAD_LATENCY],word2[LOAD_LATENCY+1]
230 (ELD) add result1[LOAD_LATENCY-1]=result1[LOAD_LATENCY],word1[LOAD_LATENCY]
231 (ELD) add result2[LOAD_LATENCY-1]=result2[LOAD_LATENCY],word2[LOAD_LATENCY]
241 add result1[LOAD_LATENCY+1]=result1[LOAD_LATENCY+1],carry1
242 add result2[LOAD_LATENCY+1]=result2[LOAD_LATENCY+1],carry2
244 cmp.ltu p6,p0=result1[LOAD_LATENCY+1],carry1
245 cmp.ltu p7,p0=result2[LOAD_LATENCY+1],carry2
247 (p6) adds result1[LOAD_LATENCY+1]=1,result1[LOAD_LATENCY+1]
248 (p7) adds result2[LOAD_LATENCY+1]=1,result2[LOAD_LATENCY+1]
250 add result1[0]=result1[LOAD_LATENCY+1],result2[LOAD_LATENCY+1]
252 cmp.ltu p6,p0=result1[0],result2[LOAD_LATENCY+1]