Lines Matching refs:vd
249 LMIValue vd, vs; in helper_pshufh() local
253 vd.d = 0; in helper_pshufh()
255 vd.uh[i ^ host] = vs.uh[(ft & 3) ^ host]; in helper_pshufh()
257 return vd.d; in helper_pshufh()
335 LMIValue vd, vs, vt; 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()
344 return vd.d; in helper_punpcklhw()
350 LMIValue vd, vs, vt; 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()
359 return vd.d; in helper_punpckhhw()
365 LMIValue vd, vs, vt; 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()
378 return vd.d; in helper_punpcklbh()
384 LMIValue vd, vs, vt; 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()
397 return vd.d; in helper_punpckhbh()