Searched refs:b_count (Results 1 – 1 of 1) sorted by relevance
7716 unsigned b_count = p.count << v_esz; in DO_ST1_ZPZ_S() local7725 if (b_count >= reg_max * N) { in DO_ST1_ZPZ_S()7728 reg_off_first = b_count; in DO_ST1_ZPZ_S()7731 if (b_count == 0) { in DO_ST1_ZPZ_S()7735 reg_off_last = MIN(b_count - esize, reg_max * N - b_stride); in DO_ST1_ZPZ_S()8618 int b_count = (p.count << v_esz) - vl * part; local8622 if (b_count <= 0) {8624 } else if (b_count < vl) {8625 do_whileg(vd, mask, vl - b_count, vl);8627 } else if (b_count > 0) {[all …]