Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_generic_reg_alloc2.c352 HReg rreg, vreg, vregS, vregD; in doRegisterAllocation() local
1027 if ( (*isMove)( instrs_in->arr[ii], &vregS, &vregD ) ) { in doRegisterAllocation()
1029 if (!hregIsVirtual(vregD)) goto cannot_coalesce; in doRegisterAllocation()
1031 vassert(hregClass(vregS) == hregClass(vregD)); in doRegisterAllocation()
1033 m = hregNumber(vregD); in doRegisterAllocation()
1042 (*ppReg)(vregD); in doRegisterAllocation()
1057 rreg_state[m].vreg = vregD; in doRegisterAllocation()
1058 vassert(IS_VALID_VREGNO(hregNumber(vregD))); in doRegisterAllocation()
1060 vreg_state[hregNumber(vregD)] = toShort(m); in doRegisterAllocation()