Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_generic_reg_alloc2.c395 # define N_SPILL64S (LibVEX_N_SPILL_BYTES / 8) in doRegisterAllocation() macro
424 Short ss_busy_until_before[N_SPILL64S]; in doRegisterAllocation()
452 vassert(0 == (N_SPILL64S % 2)); in doRegisterAllocation()
912 for (ss_no = 0; ss_no < N_SPILL64S-1; ss_no += 2) in doRegisterAllocation()
916 if (ss_no >= N_SPILL64S-1) { in doRegisterAllocation()
929 for (ss_no = 0; ss_no < N_SPILL64S; ss_no++) in doRegisterAllocation()
932 if (ss_no == N_SPILL64S) { in doRegisterAllocation()