• 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:t8

67 	cmpbge	zero, t2, t8	# E : bits set iff null found
71 bne t8, $a_eos # U :
92 cmpbge zero, t0, t8 # E :
95 beq t8, $a_loop # U :
101 the end-of-count bit is set in t8 iff it applies.
105 t8 == the cmpbge mask that found it. */
108 negq t8, t12 # E : find low bit set
109 and t8, t12, t12 # E : (stall)
119 or t12, t6, t8 # E : (stall)
120 zapnot t0, t8, t0 # U : clear src bytes > null (stall)
122 zap t1, t8, t1 # .. e1 : clear dst bytes <= null
134 or t10, t8, t8 # E :
202 cmpbge zero, t6, t8 # E :
207 bne t8, $u_final # U :
212 cmpbge zero, t2, t8 # E : find nulls in second partial
215 bne t8, $u_late_head_exit # U :
225 cmpbge zero, t2, t8 # E :
227 bne t8, $u_eos # U :
256 cmpbge zero, t2, t8 # E : test new word for eos
258 beq t8, $u_loop # U :
272 cmpbge zero, t0, t8 # E : is the null in this first bit? (stall)
273 bne t8, $u_final # U : (stall)
282 cmpbge zero, t0, t8 # E :
283 or t8, t10, t6 # E : (stall)
284 cmoveq a2, t6, t8 # E : Latency=2, extra map slot (stall)
289 t8 == cmpbge mask that found the null. */
291 negq t8, t6 # E : isolate low bit set
292 and t6, t8, t12 # E : (stall)
298 or t6, t12, t8 # E : (stall)
299 zapnot t0, t8, t0 # U : kill source bytes > null
301 zap t1, t8, t1 # U : kill dest bytes <= null
323 1: cmpbge zero, t1, t8 # E :
327 or t10, t8, t8 # E :
360 cmpbge zero, t1, t8 # E : is there a zero?
362 or t8, t10, t5 # E : test for end-of-count too
365 cmoveq a2, t5, t8 # E : Latency=2, extra map slot
367 andnot t8, t3, t8 # E : (stall)
369 beq t8, $u_head # U :
375 negq t8, t6 # E : build bitmask of bytes <= zero
378 and t6, t8, t2 # E :
380 or t6, t2, t8 # E : (stall)
381 zapnot t12, t8, t12 # U : prepare source word; mirror changes (stall)
383 zapnot t1, t8, t1 # U : to source validity mask