Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_generic_reg_alloc2.c144 #define IS_VALID_RREGNO(_zz) ((_zz) >= 0 && (_zz) < n_rregs)
432 Int n_rregs; in doRegisterAllocation() local
475 for (z = 0; z < n_rregs; z++) { \ in doRegisterAllocation()
508 n_rregs = univ->allocable; in doRegisterAllocation()
515 vassert(n_rregs > 0); in doRegisterAllocation()
517 rreg_state = LibVEX_Alloc_inline(n_rregs * sizeof(RRegState)); in doRegisterAllocation()
520 for (Int j = 0; j < n_rregs; j++) { in doRegisterAllocation()
575 vassert(n_rregs > 0); in doRegisterAllocation()
576 rreg_live_after = LibVEX_Alloc_inline(n_rregs * sizeof(Int)); in doRegisterAllocation()
577 rreg_dead_before = LibVEX_Alloc_inline(n_rregs * sizeof(Int)); in doRegisterAllocation()
[all …]