Lines Matching refs:t8

71 	cmpbge	zero, t2, t8	# E : bits set iff null found
75 bne t8, $a_eos # U :
96 cmpbge zero, t0, t8 # E :
99 beq t8, $a_loop # U :
112 negq t8, t12 # E : find low bit set
113 and t8, t12, t12 # E : (stall)
123 or t12, t6, t8 # E : (stall)
124 zapnot t0, t8, t0 # U : clear src bytes > null (stall)
126 zap t1, t8, t1 # .. e1 : clear dst bytes <= null
138 or t10, t8, t8 # E :
206 cmpbge zero, t6, t8 # E :
211 bne t8, $u_final # U :
216 cmpbge zero, t2, t8 # E : find nulls in second partial
219 bne t8, $u_late_head_exit # U :
229 cmpbge zero, t2, t8 # E :
231 bne t8, $u_eos # U :
260 cmpbge zero, t2, t8 # E : test new word for eos
262 beq t8, $u_loop # U :
276 cmpbge zero, t0, t8 # E : is the null in this first bit? (stall)
277 bne t8, $u_final # U : (stall)
286 cmpbge zero, t0, t8 # E :
287 or t8, t10, t6 # E : (stall)
288 cmoveq a2, t6, t8 # E : Latency=2, extra map slot (stall)
295 negq t8, t6 # E : isolate low bit set
296 and t6, t8, t12 # E : (stall)
302 or t6, t12, t8 # E : (stall)
303 zapnot t0, t8, t0 # U : kill source bytes > null
305 zap t1, t8, t1 # U : kill dest bytes <= null
327 1: cmpbge zero, t1, t8 # E :
331 or t10, t8, t8 # E :
364 cmpbge zero, t1, t8 # E : is there a zero?
366 or t8, t10, t5 # E : test for end-of-count too
369 cmoveq a2, t5, t8 # E : Latency=2, extra map slot
371 andnot t8, t3, t8 # E : (stall)
373 beq t8, $u_head # U :
379 negq t8, t6 # E : build bitmask of bytes <= zero
382 and t6, t8, t12 # E :
384 or t6, t12, t8 # E : (stall)
385 zapnot t2, t8, t2 # U : prepare source word; mirror changes (stall)
387 zapnot t1, t8, t1 # U : to source validity mask