Lines Matching refs:t2
47 lda t2, -1 # e1 : build a mask against false zero
48 mskqh t2, a1, t2 # e0 : detection in the src word
50 ornot t1, t2, t2 # .. e1 :
52 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
132 ldq_u t2, 8(a1) # e0 :
136 extqh t2, a1, t4 # e0 :
148 or t6, t2, t2 # e1 : already extracted before
149 cmpbge zero, t2, t8 # e0 : testing eos
157 extql t2, a1, t0 # e0 : position ho-bits of lo word
158 ldq_u t2, 8(a1) # .. e1 : read next high-order source word
160 cmpbge zero, t2, t8 # .. e1 :
179 extqh t2, a1, t1 # e0 : extract high bits for current word
181 extql t2, a1, t3 # e0 : extract low bits for next time
184 ldq_u t2, 0(a1) # .. e1 : load high word for next time
187 cmpbge zero, t2, t8 # e0 : test new word for eos
199 extqh t2, a1, t1 # e0 :
208 extql t2, a1, t1 # e0 :
259 lda t2, -1 # e1 : mask out leading garbage in source
260 mskqh t2, t5, t2 # e0 :
262 ornot t1, t2, t3 # .. e1 :
280 zapnot t2, t8, t2 # .. e1 : prepare source word; mirror changes
281 and t1, t2, t1 # e1 : to source validity mask
282 extql t2, a1, t2 # .. e0 :
285 andnot t0, t2, t0 # .. e1 : zero place for source to reside