Lines Matching refs:neg
82 pxor xmm4, xmm4 ; __m128i neg = _mm_setzero_si128();
83 pxor xmm5, xmm5 ; __m128i neg = _mm_setzero_si128();
84 pxor xmm6, xmm6 ; __m128i neg = _mm_setzero_si128();
85 pxor xmm7, xmm7 ; __m128i neg = _mm_setzero_si128();
122 pcmpgtw xmm4, %34 ; neg = _mm_cmpgt_epi16(neg, x1);
123 pcmpgtw xmm5, %35 ; neg = _mm_cmpgt_epi16(neg, x1);
124 pcmpgtw xmm6, %36 ; neg = _mm_cmpgt_epi16(neg, x1);
125 pcmpgtw xmm7, %37 ; neg = _mm_cmpgt_epi16(neg, x1);
126 paddw %34, xmm4 ; x1 = _mm_add_epi16(x1, neg);
127 paddw %35, xmm5 ; x1 = _mm_add_epi16(x1, neg);
128 paddw %36, xmm6 ; x1 = _mm_add_epi16(x1, neg);
129 paddw %37, xmm7 ; x1 = _mm_add_epi16(x1, neg);
130 pxor %34, xmm4 ; x1 = _mm_xor_si128(x1, neg);
131 pxor %35, xmm5 ; x1 = _mm_xor_si128(x1, neg);
132 pxor %36, xmm6 ; x1 = _mm_xor_si128(x1, neg);
133 pxor %37, xmm7 ; x1 = _mm_xor_si128(x1, neg);
134 pxor xmm4, %34 ; neg = _mm_xor_si128(neg, x1);
135 pxor xmm5, %35 ; neg = _mm_xor_si128(neg, x1);
136 pxor xmm6, %36 ; neg = _mm_xor_si128(neg, x1);
137 pxor xmm7, %37 ; neg = _mm_xor_si128(neg, x1);
142 … XMMWORD [esp + t2 + %1 * SIZEOF_WORD], xmm4 ; _mm_storeu_si128((__m128i *)(t2 + ko), neg);
143 …WORD [esp + t2 + (%1 + 8) * SIZEOF_WORD], xmm5 ; _mm_storeu_si128((__m128i *)(t2 + ko + 8), neg);
144 …ORD [esp + t2 + (%1 + 16) * SIZEOF_WORD], xmm6 ; _mm_storeu_si128((__m128i *)(t2 + ko + 16), neg);
145 …ORD [esp + t2 + (%1 + 24) * SIZEOF_WORD], xmm7 ; _mm_storeu_si128((__m128i *)(t2 + ko + 24), neg);