Home | History | Annotate | Download | only in drd

Lines Matching defs:bm1

176             bm2->bm1.bm0_r[k] = ~(UWord)0;
183 bm0_set(bm2->bm1.bm0_r, b0);
273 bm2->bm1.bm0_w[k] = ~(UWord)0;
280 bm0_set(bm2->bm1.bm0_w, b0);
353 const struct bitmap1* const p1 = &bm2->bm1;
406 const struct bitmap1* const p1 = &bm2->bm1;
461 const struct bitmap1* const p1 = &bm2->bm1;
513 p1 = &p2->bm1;
562 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(c_next - c));
563 bm0_clear_range(p2->bm1.bm0_w, address_lsb(c), SCALED_SIZE(c_next - c));
578 VG_(memset)(&p2->bm1.bm0_r[idx], 0, SCALED_SIZE((c_next - c) / 8));
579 VG_(memset)(&p2->bm1.bm0_w[idx], 0, SCALED_SIZE((c_next - c) / 8));
588 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(b_next - c));
589 bm0_clear_range(p2->bm1.bm0_w, address_lsb(c), SCALED_SIZE(b_next - c));
642 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(c_next - c));
661 VG_(memset)(&p2->bm1.bm0_r[idx], 0, SCALED_SIZE((c_next - c) / 8));
670 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(b_next - c));
724 bm0_clear_range(p2->bm1.bm0_w, address_lsb(c), SCALED_SIZE(c_next - c));
743 VG_(memset)(&p2->bm1.bm0_w[idx], 0, SCALED_SIZE((c_next - c) / 8));
752 bm0_clear_range(p2->bm1.bm0_w, address_lsb(c), SCALED_SIZE(b_next - c));
794 const struct bitmap1* const p1 = &bm2->bm1;
953 || VG_(memcmp)(&bm2l->bm1, &bm2r->bm1, sizeof(bm2l->bm1)) != 0))
975 void DRD_(bm_swap)(struct bitmap* const bm1, struct bitmap* const bm2)
977 OSet* const tmp = bm1->oset;
978 bm1->oset = bm2->oset;
1150 bm1l = &bm2l->bm1;
1151 bm1r = &bm2r->bm1;
1188 const struct bitmap1* bm1;
1193 bm1 = &bm2->bm1;
1198 const Bool r = bm0_is_set(bm1->bm0_r, address_lsb(a)) != 0;
1199 const Bool w = bm0_is_set(bm1->bm0_w, address_lsb(a)) != 0;
1239 bm2l->bm1.bm0_r[k] |= bm2r->bm1.bm0_r[k];
1243 bm2l->bm1.bm0_w[k] |= bm2r->bm1.bm0_w[k];