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

  /external/valgrind/VEX/priv/
host_ppc_isel.c     [all...]
host_ppc_defs.c 209 case Pcf_NONE:
222 vassert(flag == Pcf_NONE);
224 vassert(flag != Pcf_NONE);
    [all...]
host_ppc_defs.h 139 Pcf_NONE = 32 /* no condition; used with Pct_ALWAYS */
145 Pct_FALSE = 0x4, /* associated PPCCondFlag must not be Pcf_NONE */
146 Pct_TRUE = 0xC, /* associated PPCCondFlag must not be Pcf_NONE */
147 Pct_ALWAYS = 0x14 /* associated PPCCondFlag must be Pcf_NONE */
    [all...]

Completed in 184 milliseconds