Lines Matching refs:t1
56 mskqh t1, a1, t3 # e0 :
57 ornot t1, t2, t2 # .. e1 :
95 ldq_u t1, 0(a0) # e0 :
100 zap t1, t8, t1 # .. e1 : clear dst bytes <= null
101 or t0, t1, t0 # e1 :
121 xor a0, a1, t1 # e0 :
123 and t1, 7, t1 # e0 :
130 bne t1, $unaligned # .. e1 :
134 ldq_u t1, 0(a1) # e0 : load first src word
161 or t1, t4, t1 # e1 : first aligned src word complete
162 mskqh t1, a0, t1 # e0 : mask leading garbage in src
163 or t0, t1, t0 # e0 : first output word complete
182 extql t2, a1, t1 # e0 : position hi-bits of lo word
207 or t0, t1, t0 # e0 : current dst word now complete
211 extql t2, a1, t1 # e0 : extract high bits for next time
230 or t0, t1, t0 # e0 : first (partial) source word complete
257 ldq_u t1, 0(a0) # e0 :
261 zap t1, t8, t1 # e0 : kill dest bytes <= null
262 or t0, t1, t0 # e1 :
279 or t1, t0, t1 # e1 :
281 1: cmpbge zero, t1, t8
282 mov t1, t0
292 ldq_u t1, 0(a1) # e0 : load first source word
312 extql t1, a1, t1 # .. e0 : shift src into place
317 cmpbge zero, t1, t8 # .. e1 : is there a zero?
332 mskqh t1, t4, t1 # e0 :
338 zapnot t1, t8, t1 # .. e1 : to source validity mask
341 or t0, t1, t0 # e1 : and put it there