Lines Matching refs:t1
67 mskqh t1, a1, t3 # U :
68 ornot t1, t2, t2 # E : (stall)
121 ldq_u t1, 0(a0) # L :
126 zap t1, t8, t1 # .. e1 : clear dst bytes <= null
127 or t0, t1, t0 # e1 : (stall)
153 xor a0, a1, t1 # E :
155 and t1, 7, t1 # E : (stall)
164 bne t1, $unaligned # U :
166 ldq_u t1, 0(a1) # L : load first src word
201 or t1, t4, t1 # E : first aligned src word complete (stall)
202 mskqh t1, a0, t1 # U : mask leading garbage in src (stall)
203 or t0, t1, t0 # E : first output word complete (stall)
223 extql t2, a1, t1 # U : position hi-bits of lo word
249 or t0, t1, t0 # E : current dst word now complete
251 extql t2, a1, t1 # U : extract low bits for next time
274 or t0, t1, t0 # E : first (partial) source word complete
300 ldq_u t1, 0(a0) # L :
305 zap t1, t8, t1 # U : kill dest bytes <= null
306 or t0, t1, t0 # E : (stall)
325 or t1, t0, t1 # E : (stall)
327 1: cmpbge zero, t1, t8 # E :
328 mov t1, t0 # E :
338 ldq_u t1, 0(a1) # L : load first source word
359 extql t1, a1, t1 # U : shift src into place
364 cmpbge zero, t1, t8 # E : is there a zero?
380 mskqh t1, t4, t1 # U :
387 zapnot t1, t8, t1 # U : to source validity mask
389 or t0, t1, t0 # E : and put it there (stall both t0, t1)