Lines Matching refs:t2
67 lda t2, -1 # e1 : build a mask against false zero
68 mskqh t2, a1, t2 # e0 : detection in the src word
70 ornot t1, t2, t2 # .. e1 :
72 cmpbge zero, t2, t7 # .. e1 : bits set iff null found
125 lda t2, -1
127 srl t2, 1, t2
129 cmovlt a2, t2, a2 # bound neg count to LONG_MAX
133 and a2, 7, t2
136 sll t10, t2, t10 # t10 = bitmask of last count byte
164 ldq_u t2, 8(a1) # e0 : load second src word
167 extqh t2, a1, t4 # e0 :
180 or t6, t2, t2 # .. e1 :
181 cmpbge zero, t2, t7 # e0 : find nulls in second partial
189 extql t2, a1, t1 # e0 : position hi-bits of lo word
191 ldq_u t2, 8(a1) # e0 : read next high-order source word
193 extqh t2, a1, t0 # e0 : position lo-bits of hi word
194 cmpbge zero, t2, t7 # .. e1 : test new word for eos
218 extql t2, a1, t1 # e0 : extract high bits for next time
220 ldq_u t2, 8(a1) # e0 : load high word for next time
223 cmpbge zero, t2, t7 # .. e1 : test new word for eos
224 extqh t2, a1, t0 # e0 : extract low bits for current word
246 extql t2, a1, t0 # e0 :
281 ldq_u t2, 8(a1) # e0 : load final src word
283 extqh t2, a1, t0 # e0 : extract high bits for last word
319 lda t2, -1 # e0 : for creating masks later
322 mskqh t2, t5, t2 # e0 : begin src byte validity mask
324 extql t2, a1, t2 # e0 :
326 cmpbge zero, t2, t3 # e0 :
343 zapnot t2, t7, t2 # e0 : prepare source word; mirror changes
346 andnot t0, t2, t0 # e0 : zero place for source to reside