Lines Matching refs:t7

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