Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_generic_reg_alloc2.c143 #define IS_VALID_VREGNO(_zz) ((_zz) >= 0 && (_zz) < n_vregs) macro
1077 vassert(IS_VALID_VREGNO(k)); in doRegisterAllocation()
1110 vassert(IS_VALID_VREGNO(k)); in doRegisterAllocation()
1111 vassert(IS_VALID_VREGNO(m)); in doRegisterAllocation()
1133 vassert(IS_VALID_VREGNO(hregIndex(vregD))); in doRegisterAllocation()
1134 vassert(IS_VALID_VREGNO(hregIndex(vregS))); in doRegisterAllocation()
1158 vassert(IS_VALID_VREGNO(vregno)); in doRegisterAllocation()
1163 vassert(IS_VALID_VREGNO(m)); in doRegisterAllocation()
1220 vassert(IS_VALID_VREGNO(m)); in doRegisterAllocation()
1289 vassert(IS_VALID_VREGNO(m)); in doRegisterAllocation()
[all …]