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

  /external/valgrind/VEX/priv/
host_x86_defs.c 152 case Xcc_ALWAYS: return "ALWAYS";
687 vassert(cond != Xcc_ALWAYS);
802 vassert(cond != Xcc_ALWAYS);
900 vassert(cond != Xcc_ALWAYS);
987 i->Xin.Call.cond==Xcc_ALWAYS
    [all...]
host_x86_isel.c 643 cc = Xcc_ALWAYS;
    [all...]
host_x86_defs.h 108 Xcc_ALWAYS = 16 /* the usual hack */
451 condition (which could be Xcc_ALWAYS). */
464 X86CondCode cond; /* can be Xcc_ALWAYS */
472 X86CondCode cond; /* can be Xcc_ALWAYS */
479 X86CondCode cond; /* can be Xcc_ALWAYS */
483 be the bogus Xcc_ALWAYS. */
571 be the bogus Xcc_ALWAYS. */
635 be the bogus Xcc_ALWAYS. */

Completed in 1174 milliseconds