Searched refs:vreg_state (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_generic_reg_alloc2.c123 (vreg_state) from vreg numbers back to entries in rreg_state. It
124 is redundant because iff vreg_state[i] == j then
129 vreg_state. The FAQ "does this vreg already have an associated
132 To indicate, in vreg_state[i], that a given vreg is not currently
135 Because the vreg_state entries are signed Shorts, the max number
389 Short* vreg_state; /* [0 .. n_vregs-1] */ local
439 vex_printf("\n vreg_state[0 .. %d]:\n ", n_vregs-1); \
442 if (vreg_state[z] == INVALID_RREG_NO) \
444 vex_printf("[%d] -> %d ", z, vreg_state[z]); \
463 /* If this is not so, vreg_state entrie
[all...]

Completed in 164 milliseconds