Lines Matching refs:t0
58 mskql t0, a1, t0 # e0 : assemble the first output word
60 or t0, t3, t0 # e0 :
68 stq_u t0, 0(a0) # e0 :
70 ldq_u t0, 0(a1) # e0 :
73 cmpbge zero, t0, t8 # .. e1 (stall)
99 zapnot t0, t8, t0 # e0 : clear src bytes > null
101 or t0, t1, t0 # e1 :
103 1: stq_u t0, 0(a0) # e0 :
122 and a0, 7, t0 # .. e1 : find dest misalignment
124 addq a2, t0, a2 # .. e1 : bias count by dest misalignment
137 beq t0, stxncpy_aligned # avoid loading dest word if not needed
138 ldq_u t0, 0(a0) # e0 :
159 mskql t0, a0, t0 # e0 : mask trailing garbage in dst
163 or t0, t1, t0 # e0 : first output word complete
164 or t0, t6, t6 # e1 : mask original data for zero test
172 stq_u t0, 0(a0) # e0 : store first output word
186 extqh t2, a1, t0 # e0 : position lo-bits of hi word (stall)
207 or t0, t1, t0 # e0 : current dst word now complete
209 stq_u t0, 0(a0) # e0 : save the current word
217 extqh t2, a1, t0 # e0 : extract low bits for current word
230 or t0, t1, t0 # e0 : first (partial) source word complete
232 cmpbge zero, t0, t8 # e0 : is the null in this first bit?
235 stq_u t0, 0(a0) # e0 : the null was in the high-order bits
240 extql t2, a1, t0 # .. e0 :
241 cmpbge zero, t0, t8 # e0 :
260 zapnot t0, t8, t0 # .. e1 : kill source bytes > null
262 or t0, t1, t0 # e1 :
264 1: stq_u t0, 0(a0) # e0 :
278 extqh t2, a1, t0 # e0 : extract low bits for last word
279 or t1, t0, t1 # e1 :
282 mov t1, t0
300 mov zero, t0 # .. e1 :
303 ldq_u t0, 0(a0) # e0 :
330 ldq_u t0, 0(a0) # e0 :
340 andnot t0, t2, t0 # e0 : zero place for source to reside
341 or t0, t1, t0 # e1 : and put it there
342 stq_u t0, 0(a0) # e0 :