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

  /external/valgrind/main/VEX/priv/
main_main.c 244 IRType host_word_type; local
265 host_word_type = Ity_INVALID;
318 host_word_type = Ity_I32;
341 host_word_type = Ity_I64;
361 host_word_type = Ity_I32;
381 host_word_type = Ity_I64;
400 host_word_type = Ity_I64;
420 host_word_type = Ity_I32;
444 host_word_type = Ity_I64;
468 host_word_type = Ity_I32
    [all...]
guest_generic_bb_to_IR.c 528 IRType host_word_type = Ity_INVALID; local
534 if (host_word_szB == 4) host_word_type = Ity_I32;
535 if (host_word_szB == 8) host_word_type = Ity_I64;
536 vassert(host_word_type != Ity_INVALID);
714 host_word_type, 1/*regparms*/,
722 host_word_type, 2/*regparms*/,
734 host_word_type==Ity_I64 ? Iop_CmpNE64 : Iop_CmpNE32,
736 host_word_type==Ity_I64
    [all...]

Completed in 223 milliseconds