Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_generic_reg_alloc2.c388 Short* vreg_state; /* [0 .. n_vregs-1] */ in doRegisterAllocation() local
441 if (vreg_state[z] == INVALID_RREG_NO) \ in doRegisterAllocation()
443 vex_printf("[%d] -> %d ", z, vreg_state[z]); \ in doRegisterAllocation()
466 vreg_state = LibVEX_Alloc(n_vregs * sizeof(Short)); in doRegisterAllocation()
478 vreg_state[j] = INVALID_RREG_NO; in doRegisterAllocation()
1004 vassert(vreg_state[k] == j); in doRegisterAllocation()
1007 k = vreg_state[j]; in doRegisterAllocation()
1060 vreg_state[hregNumber(vregD)] = toShort(m); in doRegisterAllocation()
1061 vreg_state[hregNumber(vregS)] = INVALID_RREG_NO; in doRegisterAllocation()
1089 vreg_state[m] = INVALID_RREG_NO; in doRegisterAllocation()
[all …]