Lines Matching refs:t0
71 mskql t0, a1, t0 # e0 : assemble the first output word
73 or t0, t3, t0 # e0 :
80 stq_u t0, 0(a0) # e0 :
82 ldq_u t0, 0(a1) # e0 :
85 cmpbge zero, t0, t7 # .. e1 (stall)
110 zapnot t0, t7, t0 # e0 : clear src bytes > null
112 or t0, t1, t0 # e1 :
114 1: stq_u t0, 0(a0) # e0 :
128 and a0, 7, t0 # find dest misalignment
131 addq a2, t0, a2 # bias count by dest misalignment
144 beq t0, stxncpy_aligned # avoid loading dest word if not needed
145 ldq_u t0, 0(a0) # e0 :
166 mskql t0, a0, t0 # e0 : mask trailing garbage in dst
170 or t0, t1, t0 # e0 : first output word complete
171 or t0, t6, t6 # e1 : mask original data for zero test
179 stq_u t0, 0(a0) # e0 : store first output word
193 extqh t2, a1, t0 # e0 : position lo-bits of hi word
214 or t0, t1, t0 # e0 : current dst word now complete
216 stq_u t0, 0(a0) # e0 : save the current word
224 extqh t2, a1, t0 # e0 : extract low bits for current word
237 or t0, t1, t0 # e0 : first (partial) source word complete
238 cmpbge zero, t0, t7 # e0 : is the null in this first bit?
241 stq_u t0, 0(a0) # e0 : the null was in the high-order bits
246 extql t2, a1, t0 # e0 :
247 cmpbge zero, t0, t7 # e0 :
265 zapnot t0, t7, t0 # .. e1 : kill source bytes > null
267 or t0, t1, t0 # e1 :
269 1: stq_u t0, 0(a0) # e0 :
283 extqh t2, a1, t0 # e0 : extract high bits for last word
284 or t1, t0, t1 # e1 :
287 mov t1, t0
305 mov zero, t0 # .. e1 :
308 ldq_u t0, 0(a0) # e0 :
336 ldq_u t0, 0(a0) # e0 :
346 andnot t0, t2, t0 # e0 : zero place for source to reside
347 or t0, t1, t0 # e1 : and put it there
348 stq_u t0, 0(a0) # e0 :