Lines Matching refs:kFormatVnB
2529 return ext(kFormatVnB, dst, src, src, index);
6059 mov(kFormatVnB, tmp, src);
6414 int first_pg = GetFirstActive(kFormatVnB, pg);
6415 VIXL_ASSERT(first_pg < LaneCountFromFormat(kFormatVnB));
6417 if (first_pg >= 0) dst.SetActive(kFormatVnB, first_pg, true);
6606 dup_immediate(kFormatVnB, zero, 0);
7363 for (int i = 0; i < LaneCountFromFormat(kFormatVnB); i++) {
7364 if (pg.IsActive(kFormatVnB, i)) {
7365 pd.SetActive(kFormatVnB, i, !break_);
7366 break_ |= pn.IsActive(kFormatVnB, i);
7377 for (int i = 0; i < LaneCountFromFormat(kFormatVnB); i++) {
7378 if (pg.IsActive(kFormatVnB, i)) {
7379 break_ |= pn.IsActive(kFormatVnB, i);
7380 pd.SetActive(kFormatVnB, i, !break_);
7390 if (!IsLastActive(kFormatVnB, pg, pn)) {
7400 bool last_active = IsLastActive(kFormatVnB, pg, pn);
7402 for (int i = 0; i < LaneCountFromFormat(kFormatVnB); i++) {
7404 if (pg.IsActive(kFormatVnB, i)) {
7406 last_active = last_active && !pm.IsActive(kFormatVnB, i);
7408 pd.SetActive(kFormatVnB, i, active);
7418 bool last_active = IsLastActive(kFormatVnB, pg, pn);
7420 for (int i = 0; i < LaneCountFromFormat(kFormatVnB); i++) {
7422 if (pg.IsActive(kFormatVnB, i)) {
7423 last_active = last_active && !pm.IsActive(kFormatVnB, i);
7426 pd.SetActive(kFormatVnB, i, active);
7769 VectorFormat vform_src = kFormatVnB;