Lines Matching refs:t1
69 mskqh t1, a1, t3 # e0 :
70 ornot t1, t2, t2 # .. e1 :
106 ldq_u t1, 0(a0) # e0 :
111 zap t1, t7, t1 # .. e1 : clear dst bytes <= null
112 or t0, t1, t0 # e1 :
126 xor a0, a1, t1
130 and t1, 7, t1
137 bne t1, $unaligned
141 ldq_u t1, 0(a1) # e0 : load first src word
168 or t1, t4, t1 # e1 : first aligned src word complete
169 mskqh t1, a0, t1 # e0 : mask leading garbage in src
170 or t0, t1, t0 # e0 : first output word complete
189 extql t2, a1, t1 # e0 : position hi-bits of lo word
214 or t0, t1, t0 # e0 : current dst word now complete
218 extql t2, a1, t1 # e0 : extract high bits for next time
237 or t0, t1, t0 # e0 : first (partial) source word complete
262 ldq_u t1, 0(a0) # e0 :
266 zap t1, t7, t1 # e0 : kill dest bytes <= null
267 or t0, t1, t0 # e1 :
284 or t1, t0, t1 # e1 :
286 1: cmpbge zero, t1, t7
287 mov t1, t0
297 ldq_u t1, 0(a1) # e0 : load first source word
318 extql t1, a1, t1 # .. e0 : shift src into place
323 cmpbge zero, t1, t7 # .. e1 : is there a zero?
338 mskqh t1, t4, t1 # e0 :
344 zapnot t1, t7, t1 # .. e1 : to source validity mask
347 or t0, t1, t0 # e1 : and put it there