Home | History | Annotate | Download | only in priv

Lines Matching refs:sHi

3262 ULong amd64g_calculate_sse_phminposuw ( ULong sLo, ULong sHi )
3270 t = sel16x4_0(sHi); if (t < min) { min = t; idx = 4; }
3271 t = sel16x4_1(sHi); if (t < min) { min = t; idx = 5; }
3272 t = sel16x4_2(sHi); if (t < min) { min = t; idx = 6; }
3273 t = sel16x4_3(sHi); if (t < min) { min = t; idx = 7; }
3327 ULong amd64g_calc_mpsadbw ( ULong sHi, ULong sLo,
3337 ULong src = ((srcOffsL & 2) ? sHi : sLo) >> (32 * (srcOffsL & 1));