Lines Matching refs:xmm6
26 ; xmm6 used for scratch
57 pshufd xmm6, xmm2, 0xE4 ; move v to scratch
59 psraw xmm6,2 ; divide v by 4
60 paddsw xmm3, xmm6 ; and add to r
61 psraw xmm6,1 ; divide v by 2
62 paddsw xmm3, xmm6 ; and add to r
63 psraw xmm6,2 ; divide v by 4
64 paddsw xmm3, xmm6 ; and add to r
77 pshufd xmm6,xmm1, 0xE4 ; move u to scratch
80 psraw xmm6,2 ; divide u by 4
81 psubsw xmm4,xmm6 ; subtract from g
82 psraw xmm6,2 ; divide u by 4
83 psubsw xmm4,xmm6 ; subtract from g
84 psraw xmm6,1 ; divide u by 2
85 psubsw xmm4,xmm6 ; subtract from g
250 pcmpeqd xmm6,xmm6 ; ffffffffffffffffffffffffffffffff
251 punpcklbw xmm6,xmm7 ; interleave xmm7 into xmm6 ff00ff00ff00ff00ff00ff00ff00ff00
252 pand xmm0, xmm6 ; clear all but y values leaving y0y0 etc
254 psrld xmm6,8 ; 00ff0000 00ff0000 00ff0000 00ff0000
255 pand xmm1, xmm6 ; clear all yv values leaving 0u00 etc
260 pslld xmm6,16 ; 000000ff000000ff 000000ff000000ff
261 pand xmm2, xmm6 ; clear all yu values leaving 000v etc