Lines Matching refs:stall

67 	mskqh	t2, a1, t2	# U :   detection in the src word (stall)
69 ornot t1, t2, t2 # E : (stall)
73 or t0, t3, t0 # E : (stall)
114 and t8, t12, t12 # E : (stall)
117 and t12, 0x80, t6 # E : (stall)
118 bne t6, 1f # U : (stall)
124 or t12, t6, t8 # E : (stall)
125 zapnot t0, t8, t0 # U : clear src bytes > null (stall)
128 or t0, t1, t0 # e1 : (stall)
156 and t1, 7, t1 # E : (stall)
157 addq a2, t0, a2 # E : bias count by dest misalignment (stall)
160 and a2, 7, t2 # E : (stall)
161 srl a2, 3, a2 # U : a2 = loop counter = (count - 1)/8 (stall)
200 extqh t2, a1, t4 # U : (3 cycle stall on t2)
202 or t1, t4, t1 # E : first aligned src word complete (stall)
203 mskqh t1, a0, t1 # U : mask leading garbage in src (stall)
204 or t0, t1, t0 # E : first output word complete (stall)
205 or t0, t6, t6 # E : mask original data for zero test (stall)
215 or t6, t2, t2 # E : (stall)
229 extqh t2, a1, t0 # U : position lo-bits of hi word (stall)
260 extqh t2, a1, t0 # U : extract low bits (2 cycle stall)
277 cmpbge zero, t0, t8 # E : is the null in this first bit? (stall)
278 bne t8, $u_final # U : (stall)
288 or t8, t10, t6 # E : (stall)
289 cmoveq a2, t6, t8 # E : Latency=2, extra map slot (stall)
297 and t6, t8, t12 # E : (stall)
298 and t12, 0x80, t6 # E : avoid dest word load if we can (stall)
299 bne t6, 1f # U : (stall)
303 or t6, t12, t8 # E : (stall)
307 or t0, t1, t0 # E : (stall)
319 sll t10, t6, t6 # U : (stall)
320 and t6, 0xff, t6 # E : (stall)
321 bne t6, 1f # U : (stall)
325 extqh t2, a1, t0 # U : extract low bits for last word (stall)
326 or t1, t0, t1 # E : (stall)
362 beq t12, $u_head # U : (stall)
372 andnot t8, t3, t8 # E : (stall)
384 subq t12, 1, t6 # E : (stall)
385 or t6, t12, t8 # E : (stall)
386 zapnot t2, t8, t2 # U : prepare source word; mirror changes (stall)
390 or t0, t1, t0 # E : and put it there (stall both t0, t1)
391 stq_u t0, 0(a0) # L : (stall)