Lines Matching refs:t1
57 mskqh t1, a1, t3 # e0 :
58 ornot t1, t2, t2 # .. e1 :
96 ldq_u t1, 0(a0) # e0 :
101 zap t1, t8, t1 # .. e1 : clear dst bytes <= null
102 or t0, t1, t0 # e1 :
122 xor a0, a1, t1 # e0 :
124 and t1, 7, t1 # e0 :
131 bne t1, $unaligned # .. e1 :
135 ldq_u t1, 0(a1) # e0 : load first src word
162 or t1, t4, t1 # e1 : first aligned src word complete
163 mskqh t1, a0, t1 # e0 : mask leading garbage in src
164 or t0, t1, t0 # e0 : first output word complete
183 extql t2, a1, t1 # e0 : position hi-bits of lo word
208 or t0, t1, t0 # e0 : current dst word now complete
212 extql t2, a1, t1 # e0 : extract high bits for next time
231 or t0, t1, t0 # e0 : first (partial) source word complete
258 ldq_u t1, 0(a0) # e0 :
262 zap t1, t8, t1 # e0 : kill dest bytes <= null
263 or t0, t1, t0 # e1 :
280 or t1, t0, t1 # e1 :
282 1: cmpbge zero, t1, t8
283 mov t1, t0
293 ldq_u t1, 0(a1) # e0 : load first source word
313 extql t1, a1, t1 # .. e0 : shift src into place
318 cmpbge zero, t1, t8 # .. e1 : is there a zero?
333 mskqh t1, t4, t1 # e0 :
339 zapnot t1, t8, t1 # .. e1 : to source validity mask
342 or t0, t1, t0 # e1 : and put it there