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 221 IRType host_word_type; local
242 host_word_type = Ity_INVALID;
295 host_word_type = Ity_I32;
318 host_word_type = Ity_I64;
338 host_word_type = Ity_I32;
358 host_word_type = Ity_I64;
377 host_word_type = Ity_I64;
397 host_word_type = Ity_I32;
421 host_word_type = Ity_I32;
682 guest_word_type, host_word_type);
    [all...]
guest_generic_bb_to_IR.c 526 IRType host_word_type = Ity_INVALID; local
532 if (host_word_szB == 4) host_word_type = Ity_I32;
533 if (host_word_szB == 8) host_word_type = Ity_I64;
534 vassert(host_word_type != Ity_INVALID);
712 host_word_type, 1/*regparms*/,
720 host_word_type, 2/*regparms*/,
732 host_word_type==Ity_I64 ? Iop_CmpNE64 : Iop_CmpNE32,
734 host_word_type==Ity_I64
    [all...]

Completed in 30 milliseconds