Lines Matching refs:t2
64 lda t2, -1 # E : build a mask against false zero
65 mskqh t2, a1, t2 # U : detection in the src word (stall)
67 ornot t1, t2, t2 # E : (stall)
70 cmpbge zero, t2, t7 # E : bits set iff null found
144 lda t2, -1 # E :
149 srl t2, 1, t2 # U :
151 cmovlt a2, t2, a2 # E : bound count to LONG_MAX (stall)
156 and a2, 7, t2 # E : (stall)
160 sll t10, t2, t10 # U : t10 = bitmask of last count byte
192 ldq_u t2, 8(a1) # L : Latency=3 load second src word
195 extqh t2, a1, t4 # U : (3 cycle stall on t2)
210 or t6, t2, t2 # E :
212 cmpbge zero, t2, t7 # E : find nulls in second partial
219 extql t2, a1, t1 # U : position hi-bits of lo word
221 ldq_u t2, 8(a1) # L : read next high-order source word
224 extqh t2, a1, t0 # U : position lo-bits of hi word (stall)
225 cmpbge zero, t2, t7 # E :
247 extql t2, a1, t1 # U : extract high bits for next time
252 ldq_u t2, 8(a1) # L : Latency=3 load high word for next time
255 extqh t2, a1, t0 # U : extract low bits (2 cycle stall)
256 cmpbge zero, t2, t7 # E : test new word for eos
281 extql t2, a1, t0 # U :
318 ldq_u t2, 8(a1) # L : load final src word
320 extqh t2, a1, t0 # U : extract low bits for last word (stall)
356 lda t2, -1 # E : for creating masks later
359 mskqh t2, t5, t2 # U : begin src byte validity mask
361 extql t2, a1, t2 # U :
364 cmpbge zero, t2, t3 # E :
381 zapnot t2, t7, t2 # U : prepare source word; mirror changes (stall)
384 andnot t0, t2, t0 # E : zero place for source to reside