Home | History | Annotate | Download | only in drd

Lines Matching refs:bm1

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