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

  /external/valgrind/VEX/priv/
host_amd64_defs.c 178 case Acc_ALWAYS: return "ALWAYS";
726 vassert(cond != Acc_ALWAYS);
737 vassert(cond != Acc_ALWAYS && (szB == 4 || szB == 8));
748 vassert(cond != Acc_ALWAYS && (szB == 4 || szB == 8));
921 vassert(cond != Acc_ALWAYS);
932 vassert(cond != Acc_ALWAYS);
995 vassert(cond != Acc_ALWAYS);
    [all...]
host_amd64_isel.c 582 cc = Acc_ALWAYS;
635 cc = Acc_ALWAYS;
    [all...]
host_amd64_defs.h 115 Acc_ALWAYS = 16 /* the usual hack */
485 AMD64CondCode cond; /* can be Acc_ALWAYS */
493 AMD64CondCode cond; /* can be Acc_ALWAYS */
500 AMD64CondCode cond; /* can be Acc_ALWAYS */
504 be the bogus Acc_ALWAYS. */
511 cond may not be Acc_ALWAYS. */
519 cond may not be Acc_ALWAYS. */
647 AMD64CondCode cond; /* may not be Acc_ALWAYS */
652 AMD64CondCode cond; /* may not be Acc_ALWAYS */

Completed in 51 milliseconds