Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_generic_reg_alloc2.c437 Short* vreg_state; /* [0 .. n_vregs-1] */ in doRegisterAllocation() local
490 if (vreg_state[z] == INVALID_RREG_NO) \ in doRegisterAllocation()
492 vex_printf("[%d] -> %d ", z, vreg_state[z]); \ in doRegisterAllocation()
518 vreg_state = LibVEX_Alloc_inline(n_vregs * sizeof(Short)); in doRegisterAllocation()
529 vreg_state[j] = INVALID_RREG_NO; in doRegisterAllocation()
1078 vassert(vreg_state[k] == j); in doRegisterAllocation()
1081 Int k = vreg_state[j]; in doRegisterAllocation()
1122 Int n = vreg_state[k]; /* k is the index of vregS */ in doRegisterAllocation()
1135 vreg_state[hregIndex(vregD)] = toShort(n); in doRegisterAllocation()
1136 vreg_state[hregIndex(vregS)] = INVALID_RREG_NO; in doRegisterAllocation()
[all …]