HomeSort by relevance Sort by last modified time
    Searched refs:VEX_HOST_WORDSIZE (Results 1 - 6 of 6) sorted by null

  /external/valgrind/VEX/pub/
libvex_basictypes.h 145 /* Set up VEX_HOST_WORDSIZE and VEX_REGPARM. */
146 #undef VEX_HOST_WORDSIZE
151 # define VEX_HOST_WORDSIZE 8
155 # define VEX_HOST_WORDSIZE 4
159 # define VEX_HOST_WORDSIZE 8
163 # define VEX_HOST_WORDSIZE 4
167 # define VEX_HOST_WORDSIZE 4
171 # define VEX_HOST_WORDSIZE 8
175 # define VEX_HOST_WORDSIZE 8
179 # define VEX_HOST_WORDSIZE
    [all...]
  /external/valgrind/coregrind/
pub_core_gdbserver.h 235 #if VEX_HOST_WORDSIZE == 8
237 #elif VEX_HOST_WORDSIZE == 4
vgdb.c 169 #if VEX_HOST_WORDSIZE == 8
176 #elif VEX_HOST_WORDSIZE == 4
187 #if VEX_HOST_WORDSIZE == 4
    [all...]
  /external/valgrind/VEX/priv/
ir_inject.c 90 if (VEX_HOST_WORDSIZE == 8) {
93 } else if (VEX_HOST_WORDSIZE == 4) {
151 if (VEX_HOST_WORDSIZE == 8) {
154 } else if (VEX_HOST_WORDSIZE == 4) {
main_main.c 258 vassert(VEX_HOST_WORDSIZE == sizeof(void*));
259 vassert(VEX_HOST_WORDSIZE == sizeof(HWord));
263 if (VEX_HOST_WORDSIZE == 4) {
    [all...]
  /external/valgrind/include/
pub_tool_basics.h 377 #define VG_WORDSIZE VEX_HOST_WORDSIZE

Completed in 4310 milliseconds