Lines Matching refs:t2
57 lda t2, -1 # E : build a mask against false zero
58 mskqh t2, a1, t2 # U : detection in the src word (stall)
60 ornot t1, t2, t2 # E : (stall)
63 cmpbge zero, t2, t10 # E : bits set iff null found
147 ldq_u t2, 8(a1) # L :
150 extqh t2, a1, t4 # U : (stall on a1)
163 or t6, t2, t2 # E : already extracted before (stall)
164 cmpbge zero, t2, t10 # E : testing eos (stall)
172 extql t2, a1, t0 # U : position ho-bits of lo word
173 ldq_u t2, 8(a1) # U : read next high-order source word
176 cmpbge zero, t2, t10 # E : (stall for t2)
195 extqh t2, a1, t1 # U : extract high bits for current word
197 extql t2, a1, t3 # U : extract low bits for next time (stall)
201 ldq_u t2, 0(a1) # L : Latency=3 load high word for next time
205 cmpbge zero, t2, t10 # E : test new word for eos
219 extqh t2, a1, t1 # U :
227 extql t2, a1, t1 # U :
281 lda t2, -1 # E : mask out leading garbage in source
283 mskqh t2, t5, t2 # U :
284 ornot t1, t2, t3 # E : (stall)
301 zapnot t2, t10, t2 # U : prepare source word; mirror changes (stall)
303 and t1, t2, t1 # E : to source validity mask
304 extql t2, a1, t2 # U :
306 andnot t0, t2, t0 # .. e1 : zero place for source to reside (stall)