Lines Matching refs:vform_src
937 VectorFormat vform_src = VectorFormatHalfWidth(vform);
941 PolynomialMult(src1.Uint(vform_src, i),
942 src2.Uint(vform_src, i),
943 LaneSizeInBitsFromFormat(vform_src)));
954 VectorFormat vform_src = VectorFormatHalfWidthDoubleLanes(vform);
960 PolynomialMult(src1.Uint(vform_src, lane_count + i),
961 src2.Uint(vform_src, lane_count + i),
962 LaneSizeInBitsFromFormat(vform_src)));
3201 VectorFormat vform_src = VectorFormatDoubleWidth(vform);
3203 LogicVRegister shifted_src = ushr(vform_src, temp, src, shift);
7769 VectorFormat vform_src = kFormatVnB;
7782 int64_t e1 = src1_signed ? src1.Int(vform_src, idx1)
7783 : src1.Uint(vform_src, idx1);
7784 int64_t e2 = src2_signed ? src2.Int(vform_src, idx2)
7785 : src2.Uint(vform_src, idx2);