Lines Matching refs:t0

69 	mskql	t0, a1, t0	# U : assemble the first output word
71 or t0, t3, t0 # E : (stall)
88 stq_u t0, 0(a0) # L :
93 ldq_u t0, 0(a1) # L :
95 cmpbge zero, t0, t7 # E :
122 zapnot t0, t7, t0 # U : clear src bytes > null (stall)
125 or t0, t1, t0 # e1 : (stall)
129 1: stq_u t0, 0(a0) # L :
146 and a0, 7, t0 # E : find dest misalignment
154 addq a2, t0, a2 # E : bias count by dest misalignment
167 beq t0, stxncpy_aligned # U : avoid loading dest word if not needed
168 ldq_u t0, 0(a0) # L :
194 mskql t0, a0, t0 # U : mask trailing garbage in dst
199 or t0, t1, t0 # E : first output word complete (stall)
200 or t0, t6, t6 # E : mask original data for zero test (stall)
209 stq_u t0, 0(a0) # L : store first output word
224 extqh t2, a1, t0 # U : position lo-bits of hi word (stall)
245 or t0, t1, t0 # E : current dst word now complete
250 stq_u t0, -8(a0) # L : save the current word
255 extqh t2, a1, t0 # U : extract low bits (2 cycle stall)
270 or t0, t1, t0 # E : first (partial) source word complete
272 cmpbge zero, t0, t7 # E : is the null in this first bit? (stall)
275 stq_u t0, 0(a0) # L : the null was in the high-order bits
281 extql t2, a1, t0 # U :
282 cmpbge zero, t0, t7 # E :
299 zapnot t0, t7, t0 # U : kill source bytes > null
302 or t0, t1, t0 # E : (stall)
306 1: stq_u t0, 0(a0) # L :
320 extqh t2, a1, t0 # U : extract low bits for last word (stall)
321 or t1, t0, t1 # E : (stall)
324 mov t1, t0
339 mov zero, t0 # E :
343 ldq_u t0, 0(a0) # L :
374 ldq_u t0, 0(a0) # L :
384 andnot t0, t2, t0 # E : zero place for source to reside
385 or t0, t1, t0 # E : and put it there (stall both t0, t1)
386 stq_u t0, 0(a0) # L : (stall)