Lines Matching full:t8
72 cmpbge zero, t2, t8 # E : bits set iff null found
76 bne t8, $a_eos # U :
97 cmpbge zero, t0, t8 # E :
100 beq t8, $a_loop # U :
106 the end-of-count bit is set in t8 iff it applies.
110 t8 == the cmpbge mask that found it. */
113 negq t8, t12 # E : find low bit set
114 and t8, t12, t12 # E : (stall)
124 or t12, t6, t8 # E : (stall)
125 zapnot t0, t8, t0 # U : clear src bytes > null (stall)
127 zap t1, t8, t1 # .. e1 : clear dst bytes <= null
139 or t10, t8, t8 # E :
207 cmpbge zero, t6, t8 # E :
212 bne t8, $u_final # U :
217 cmpbge zero, t2, t8 # E : find nulls in second partial
220 bne t8, $u_late_head_exit # U :
230 cmpbge zero, t2, t8 # E :
232 bne t8, $u_eos # U :
261 cmpbge zero, t2, t8 # E : test new word for eos
263 beq t8, $u_loop # U :
277 cmpbge zero, t0, t8 # E : is the null in this first bit? (stall)
278 bne t8, $u_final # U : (stall)
287 cmpbge zero, t0, t8 # E :
288 or t8, t10, t6 # E : (stall)
289 cmoveq a2, t6, t8 # E : Latency=2, extra map slot (stall)
294 t8 == cmpbge mask that found the null. */
296 negq t8, t6 # E : isolate low bit set
297 and t6, t8, t12 # E : (stall)
303 or t6, t12, t8 # E : (stall)
304 zapnot t0, t8, t0 # U : kill source bytes > null
306 zap t1, t8, t1 # U : kill dest bytes <= null
328 1: cmpbge zero, t1, t8 # E :
332 or t10, t8, t8 # E :
365 cmpbge zero, t1, t8 # E : is there a zero?
367 or t8, t10, t5 # E : test for end-of-count too
370 cmoveq a2, t5, t8 # E : Latency=2, extra map slot
372 andnot t8, t3, t8 # E : (stall)
374 beq t8, $u_head # U :
380 negq t8, t6 # E : build bitmask of bytes <= zero
383 and t6, t8, t12 # E :
385 or t6, t12, t8 # E : (stall)
386 zapnot t2, t8, t2 # U : prepare source word; mirror changes (stall)
388 zapnot t1, t8, t1 # U : to source validity mask