Home | History | Annotate | Download | only in memcheck

Lines Matching defs:vbits

1228       least.  The vbits to return are calculated into vbits128.  Also
1300 vbits[j] UifU= pessim[j] (is pessimised by it, iow) */
1364 the least. The vbits to return are calculated into vbits64.
4212 Similarly for STOREV8, STOREV16, STOREV32, the supplied vbits
4811 // as the secondary vbits table must be maintained).
4934 /* Copy Vbits from/to address 'a'. Returns: 1 == OK, 2 == alignment
4941 Addr vbits,
4943 Bool setting, /* True <=> set vbits, False <=> get vbits */
4953 vbits to be checked only for real user request. */
4956 (is_client_request && VA_BITS2_NOACCESS == get_vabits2(vbits + i))) {
4965 ok = set_vbits8(a + i, ((UChar*)vbits)[i]);
4973 ((UChar*)vbits)[i] = vbits8;
4976 // The bytes in vbits[] have now been set, so mark them as such.
4977 MC_(make_mem_defined)(vbits, szB);
5540 UChar vbits;
5545 (address+i, (Addr) &vbits, 1,
5555 VG_(printf) ("%02x", vbits);