Lines Matching refs:t1
59 mskqh t1, a1, t3 # U :
60 ornot t1, t2, t2 # E : (stall)
64 or t0, t3, t1 # E : (stall)
73 stq_u t1, 0(a0) # L :
78 ldq_u t1, 0(a1) # L : Latency=3
80 cmpbge zero, t1, t10 # E : (3 cycle stall)
99 zapnot t1, t6, t1 # U : clear src bytes >= null (stall)
103 or t0, t1, t1 # E : (stall)
107 1: stq_u t1, 0(a0) # L :
121 ldq_u t1, 0(a1) # L : load first src word
149 extql t1, a1, t1 # U : (stall on a1)
153 or t1, t4, t1 # E :
154 mskqh t1, a0, t1 # U : (stall on t1)
155 or t0, t1, t1 # E : (stall on t1)
157 or t1, t6, t6 # E :
170 stq_u t1, 0(a0) # L : store first output word
195 extqh t2, a1, t1 # U : extract high bits for current word
200 or t0, t1, t1 # E : current dst word now complete
202 stq_u t1, -8(a0) # L : save the current word (stall)
219 extqh t2, a1, t1 # U :
220 or t0, t1, t1 # E : first (partial) source word complete (stall)
221 cmpbge zero, t1, t10 # E : is the null in this first bit? (stall)
225 stq_u t1, 0(a0) # L : the null was in the high-order bits
227 extql t2, a1, t1 # U :
228 cmpbge zero, t1, t10 # E : (stall)
243 zapnot t1, t6, t1 # U : kill source bytes >= null (stall)
246 or t0, t1, t1 # E : (stall)
250 1: stq_u t1, 0(a0) # L :
259 ldq_u t1, 0(a1) # L : load first source word
284 ornot t1, t2, t3 # E : (stall)
303 and t1, t2, t1 # E : to source validity mask
305 extql t1, a1, t1 # U : (stall)
308 or t0, t1, t1 # e1 : and put it there
309 stq_u t1, 0(a0) # .. e0 : (stall)