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, t8 # 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 :
128 ldq_u t1, 0(a1) # L : load first src word
156 extql t1, a1, t1 # U : (stall on a1)
160 or t1, t4, t1 # E :
161 mskqh t1, a0, t1 # U : (stall on t1)
162 or t0, t1, t1 # E : (stall on t1)
164 or t1, t6, t6 # E :
177 stq_u t1, 0(a0) # L : store first output word
202 extqh t2, a1, t1 # U : extract high bits for current word
207 or t0, t1, t1 # E : current dst word now complete
209 stq_u t1, -8(a0) # L : save the current word (stall)
226 extqh t2, a1, t1 # U :
227 or t0, t1, t1 # E : first (partial) source word complete (stall)
228 cmpbge zero, t1, t8 # E : is the null in this first bit? (stall)
232 stq_u t1, 0(a0) # L : the null was in the high-order bits
234 extql t2, a1, t1 # U :
235 cmpbge zero, t1, t8 # E : (stall)
250 zapnot t1, t6, t1 # U : kill source bytes >= null (stall)
253 or t0, t1, t1 # E : (stall)
257 1: stq_u t1, 0(a0) # L :
266 ldq_u t1, 0(a1) # L : load first source word
291 ornot t1, t2, t3 # E : (stall)
310 and t1, t2, t1 # E : to source validity mask
312 extql t1, a1, t1 # U : (stall)
315 or t0, t1, t1 # e1 : and put it there
316 stq_u t1, 0(a0) # .. e0 : (stall)