Lines Matching refs:t2
58 lda t2, -1 # e1 : build a mask against false zero
59 mskqh t2, a1, t2 # e0 : detection in the src word
61 ornot t1, t2, t2 # .. e1 :
63 cmpbge zero, t2, t7 # .. e1 : bits set iff null found
135 ldq_u t2, 8(a1) # e0 :
139 extqh t2, a1, t4 # e0 :
151 or t6, t2, t2 # e1 : already extracted before
152 cmpbge zero, t2, t7 # e0 : testing eos
160 extql t2, a1, t0 # e0 : position ho-bits of lo word
161 ldq_u t2, 8(a1) # .. e1 : read next high-order source word
163 cmpbge zero, t2, t7 # .. e1 :
182 extqh t2, a1, t1 # e0 : extract high bits for current word
184 extql t2, a1, t3 # e0 : extract low bits for next time
187 ldq_u t2, 0(a1) # .. e1 : load high word for next time
190 cmpbge zero, t2, t7 # e0 : test new word for eos
202 extqh t2, a1, t1 # e0 :
211 extql t2, a1, t1 # e0 :
262 lda t2, -1 # e1 : mask out leading garbage in source
263 mskqh t2, t5, t2 # e0 :
265 ornot t1, t2, t3 # .. e1 :
283 zapnot t2, t7, t2 # .. e1 : prepare source word; mirror changes
284 and t1, t2, t1 # e1 : to source validity mask
285 extql t2, a1, t2 # .. e0 :
288 andnot t0, t2, t0 # .. e1 : zero place for source to reside