Lines Matching full:host

248     unsigned host = BYTE_ORDER_XOR(3);  in helper_pshufh()  local
255 vd.uh[i ^ host] = vs.uh[(ft & 3) ^ host]; in helper_pshufh()
334 unsigned host = BYTE_ORDER_XOR(3); in helper_punpcklhw() local
339 vd.uh[0 ^ host] = vs.uh[0 ^ host]; in helper_punpcklhw()
340 vd.uh[1 ^ host] = vt.uh[0 ^ host]; in helper_punpcklhw()
341 vd.uh[2 ^ host] = vs.uh[1 ^ host]; in helper_punpcklhw()
342 vd.uh[3 ^ host] = vt.uh[1 ^ host]; in helper_punpcklhw()
349 unsigned host = BYTE_ORDER_XOR(3); in helper_punpckhhw() local
354 vd.uh[0 ^ host] = vs.uh[2 ^ host]; in helper_punpckhhw()
355 vd.uh[1 ^ host] = vt.uh[2 ^ host]; in helper_punpckhhw()
356 vd.uh[2 ^ host] = vs.uh[3 ^ host]; in helper_punpckhhw()
357 vd.uh[3 ^ host] = vt.uh[3 ^ host]; in helper_punpckhhw()
364 unsigned host = BYTE_ORDER_XOR(7); in helper_punpcklbh() local
369 vd.ub[0 ^ host] = vs.ub[0 ^ host]; in helper_punpcklbh()
370 vd.ub[1 ^ host] = vt.ub[0 ^ host]; in helper_punpcklbh()
371 vd.ub[2 ^ host] = vs.ub[1 ^ host]; in helper_punpcklbh()
372 vd.ub[3 ^ host] = vt.ub[1 ^ host]; in helper_punpcklbh()
373 vd.ub[4 ^ host] = vs.ub[2 ^ host]; in helper_punpcklbh()
374 vd.ub[5 ^ host] = vt.ub[2 ^ host]; in helper_punpcklbh()
375 vd.ub[6 ^ host] = vs.ub[3 ^ host]; in helper_punpcklbh()
376 vd.ub[7 ^ host] = vt.ub[3 ^ host]; in helper_punpcklbh()
383 unsigned host = BYTE_ORDER_XOR(7); in helper_punpckhbh() local
388 vd.ub[0 ^ host] = vs.ub[4 ^ host]; in helper_punpckhbh()
389 vd.ub[1 ^ host] = vt.ub[4 ^ host]; in helper_punpckhbh()
390 vd.ub[2 ^ host] = vs.ub[5 ^ host]; in helper_punpckhbh()
391 vd.ub[3 ^ host] = vt.ub[5 ^ host]; in helper_punpckhbh()
392 vd.ub[4 ^ host] = vs.ub[6 ^ host]; in helper_punpckhbh()
393 vd.ub[5 ^ host] = vt.ub[6 ^ host]; in helper_punpckhbh()
394 vd.ub[6 ^ host] = vs.ub[7 ^ host]; in helper_punpckhbh()
395 vd.ub[7 ^ host] = vt.ub[7 ^ host]; in helper_punpckhbh()
695 unsigned host = BYTE_ORDER_XOR(3); in helper_pmaddhw() local
701 p0 = vs.sh[0 ^ host] * vt.sh[0 ^ host]; in helper_pmaddhw()
702 p0 += vs.sh[1 ^ host] * vt.sh[1 ^ host]; in helper_pmaddhw()
703 p1 = vs.sh[2 ^ host] * vt.sh[2 ^ host]; in helper_pmaddhw()
704 p1 += vs.sh[3 ^ host] * vt.sh[3 ^ host]; in helper_pmaddhw()