Lines Matching refs:neg
95 pxor xmm8, xmm8 ; __m128i neg = _mm_setzero_si128();
96 pxor xmm9, xmm9 ; __m128i neg = _mm_setzero_si128();
97 pxor xmm10, xmm10 ; __m128i neg = _mm_setzero_si128();
98 pxor xmm11, xmm11 ; __m128i neg = _mm_setzero_si128();
135 pcmpgtw xmm8, %34 ; neg = _mm_cmpgt_epi16(neg, x1);
136 pcmpgtw xmm9, %35 ; neg = _mm_cmpgt_epi16(neg, x1);
137 pcmpgtw xmm10, %36 ; neg = _mm_cmpgt_epi16(neg, x1);
138 pcmpgtw xmm11, %37 ; neg = _mm_cmpgt_epi16(neg, x1);
139 paddw %34, xmm8 ; x1 = _mm_add_epi16(x1, neg);
140 paddw %35, xmm9 ; x1 = _mm_add_epi16(x1, neg);
141 paddw %36, xmm10 ; x1 = _mm_add_epi16(x1, neg);
142 paddw %37, xmm11 ; x1 = _mm_add_epi16(x1, neg);
143 pxor %34, xmm8 ; x1 = _mm_xor_si128(x1, neg);
144 pxor %35, xmm9 ; x1 = _mm_xor_si128(x1, neg);
145 pxor %36, xmm10 ; x1 = _mm_xor_si128(x1, neg);
146 pxor %37, xmm11 ; x1 = _mm_xor_si128(x1, neg);
147 pxor xmm8, %34 ; neg = _mm_xor_si128(neg, x1);
148 pxor xmm9, %35 ; neg = _mm_xor_si128(neg, x1);
149 pxor xmm10, %36 ; neg = _mm_xor_si128(neg, x1);
150 pxor xmm11, %37 ; neg = _mm_xor_si128(neg, x1);
155 … XMMWORD [t2 + %1 * SIZEOF_WORD], xmm8 ; _mm_storeu_si128((__m128i *)(t2 + ko), neg);
156 … XMMWORD [t2 + (%1 + 8) * SIZEOF_WORD], xmm9 ; _mm_storeu_si128((__m128i *)(t2 + ko + 8), neg);
157 … XMMWORD [t2 + (%1 + 16) * SIZEOF_WORD], xmm10 ; _mm_storeu_si128((__m128i *)(t2 + ko + 16), neg);
158 … XMMWORD [t2 + (%1 + 24) * SIZEOF_WORD], xmm11 ; _mm_storeu_si128((__m128i *)(t2 + ko + 24), neg);