Lines Matching refs:xy
175 #define inpack3(in, n, xy, m) \ argument
176 movq 4*(n)(in), xy ## 0; \
177 xorq w+4*m(CTX), xy ## 0; \
179 movq 4*(4+(n))(in), xy ## 1; \
180 xorq w+4*m(CTX), xy ## 1; \
182 movq 4*(8+(n))(in), xy ## 2; \
183 xorq w+4*m(CTX), xy ## 2;
185 #define outunpack3(op, out, n, xy, m) \ argument
186 xorq w+4*m(CTX), xy ## 0; \
187 op ## q xy ## 0, 4*(n)(out); \
189 xorq w+4*m(CTX), xy ## 1; \
190 op ## q xy ## 1, 4*(4+(n))(out); \
192 xorq w+4*m(CTX), xy ## 2; \
193 op ## q xy ## 2, 4*(8+(n))(out);