Lines Matching defs:xmm5
156 __m128i xmm5 = _mm_srli_si128(cc_hi, 8); // 0:r1>>63
161 *dd = _mm_or_si128(_mm_or_si128(dd_lo, dd_hi), xmm5); // r3<<1|r2>>62:r2<<1|r1>>63
546 "movdqa %%xmm3, %%xmm5 \n\t" // r1>>63:r0>>63
549 "psrldq $8, %%xmm5 \n\t" // 0:r1>>63
552 "por %%xmm5, %%xmm2 \n\t" // r3<<1|r2>>62:r2<<1|r1>>63
562 "movdqa %%xmm1, %%xmm5 \n\t" // same
565 "psllq $57, %%xmm5 \n\t" // x1<<57:x0<<57 = stuff:c
569 "pxor %%xmm5, %%xmm3 \n\t" // stuff:a+b+c
576 "movdqa %%xmm1,%%xmm5 \n\t" // same
579 "psrlq $7, %%xmm5 \n\t" // g1:x0>>7 = g1:g0'
581 "pxor %%xmm5, %%xmm0 \n\t" // e1+f1+g1:e0'+f0'+g0'
586 "movdqa %%xmm1,%%xmm5 \n\t" // same
589 "psllq $57, %%xmm5 \n\t" // d<<57:stuff
591 "pxor %%xmm5, %%xmm3 \n\t" // missing bits of d:stuff
600 : "memory", "cc", "xmm0", "xmm1", "xmm2", "xmm3", "xmm4", "xmm5");