Lines Matching refs:stall

59 	mskqh	t2, a1, t2	# U :   detection in the src word (stall)
61 ornot t1, t2, t2 # E : (stall)
65 or t0, t3, t1 # E : (stall)
66 bne t8, $a_eos # U : (stall)
81 cmpbge zero, t1, t8 # E : (3 cycle stall)
82 beq t8, $a_loop # U : (stall for t8)
90 and t8, t6, t12 # E : (stall)
93 and t12, 0x80, t6 # E : (stall)
94 bne t6, 1f # U : (stall)
100 zapnot t1, t6, t1 # U : clear src bytes >= null (stall)
101 or t12, t6, t8 # E : (stall)
104 or t0, t1, t1 # E : (stall)
125 and t0, 7, t0 # E : (stall)
126 bne t0, $unaligned # U : (stall)
132 beq t0, stxcpy_aligned # U : ... if we wont need it (stall)
157 extql t1, a1, t1 # U : (stall on a1)
158 extqh t2, a1, t4 # U : (stall on a1)
162 mskqh t1, a0, t1 # U : (stall on t1)
163 or t0, t1, t1 # E : (stall on t1)
166 cmpbge zero, t6, t8 # E : (stall)
168 bne t8, $u_final # U : (stall)
171 or t6, t2, t2 # E : already extracted before (stall)
172 cmpbge zero, t2, t8 # E : testing eos (stall)
173 bne t8, $u_late_head_exit # U : (stall)
184 cmpbge zero, t2, t8 # E : (stall for t2)
186 bne t8, $u_eos # U : (stall)
204 addq a1, 8, a1 # E : (stall)
205 extql t2, a1, t3 # U : extract low bits for next time (stall)
210 stq_u t1, -8(a0) # L : save the current word (stall)
214 beq t8, $u_loop # U : (stall)
228 or t0, t1, t1 # E : first (partial) source word complete (stall)
229 cmpbge zero, t1, t8 # E : is the null in this first bit? (stall)
230 bne t8, $u_final # U : (stall)
236 cmpbge zero, t1, t8 # E : (stall)
244 and t6, t8, t12 # E : (stall)
245 and t12, 0x80, t6 # E : avoid dest word load if we can (stall)
246 bne t6, 1f # U : (stall)
250 or t6, t12, t8 # E : (stall)
251 zapnot t1, t6, t1 # U : kill source bytes >= null (stall)
253 zap t0, t8, t0 # U : kill dest bytes <= null (2 cycle data stall)
254 or t0, t1, t1 # E : (stall)
292 ornot t1, t2, t3 # E : (stall)
293 cmpbge zero, t3, t8 # E : is there a zero? (stall)
294 beq t8, $u_head # U : (stall)
303 and t6, t8, t12 # E : (stall)
307 or t6, t12, t8 # E : (stall)
309 zapnot t2, t8, t2 # U : prepare source word; mirror changes (stall)
313 extql t1, a1, t1 # U : (stall)
314 andnot t0, t2, t0 # .. e1 : zero place for source to reside (stall)
317 stq_u t1, 0(a0) # .. e0 : (stall)