Home | History | Annotate | Download | only in source

Lines Matching defs:xmm5

210     movd       xmm5, eax            // xmm5 = y fraction
211 punpcklbw xmm5, xmm5
212 punpcklwd xmm5, xmm5
213 pshufd xmm5, xmm5, 0
230 pmulhw xmm2, xmm5 // scale diff
231 pmulhw xmm3, xmm5
301 movd xmm5, eax // low fraction 128..1
302 punpcklbw xmm5, xmm0
303 punpcklwd xmm5, xmm5
304 pshufd xmm5, xmm5, 0
313 pmaddubsw xmm0, xmm5
314 pmaddubsw xmm1, xmm5
521 "movd %3,%%xmm5 \n"
522 "punpcklbw %%xmm5,%%xmm5 \n"
523 "punpcklwd %%xmm5,%%xmm5 \n"
524 "pshufd $0x0,%%xmm5,%%xmm5 \n"
538 "pmulhw %%xmm5,%%xmm2 \n"
539 "pmulhw %%xmm5,%%xmm3 \n"
576 , "xmm0", "xmm1", "xmm2", "xmm3", "xmm4", "xmm5"
597 "movd %3,%%xmm5 \n"
598 "punpcklbw %%xmm0,%%xmm5 \n"
599 "punpcklwd %%xmm5,%%xmm5 \n"
600 "pshufd $0x0,%%xmm5,%%xmm5 \n"
608 "pmaddubsw %%xmm5,%%xmm0 \n"
609 "pmaddubsw %%xmm5,%%xmm1 \n"
645 , "xmm0", "xmm1", "xmm2", "xmm5"