Lines Matching full:t8
64 cmpbge zero, t2, t8 # E : bits set iff null found
66 bne t8, $a_eos # U : (stall)
81 cmpbge zero, t1, t8 # E : (3 cycle stall)
82 beq t8, $a_loop # U : (stall for t8)
87 t8 == the cmpbge mask that found it. */
89 negq t8, t6 # E : find low bit set
90 and t8, t6, t12 # E : (stall)
101 or t12, t6, t8 # E : (stall)
103 zap t0, t8, t0 # E : clear dst bytes <= null
166 cmpbge zero, t6, t8 # E : (stall)
168 bne t8, $u_final # U : (stall)
172 cmpbge zero, t2, t8 # E : testing eos (stall)
173 bne t8, $u_late_head_exit # U : (stall)
184 cmpbge zero, t2, t8 # E : (stall for t2)
186 bne t8, $u_eos # U : (stall)
213 cmpbge zero, t2, t8 # E : test new word for eos
214 beq t8, $u_loop # U : (stall)
229 cmpbge zero, t1, t8 # E : is the null in this first bit? (stall)
230 bne t8, $u_final # U : (stall)
236 cmpbge zero, t1, t8 # E : (stall)
241 t8 == cmpbge mask that found the null. */
243 negq t8, t6 # E : isolate low bit set
244 and t6, t8, t12 # E : (stall)
250 or t6, t12, t8 # E : (stall)
253 zap t0, t8, t0 # U : kill dest bytes <= null (2 cycle data stall)
293 cmpbge zero, t3, t8 # E : is there a zero? (stall)
294 beq t8, $u_head # U : (stall)
302 negq t8, t6 # E : build bitmask of bytes <= zero
303 and t6, t8, t12 # E : (stall)
307 or t6, t12, t8 # E : (stall)
309 zapnot t2, t8, t2 # U : prepare source word; mirror changes (stall)