Searched refs:VEX_HOST_WORDSIZE (Results 1 – 3 of 3) sorted by relevance
135 #undef VEX_HOST_WORDSIZE139 # define VEX_HOST_WORDSIZE 8 macro141 # define VEX_HOST_WORDSIZE 4 macro143 # define VEX_HOST_WORDSIZE 8 macro145 # define VEX_HOST_WORDSIZE 4 macro147 # define VEX_HOST_WORDSIZE 4 macro150 # define VEX_HOST_WORDSIZE 4 macro152 # define VEX_HOST_WORDSIZE 8 macro159 #if VEX_HOST_WORDSIZE == 8166 #elif VEX_HOST_WORDSIZE == 4
287 #define VG_WORDSIZE VEX_HOST_WORDSIZE
152 vassert(VEX_HOST_WORDSIZE == sizeof(void*)); in LibVEX_Init()153 vassert(VEX_HOST_WORDSIZE == sizeof(HWord)); in LibVEX_Init()