Lines Matching refs:t2
58 lda t2, -1 # E : build a mask against false zero
59 mskqh t2, a1, t2 # U : detection in the src word (stall)
61 ornot t1, t2, t2 # E : (stall)
64 cmpbge zero, t2, t8 # E : bits set iff null found
155 ldq_u t2, 8(a1) # L :
158 extqh t2, a1, t4 # U : (stall on a1)
171 or t6, t2, t2 # E : already extracted before (stall)
172 cmpbge zero, t2, t8 # E : testing eos (stall)
180 extql t2, a1, t0 # U : position ho-bits of lo word
181 ldq_u t2, 8(a1) # U : read next high-order source word
184 cmpbge zero, t2, t8 # E : (stall for t2)
203 extqh t2, a1, t1 # U : extract high bits for current word
205 extql t2, a1, t3 # U : extract low bits for next time (stall)
209 ldq_u t2, 0(a1) # L : Latency=3 load high word for next time
213 cmpbge zero, t2, t8 # E : test new word for eos
227 extqh t2, a1, t1 # U :
235 extql t2, a1, t1 # U :
289 lda t2, -1 # E : mask out leading garbage in source
291 mskqh t2, t5, t2 # U :
292 ornot t1, t2, t3 # E : (stall)
309 zapnot t2, t8, t2 # U : prepare source word; mirror changes (stall)
311 and t1, t2, t1 # E : to source validity mask
312 extql t2, a1, t2 # U :
314 andnot t0, t2, t0 # .. e1 : zero place for source to reside (stall)