Lines Matching refs:off

131 %assign %%off 0     ; offset in source buffer
137 movu xmm %+ %%xmm_idx, [srcq+%%off]
140 movu mm %+ %%mmx_idx, [srcq+%%off]
143 %assign %%off %%off+mmsize
147 %if (%2-%%off) >= 8
148 %if %2 > 16 && (%2-%%off) > 8
151 %assign %%off %2
153 movq mm %+ %%mmx_idx, [srcq+%%off]
155 %assign %%off %%off+8
157 %endif ; (%2-%%off) >= 8
160 %if (%2-%%off) >= 4
161 %if %2 > 8 && (%2-%%off) > 4
163 %assign %%off %2
165 movd mm %+ %%mmx_idx, [srcq+%%off]
166 %assign %%off %%off+4
169 %endif ; (%2-%%off) >= 4
171 %if (%2-%%off) >= 1
174 %elif (%2-%%off) == 1
176 %elif (%2-%%off) == 2
183 %endif ; (%2-%%off) >= 1
187 %assign %%off 0 ; offset in destination buffer
193 movu [dstq+%%off], xmm %+ %%xmm_idx
196 movu [dstq+%%off], mm %+ %%mmx_idx
199 %assign %%off %%off+mmsize
203 %if (%2-%%off) >= 8
204 %if %2 > 16 && (%2-%%off) > 8
207 %assign %%off %2
209 movq [dstq+%%off], mm %+ %%mmx_idx
211 %assign %%off %%off+8
213 %endif ; (%2-%%off) >= 8
216 %if (%2-%%off) >= 4
217 %if %2 > 8 && (%2-%%off) > 4
219 %assign %%off %2
221 movd [dstq+%%off], mm %+ %%mmx_idx
222 %assign %%off %%off+4
225 %endif ; (%2-%%off) >= 4
227 %if (%2-%%off) >= 1
230 %elif (%2-%%off) == 1
232 %elif (%2-%%off) == 2
242 %endif ; (%2-%%off) >= 1
350 %assign %%off 0
355 movu [%2+%%off], m0
356 %assign %%off %%off+mmsize
360 %if %1-%%off >= 8
361 %if %1 > 16 && %1-%%off > 8
363 %assign %%off %1
365 movq [%2+%%off], m0
366 %assign %%off %%off+8
368 %endif ; %1-%%off >= 8
371 %if %1-%%off >= 4
372 %if %1 > 8 && %1-%%off > 4
374 %assign %%off %1
376 movd [%2+%%off], m0
377 %assign %%off %%off+4
379 %endif ; %1-%%off >= 4
384 mov [%2+%%off], vald
385 %assign %%off %%off+4
390 %if %1-%%off == 2
392 movd [%2+%%off-2], m0
394 mov [%2+%%off], valw
396 %endif ; (%1-%%off)/2