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

  /external/valgrind/main/VEX/priv/
host_x86_defs.c 153 case Xcc_ALWAYS: return "ALWAYS";
688 vassert(cond != Xcc_ALWAYS);
803 vassert(cond != Xcc_ALWAYS);
901 vassert(cond != Xcc_ALWAYS);
988 i->Xin.Call.cond==Xcc_ALWAYS
    [all...]
host_x86_isel.c 643 cc = Xcc_ALWAYS;
    [all...]
host_x86_defs.h 105 Xcc_ALWAYS = 16 /* the usual hack */
448 condition (which could be Xcc_ALWAYS). */
461 X86CondCode cond; /* can be Xcc_ALWAYS */
469 X86CondCode cond; /* can be Xcc_ALWAYS */
476 X86CondCode cond; /* can be Xcc_ALWAYS */
480 be the bogus Xcc_ALWAYS. */
568 be the bogus Xcc_ALWAYS. */
632 be the bogus Xcc_ALWAYS. */

Completed in 52 milliseconds