• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/

Lines Matching refs:stall

54 	mskqh	t2, a1, t2	# U :   detection in the src word (stall)
56 ornot t1, t2, t2 # E : (stall)
60 or t0, t3, t1 # E : (stall)
61 bne t8, $a_eos # U : (stall)
76 cmpbge zero, t1, t8 # E : (3 cycle stall)
77 beq t8, $a_loop # U : (stall for t8)
85 and t8, t6, t12 # E : (stall)
88 and t12, 0x80, t6 # E : (stall)
89 bne t6, 1f # U : (stall)
95 zapnot t1, t6, t1 # U : clear src bytes >= null (stall)
96 or t12, t6, t8 # E : (stall)
99 or t0, t1, t1 # E : (stall)
120 and t0, 7, t0 # E : (stall)
121 bne t0, $unaligned # U : (stall)
127 beq t0, stxcpy_aligned # U : ... if we wont need it (stall)
152 extql t1, a1, t1 # U : (stall on a1)
153 extqh t2, a1, t4 # U : (stall on a1)
157 mskqh t1, a0, t1 # U : (stall on t1)
158 or t0, t1, t1 # E : (stall on t1)
161 cmpbge zero, t6, t8 # E : (stall)
163 bne t8, $u_final # U : (stall)
166 or t6, t2, t2 # E : already extracted before (stall)
167 cmpbge zero, t2, t8 # E : testing eos (stall)
168 bne t8, $u_late_head_exit # U : (stall)
179 cmpbge zero, t2, t8 # E : (stall for t2)
181 bne t8, $u_eos # U : (stall)
199 addq a1, 8, a1 # E : (stall)
200 extql t2, a1, t3 # U : extract low bits for next time (stall)
205 stq_u t1, -8(a0) # L : save the current word (stall)
209 beq t8, $u_loop # U : (stall)
223 or t0, t1, t1 # E : first (partial) source word complete (stall)
224 cmpbge zero, t1, t8 # E : is the null in this first bit? (stall)
225 bne t8, $u_final # U : (stall)
231 cmpbge zero, t1, t8 # E : (stall)
239 and t6, t8, t12 # E : (stall)
240 and t12, 0x80, t6 # E : avoid dest word load if we can (stall)
241 bne t6, 1f # U : (stall)
245 or t6, t12, t8 # E : (stall)
246 zapnot t1, t6, t1 # U : kill source bytes >= null (stall)
248 zap t0, t8, t0 # U : kill dest bytes <= null (2 cycle data stall)
249 or t0, t1, t1 # E : (stall)
287 ornot t1, t2, t3 # E : (stall)
288 cmpbge zero, t3, t8 # E : is there a zero? (stall)
289 beq t8, $u_head # U : (stall)
298 and t6, t8, t12 # E : (stall)
302 or t6, t12, t8 # E : (stall)
304 zapnot t2, t8, t2 # U : prepare source word; mirror changes (stall)
308 extql t1, a1, t1 # U : (stall)
309 andnot t0, t2, t0 # .. e1 : zero place for source to reside (stall)
312 stq_u t1, 0(a0) # .. e0 : (stall)