Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_generic_reg_alloc2.c668 UInt rReg_maxIndex; in doRegisterAllocation() local
674 rReg_maxIndex = 0; in doRegisterAllocation()
677 rReg_maxIndex = ULong__maxIndex(rMentioned); in doRegisterAllocation()
681 if (rReg_maxIndex >= n_rregs) in doRegisterAllocation()
682 rReg_maxIndex = n_rregs-1; in doRegisterAllocation()
691 for (Int j = rReg_minIndex; j <= rReg_maxIndex; j++) { in doRegisterAllocation()