HomeSort by relevance Sort by last modified time
    Searched refs:VEX_HOST_WORDSIZE (Results 1 - 7 of 7) 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 228 #if VEX_HOST_WORDSIZE == 8
230 #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 89 if (VEX_HOST_WORDSIZE == 8) {
92 } else if (VEX_HOST_WORDSIZE == 4) {
150 if (VEX_HOST_WORDSIZE == 8) {
153 } else if (VEX_HOST_WORDSIZE == 4) {
main_main.c 269 vassert(VEX_HOST_WORDSIZE == sizeof(void*));
270 vassert(VEX_HOST_WORDSIZE == sizeof(HWord));
274 if (VEX_HOST_WORDSIZE == 4) {
    [all...]
  /external/valgrind/include/
pub_tool_basics.h 278 #define VG_WORDSIZE VEX_HOST_WORDSIZE
  /external/valgrind/VEX/switchback/
linker.c 179 #if VEX_HOST_WORDSIZE == 8
    [all...]

Completed in 101 milliseconds