Lines Matching refs:word
48 mskqh t2, a1, t2 # e0 : detection in the src word
51 mskql t0, a1, t0 # e0 : assemble the first output word
109 ldq_u t1, 0(a1) # e0 : load first src word
110 and a0, 7, t0 # .. e1 : take care not to load a word ...
155 stq_u t1, 0(a0) # e0 : store first output word
157 extql t2, a1, t0 # e0 : position ho-bits of lo word
158 ldq_u t2, 8(a1) # .. e1 : read next high-order source word
179 extqh t2, a1, t1 # e0 : extract high bits for current word
183 or t0, t1, t1 # e0 : current dst word now complete
184 ldq_u t2, 0(a1) # .. e1 : load high word for next time
185 stq_u t1, -8(a0) # e0 : save the current word
187 cmpbge zero, t2, t8 # e0 : test new word for eos
200 or t0, t1, t1 # e1 : first (partial) source word complete
219 and t12, 0x80, t6 # e0 : avoid dest word load if we can
236 ldq_u t1, 0(a1) # e0 : load first source word
280 zapnot t2, t8, t2 # .. e1 : prepare source word; mirror changes