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

  /external/valgrind/VEX/priv/
main_main.c 357 IRType host_word_type; local
376 host_word_type = Ity_INVALID;
423 host_word_type = Ity_I32;
440 host_word_type = Ity_I64;
457 host_word_type = Ity_I32;
474 host_word_type = Ity_I64;
495 host_word_type = Ity_I64;
512 host_word_type = Ity_I32;
529 host_word_type = Ity_I64;
546 host_word_type = Ity_I32
    [all...]
guest_generic_bb_to_IR.c 531 IRType host_word_type = Ity_INVALID; local
536 if (host_word_szB == 4) host_word_type = Ity_I32;
537 if (host_word_szB == 8) host_word_type = Ity_I64;
538 vassert(host_word_type != Ity_INVALID);
716 host_word_type, 1/*regparms*/,
724 host_word_type, 2/*regparms*/,
736 host_word_type==Ity_I64 ? Iop_CmpNE64 : Iop_CmpNE32,
738 host_word_type==Ity_I64
    [all...]

Completed in 68 milliseconds