Home
last modified time | relevance | path

Searched refs:VT_BOUNDED (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/perf/
Dtinycc.c2517 #define VT_BOUNDED 0x8000 /* value is bounded. The address of the macro
6515 vtop->r = TREG_EAX | VT_BOUNDED; in gen_bounded_ptr_add()
10286 p->r = (p->r & ~(VT_VALMASK | VT_BOUNDED)) | VT_LLOCAL; in save_reg()
10406 if (!(vtop->r & VT_BOUNDED)) { in gbound()