Lines Matching refs:xy
171 #define inpack3(in, n, xy, m) \ argument
172 movq 4*(n)(in), xy ## 0; \
173 xorq w+4*m(CTX), xy ## 0; \
175 movq 4*(4+(n))(in), xy ## 1; \
176 xorq w+4*m(CTX), xy ## 1; \
178 movq 4*(8+(n))(in), xy ## 2; \
179 xorq w+4*m(CTX), xy ## 2;
181 #define outunpack3(op, out, n, xy, m) \ argument
182 xorq w+4*m(CTX), xy ## 0; \
183 op ## q xy ## 0, 4*(n)(out); \
185 xorq w+4*m(CTX), xy ## 1; \
186 op ## q xy ## 1, 4*(4+(n))(out); \
188 xorq w+4*m(CTX), xy ## 2; \
189 op ## q xy ## 2, 4*(8+(n))(out);