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

/external/valgrind/main/VEX/priv/
H A Dhost_generic_reg_alloc2.c88 /* An array of the following structs (rreg_state) comprises the
123 (vreg_state) from vreg numbers back to entries in rreg_state. It
125 hregNumber(rreg_state[j].vreg) == i -- that is, the two entries
128 scan the rreg_state looking for it, just index directly into
383 RRegState* rreg_state; /* [0 .. n_rregs-1] */ local
428 vex_printf(" rreg_state[%2d] = ", z); \
429 (*ppReg)(rreg_state[z].rreg); \
431 switch (rreg_state[z].disp) { \
435 (*ppReg)(rreg_state[z].vreg); \
466 rreg_state
[all...]

Completed in 91 milliseconds