Lines Matching refs:t2
46 lda t2, -1 # e1 : build a mask against false zero
47 mskqh t2, a1, t2 # e0 : detection in the src word
49 ornot t1, t2, t2 # .. e1 :
51 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
131 ldq_u t2, 8(a1) # e0 :
135 extqh t2, a1, t4 # e0 :
147 or t6, t2, t2 # e1 : already extracted before
148 cmpbge zero, t2, t8 # e0 : testing eos
156 extql t2, a1, t0 # e0 : position ho-bits of lo word
157 ldq_u t2, 8(a1) # .. e1 : read next high-order source word
159 cmpbge zero, t2, t8 # .. e1 :
178 extqh t2, a1, t1 # e0 : extract high bits for current word
180 extql t2, a1, t3 # e0 : extract low bits for next time
183 ldq_u t2, 0(a1) # .. e1 : load high word for next time
186 cmpbge zero, t2, t8 # e0 : test new word for eos
198 extqh t2, a1, t1 # e0 :
207 extql t2, a1, t1 # e0 :
258 lda t2, -1 # e1 : mask out leading garbage in source
259 mskqh t2, t5, t2 # e0 :
261 ornot t1, t2, t3 # .. e1 :
279 zapnot t2, t8, t2 # .. e1 : prepare source word; mirror changes
280 and t1, t2, t1 # e1 : to source validity mask
281 extql t2, a1, t2 # .. e0 :
284 andnot t0, t2, t0 # .. e1 : zero place for source to reside