Lines Matching refs:t1
66 mskqh t1, a1, t3 # U :
67 ornot t1, t2, t2 # E : (stall)
119 ldq_u t1, 0(a0) # L :
124 zap t1, t7, t1 # .. e1 : clear dst bytes <= null
125 or t0, t1, t0 # e1 : (stall)
145 xor a0, a1, t1 # E :
150 and t1, 7, t1 # E :
162 bne t1, $unaligned # U : (stall)
165 ldq_u t1, 0(a1) # L : load first src word
197 or t1, t4, t1 # E : first aligned src word complete (stall)
198 mskqh t1, a0, t1 # U : mask leading garbage in src (stall)
199 or t0, t1, t0 # E : first output word complete (stall)
219 extql t2, a1, t1 # U : position hi-bits of lo word
245 or t0, t1, t0 # E : current dst word now complete
247 extql t2, a1, t1 # U : extract high bits for next time
270 or t0, t1, t0 # E : first (partial) source word complete
296 ldq_u t1, 0(a0) # L :
301 zap t1, t7, t1 # U : kill dest bytes <= null
302 or t0, t1, t0 # E : (stall)
321 or t1, t0, t1 # E : (stall)
323 1: cmpbge zero, t1, t7 # E :
324 mov t1, t0
334 ldq_u t1, 0(a1) # L : load first source word
355 extql t1, a1, t1 # U : shift src into place
360 cmpbge zero, t1, t7 # E : is there a zero?
376 mskqh t1, t4, t1 # U :
383 zapnot t1, t7, t1 # U : to source validity mask
385 or t0, t1, t0 # E : and put it there (stall both t0, t1)