Lines Matching refs:bm0_r
176 bm2->bm1.bm0_r[k] = ~(UWord)0; in DRD_()
183 bm0_set(bm2->bm1.bm0_r, b0); in DRD_()
374 if (bm0_is_set(p1->bm0_r, b0)) in DRD_()
486 if (bm0_is_set(p1->bm0_r, b0) | bm0_is_set(p1->bm0_w, b0)) in DRD_()
514 p0 = (access_type == eLoad) ? p1->bm0_r : p1->bm0_w; in DRD_()
562 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(c_next - c)); in DRD_()
578 VG_(memset)(&p2->bm1.bm0_r[idx], 0, SCALED_SIZE((c_next - c) / 8)); in DRD_()
588 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(b_next - c)); in DRD_()
642 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(c_next - c)); in DRD_()
661 VG_(memset)(&p2->bm1.bm0_r[idx], 0, SCALED_SIZE((c_next - c) / 8)); in DRD_()
670 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(b_next - c)); in DRD_()
825 if (bm0_is_set(p1->bm0_r, b0) in DRD_()
1159 = ((bm1l->bm0_r[k] & bm0_mask(b)) ? LHS_R : 0) in DRD_()
1161 | ((bm1r->bm0_r[k] & bm0_mask(b)) ? RHS_R : 0) in DRD_()
1198 const Bool r = bm0_is_set(bm1->bm0_r, address_lsb(a)) != 0; in bm2_print()
1239 bm2l->bm1.bm0_r[k] |= bm2r->bm1.bm0_r[k]; in bm2_merge()