Lines Matching refs:bm0_r
188 bm2->bm1.bm0_r[k] = ~(UWord)0; in DRD_()
195 bm0_set(bm2->bm1.bm0_r, b0); in DRD_()
360 if (bm0_is_set(p1->bm0_r, b0)) in DRD_()
409 if (bm0_is_set(p1->bm0_r, b0)) in DRD_()
521 if (bm0_is_set(p1->bm0_r, b0) | bm0_is_set(p1->bm0_w, b0)) in DRD_()
549 p0 = (access_type == eLoad) ? p1->bm0_r : p1->bm0_w; in DRD_()
597 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(c_next - c)); in DRD_()
613 VG_(memset)(&p2->bm1.bm0_r[idx], 0, SCALED_SIZE((c_next - c) / 8)); in DRD_()
623 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(b_next - c)); in DRD_()
677 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(c_next - c)); in DRD_()
696 VG_(memset)(&p2->bm1.bm0_r[idx], 0, SCALED_SIZE((c_next - c) / 8)); in DRD_()
705 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(b_next - c)); in DRD_()
860 if (bm0_is_set(p1->bm0_r, b0) in DRD_()
1194 = ((bm1l->bm0_r[k] & bm0_mask(b)) ? LHS_R : 0) in DRD_()
1196 | ((bm1r->bm0_r[k] & bm0_mask(b)) ? RHS_R : 0) in DRD_()
1233 const Bool r = bm0_is_set(bm1->bm0_r, address_lsb(a)) != 0; in bm2_print()
1274 bm2l->bm1.bm0_r[k] |= bm2r->bm1.bm0_r[k]; in bm2_merge()