• Home
  • Raw
  • Download

Lines Matching refs:bm1

190             bm2->bm1.bm0_r[k] = ~(UWord)0;  in DRD_()
197 bm0_set(bm2->bm1.bm0_r, b0); in DRD_()
287 bm2->bm1.bm0_w[k] = ~(UWord)0; in DRD_()
294 bm0_set(bm2->bm1.bm0_w, b0); in DRD_()
356 const struct bitmap1* const p1 = &bm2->bm1; in DRD_()
390 const struct bitmap1* const p1 = &bm2->bm1; in DRD_()
443 const struct bitmap1* const p1 = &bm2->bm1; in DRD_()
498 const struct bitmap1* const p1 = &bm2->bm1; in DRD_()
550 p1 = &p2->bm1; in DRD_()
599 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(c_next - c)); in DRD_()
600 bm0_clear_range(p2->bm1.bm0_w, address_lsb(c), SCALED_SIZE(c_next - c)); in DRD_()
615 VG_(memset)(&p2->bm1.bm0_r[idx], 0, SCALED_SIZE((c_next - c) / 8)); in DRD_()
616 VG_(memset)(&p2->bm1.bm0_w[idx], 0, SCALED_SIZE((c_next - c) / 8)); in DRD_()
625 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(b_next - c)); in DRD_()
626 bm0_clear_range(p2->bm1.bm0_w, address_lsb(c), SCALED_SIZE(b_next - c)); in DRD_()
679 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(c_next - c)); in DRD_()
698 VG_(memset)(&p2->bm1.bm0_r[idx], 0, SCALED_SIZE((c_next - c) / 8)); in DRD_()
707 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(b_next - c)); in DRD_()
761 bm0_clear_range(p2->bm1.bm0_w, address_lsb(c), SCALED_SIZE(c_next - c)); in DRD_()
780 VG_(memset)(&p2->bm1.bm0_w[idx], 0, SCALED_SIZE((c_next - c) / 8)); in DRD_()
789 bm0_clear_range(p2->bm1.bm0_w, address_lsb(c), SCALED_SIZE(b_next - c)); in DRD_()
831 const struct bitmap1* const p1 = &bm2->bm1; in DRD_()
990 || VG_(memcmp)(&bm2l->bm1, &bm2r->bm1, sizeof(bm2l->bm1)) != 0)) in DRD_()
1012 void DRD_(bm_swap)(struct bitmap* const bm1, struct bitmap* const bm2) in DRD_()
1014 OSet* const tmp = bm1->oset; in DRD_()
1015 bm1->oset = bm2->oset; in DRD_()
1187 bm1l = &bm2l->bm1; in DRD_()
1188 bm1r = &bm2r->bm1; in DRD_()
1225 const struct bitmap1* bm1; in bm2_print() local
1230 bm1 = &bm2->bm1; in bm2_print()
1235 const Bool r = bm0_is_set(bm1->bm0_r, address_lsb(a)) != 0; in bm2_print()
1236 const Bool w = bm0_is_set(bm1->bm0_w, address_lsb(a)) != 0; in bm2_print()
1276 bm2l->bm1.bm0_r[k] |= bm2r->bm1.bm0_r[k]; in bm2_merge()
1280 bm2l->bm1.bm0_w[k] |= bm2r->bm1.bm0_w[k]; in bm2_merge()