Searched refs:VEX_HOST_WORDSIZE (Results 1 – 7 of 7) sorted by relevance
146 #undef VEX_HOST_WORDSIZE151 # define VEX_HOST_WORDSIZE 8 macro155 # define VEX_HOST_WORDSIZE 4 macro159 # define VEX_HOST_WORDSIZE 8 macro163 # define VEX_HOST_WORDSIZE 4 macro167 # define VEX_HOST_WORDSIZE 4 macro171 # define VEX_HOST_WORDSIZE 8 macro175 # define VEX_HOST_WORDSIZE 8 macro179 # define VEX_HOST_WORDSIZE 8 macro183 # define VEX_HOST_WORDSIZE 4 macro[all …]
89 if (VEX_HOST_WORDSIZE == 8) { in load()92 } else if (VEX_HOST_WORDSIZE == 4) { in load()150 if (VEX_HOST_WORDSIZE == 8) { in store()153 } else if (VEX_HOST_WORDSIZE == 4) { in store()
269 vassert(VEX_HOST_WORDSIZE == sizeof(void*)); in LibVEX_Init()270 vassert(VEX_HOST_WORDSIZE == sizeof(HWord)); in LibVEX_Init()274 if (VEX_HOST_WORDSIZE == 4) { in LibVEX_Init()
228 #if VEX_HOST_WORDSIZE == 8230 #elif VEX_HOST_WORDSIZE == 4
169 #if VEX_HOST_WORDSIZE == 8 in map_vgdbshared()176 #elif VEX_HOST_WORDSIZE == 4 in map_vgdbshared()187 #if VEX_HOST_WORDSIZE == 4 in map_vgdbshared()
366 #define VG_WORDSIZE VEX_HOST_WORDSIZE
179 #if VEX_HOST_WORDSIZE == 8