Lines Matching refs:word
66 mskqh t2, a1, t2 # U : detection in the src word (stall)
70 mskql t0, a1, t0 # U : assemble the first output word
166 ldq_u t1, 0(a1) # L : load first src word
169 beq t0, stxncpy_aligned # U : avoid loading dest word if not needed
196 ldq_u t2, 8(a1) # L : Latency=3 load second src word
201 or t1, t4, t1 # E : first aligned src word complete (stall)
203 or t0, t1, t0 # E : first output word complete (stall)
213 stq_u t0, 0(a0) # L : store first output word
223 extql t2, a1, t1 # U : position hi-bits of lo word
225 ldq_u t2, 8(a1) # L : read next high-order source word
228 extqh t2, a1, t0 # U : position lo-bits of hi word (stall)
249 or t0, t1, t0 # E : current dst word now complete
250 subq a2, 1, a2 # E : decrement word count
254 stq_u t0, -8(a0) # U : save the current word
256 ldq_u t2, 8(a1) # U : Latency=3 load high word for next time
260 cmpbge zero, t2, t8 # E : test new word for eos
274 or t0, t1, t0 # E : first (partial) source word complete
297 and t12, 0x80, t6 # E : avoid dest word load if we can (stall)
322 ldq_u t2, 8(a1) # L : load final src word
324 extqh t2, a1, t0 # U : extract low bits for last word (stall)
330 $u_eocfin: # end-of-count, final word
338 ldq_u t1, 0(a1) # L : load first source word
365 andnot t2, t6, t2 # E : dest mask for a single word copy
385 zapnot t2, t8, t2 # U : prepare source word; mirror changes (stall)