Lines Matching refs:t1
60 mskqh t1, a1, t3 # U :
61 ornot t1, t2, t2 # E : (stall)
65 or t0, t3, t1 # E : (stall)
74 stq_u t1, 0(a0) # L :
79 ldq_u t1, 0(a1) # L : Latency=3
81 cmpbge zero, t1, t8 # E : (3 cycle stall)
100 zapnot t1, t6, t1 # U : clear src bytes >= null (stall)
104 or t0, t1, t1 # E : (stall)
108 1: stq_u t1, 0(a0) # L :
129 ldq_u t1, 0(a1) # L : load first src word
157 extql t1, a1, t1 # U : (stall on a1)
161 or t1, t4, t1 # E :
162 mskqh t1, a0, t1 # U : (stall on t1)
163 or t0, t1, t1 # E : (stall on t1)
165 or t1, t6, t6 # E :
178 stq_u t1, 0(a0) # L : store first output word
203 extqh t2, a1, t1 # U : extract high bits for current word
208 or t0, t1, t1 # E : current dst word now complete
210 stq_u t1, -8(a0) # L : save the current word (stall)
227 extqh t2, a1, t1 # U :
228 or t0, t1, t1 # E : first (partial) source word complete (stall)
229 cmpbge zero, t1, t8 # E : is the null in this first bit? (stall)
233 stq_u t1, 0(a0) # L : the null was in the high-order bits
235 extql t2, a1, t1 # U :
236 cmpbge zero, t1, t8 # E : (stall)
251 zapnot t1, t6, t1 # U : kill source bytes >= null (stall)
254 or t0, t1, t1 # E : (stall)
258 1: stq_u t1, 0(a0) # L :
267 ldq_u t1, 0(a1) # L : load first source word
292 ornot t1, t2, t3 # E : (stall)
311 and t1, t2, t1 # E : to source validity mask
313 extql t1, a1, t1 # U : (stall)
316 or t0, t1, t1 # e1 : and put it there
317 stq_u t1, 0(a0) # .. e0 : (stall)