Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_generic_reg_alloc2.c382 RRegState* rreg_state; /* [0 .. n_rregs-1] */ in doRegisterAllocation() local
428 (*ppReg)(rreg_state[z].rreg); \ in doRegisterAllocation()
430 switch (rreg_state[z].disp) { \ in doRegisterAllocation()
434 (*ppReg)(rreg_state[z].vreg); \ in doRegisterAllocation()
465 rreg_state = LibVEX_Alloc(n_rregs * sizeof(RRegState)); in doRegisterAllocation()
469 rreg_state[j].rreg = available_real_regs[j]; in doRegisterAllocation()
470 rreg_state[j].has_hlrs = False; in doRegisterAllocation()
471 rreg_state[j].disp = Free; in doRegisterAllocation()
472 rreg_state[j].vreg = INVALID_HREG; in doRegisterAllocation()
473 rreg_state[j].is_spill_cand = False; in doRegisterAllocation()
[all …]