Searched refs:vreg_state (Results 1 – 1 of 1) sorted by relevance
388 Short* vreg_state; /* [0 .. n_vregs-1] */ in doRegisterAllocation() local441 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 …]