Lines Matching refs:bm1

188             bm2->bm1.bm0_r[k] = ~(UWord)0;  in DRD_()
195 bm0_set(bm2->bm1.bm0_r, b0); in DRD_()
285 bm2->bm1.bm0_w[k] = ~(UWord)0; in DRD_()
292 bm0_set(bm2->bm1.bm0_w, b0); in DRD_()
354 const struct bitmap1* const p1 = &bm2->bm1; in DRD_()
388 const struct bitmap1* const p1 = &bm2->bm1; in DRD_()
441 const struct bitmap1* const p1 = &bm2->bm1; in DRD_()
496 const struct bitmap1* const p1 = &bm2->bm1; in DRD_()
548 p1 = &p2->bm1; in DRD_()
597 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(c_next - c)); in DRD_()
598 bm0_clear_range(p2->bm1.bm0_w, 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_()
614 VG_(memset)(&p2->bm1.bm0_w[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_()
624 bm0_clear_range(p2->bm1.bm0_w, 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_()
759 bm0_clear_range(p2->bm1.bm0_w, address_lsb(c), SCALED_SIZE(c_next - c)); in DRD_()
778 VG_(memset)(&p2->bm1.bm0_w[idx], 0, SCALED_SIZE((c_next - c) / 8)); in DRD_()
787 bm0_clear_range(p2->bm1.bm0_w, address_lsb(c), SCALED_SIZE(b_next - c)); in DRD_()
829 const struct bitmap1* const p1 = &bm2->bm1; in DRD_()
988 || VG_(memcmp)(&bm2l->bm1, &bm2r->bm1, sizeof(bm2l->bm1)) != 0)) in DRD_()
1010 void DRD_(bm_swap)(struct bitmap* const bm1, struct bitmap* const bm2) in DRD_()
1012 OSet* const tmp = bm1->oset; in DRD_()
1013 bm1->oset = bm2->oset; in DRD_()
1185 bm1l = &bm2l->bm1; in DRD_()
1186 bm1r = &bm2r->bm1; in DRD_()
1223 const struct bitmap1* bm1; in bm2_print() local
1228 bm1 = &bm2->bm1; in bm2_print()
1233 const Bool r = bm0_is_set(bm1->bm0_r, address_lsb(a)) != 0; in bm2_print()
1234 const Bool w = bm0_is_set(bm1->bm0_w, address_lsb(a)) != 0; in bm2_print()
1274 bm2l->bm1.bm0_r[k] |= bm2r->bm1.bm0_r[k]; in bm2_merge()
1278 bm2l->bm1.bm0_w[k] |= bm2r->bm1.bm0_w[k]; in bm2_merge()