Lines Matching refs:t1
68 mskqh t1, a1, t3 # U :
69 ornot t1, t2, t2 # E : (stall)
122 ldq_u t1, 0(a0) # L :
127 zap t1, t8, t1 # .. e1 : clear dst bytes <= null
128 or t0, t1, t0 # e1 : (stall)
154 xor a0, a1, t1 # E :
156 and t1, 7, t1 # E : (stall)
165 bne t1, $unaligned # U :
167 ldq_u t1, 0(a1) # L : load first src word
202 or t1, t4, t1 # E : first aligned src word complete (stall)
203 mskqh t1, a0, t1 # U : mask leading garbage in src (stall)
204 or t0, t1, t0 # E : first output word complete (stall)
224 extql t2, a1, t1 # U : position hi-bits of lo word
250 or t0, t1, t0 # E : current dst word now complete
252 extql t2, a1, t1 # U : extract low bits for next time
275 or t0, t1, t0 # E : first (partial) source word complete
301 ldq_u t1, 0(a0) # L :
306 zap t1, t8, t1 # U : kill dest bytes <= null
307 or t0, t1, t0 # E : (stall)
326 or t1, t0, t1 # E : (stall)
328 1: cmpbge zero, t1, t8 # E :
329 mov t1, t0 # E :
339 ldq_u t1, 0(a1) # L : load first source word
360 extql t1, a1, t1 # U : shift src into place
365 cmpbge zero, t1, t8 # E : is there a zero?
381 mskqh t1, t4, t1 # U :
388 zapnot t1, t8, t1 # U : to source validity mask
390 or t0, t1, t0 # E : and put it there (stall both t0, t1)