Lines Matching refs:stall

58 	mskqh	t2, a1, t2	# U :   detection in the src word (stall)
60 ornot t1, t2, t2 # E : (stall)
64 or t0, t3, t1 # E : (stall)
65 bne t8, $a_eos # U : (stall)
80 cmpbge zero, t1, t8 # E : (3 cycle stall)
81 beq t8, $a_loop # U : (stall for t8)
89 and t8, t6, t12 # E : (stall)
92 and t12, 0x80, t6 # E : (stall)
93 bne t6, 1f # U : (stall)
99 zapnot t1, t6, t1 # U : clear src bytes >= null (stall)
100 or t12, t6, t8 # E : (stall)
103 or t0, t1, t1 # E : (stall)
124 and t0, 7, t0 # E : (stall)
125 bne t0, $unaligned # U : (stall)
131 beq t0, stxcpy_aligned # U : ... if we wont need it (stall)
156 extql t1, a1, t1 # U : (stall on a1)
157 extqh t2, a1, t4 # U : (stall on a1)
161 mskqh t1, a0, t1 # U : (stall on t1)
162 or t0, t1, t1 # E : (stall on t1)
165 cmpbge zero, t6, t8 # E : (stall)
167 bne t8, $u_final # U : (stall)
170 or t6, t2, t2 # E : already extracted before (stall)
171 cmpbge zero, t2, t8 # E : testing eos (stall)
172 bne t8, $u_late_head_exit # U : (stall)
183 cmpbge zero, t2, t8 # E : (stall for t2)
185 bne t8, $u_eos # U : (stall)
203 addq a1, 8, a1 # E : (stall)
204 extql t2, a1, t3 # U : extract low bits for next time (stall)
209 stq_u t1, -8(a0) # L : save the current word (stall)
213 beq t8, $u_loop # U : (stall)
227 or t0, t1, t1 # E : first (partial) source word complete (stall)
228 cmpbge zero, t1, t8 # E : is the null in this first bit? (stall)
229 bne t8, $u_final # U : (stall)
235 cmpbge zero, t1, t8 # E : (stall)
243 and t6, t8, t12 # E : (stall)
244 and t12, 0x80, t6 # E : avoid dest word load if we can (stall)
245 bne t6, 1f # U : (stall)
249 or t6, t12, t8 # E : (stall)
250 zapnot t1, t6, t1 # U : kill source bytes >= null (stall)
252 zap t0, t8, t0 # U : kill dest bytes <= null (2 cycle data stall)
253 or t0, t1, t1 # E : (stall)
291 ornot t1, t2, t3 # E : (stall)
292 cmpbge zero, t3, t8 # E : is there a zero? (stall)
293 beq t8, $u_head # U : (stall)
302 and t6, t8, t12 # E : (stall)
306 or t6, t12, t8 # E : (stall)
308 zapnot t2, t8, t2 # U : prepare source word; mirror changes (stall)
312 extql t1, a1, t1 # U : (stall)
313 andnot t0, t2, t0 # .. e1 : zero place for source to reside (stall)
316 stq_u t1, 0(a0) # .. e0 : (stall)