Lines Matching refs:word
58 mskqh t2, a1, t2 # U : detection in the src word (stall)
62 mskql t0, a1, t0 # U : assemble the first output word
121 ldq_u t1, 0(a1) # L : load first src word
122 and a0, 7, t0 # E : take care not to load a word ...
170 stq_u t1, 0(a0) # L : store first output word
172 extql t2, a1, t0 # U : position ho-bits of lo word
173 ldq_u t2, 8(a1) # U : read next high-order source word
195 extqh t2, a1, t1 # U : extract high bits for current word
200 or t0, t1, t1 # E : current dst word now complete
201 ldq_u t2, 0(a1) # L : Latency=3 load high word for next time
202 stq_u t1, -8(a0) # L : save the current word (stall)
205 cmpbge zero, t2, t10 # E : test new word for eos
220 or t0, t1, t1 # E : first (partial) source word complete (stall)
237 and t8, 0x80, t6 # E : avoid dest word load if we can (stall)
259 ldq_u t1, 0(a1) # L : load first source word
301 zapnot t2, t10, t2 # U : prepare source word; mirror changes (stall)