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

  /external/valgrind/main/VEX/priv/
host_ppc_defs.c 289 case Pcf_NONE:
302 vassert(flag == Pcf_NONE);
304 vassert(flag != Pcf_NONE);
    [all...]
host_ppc_defs.h 166 Pcf_NONE = 32 /* no condition; used with Pct_ALWAYS */
172 Pct_FALSE = 0x4, /* associated PPCCondFlag must not be Pcf_NONE */
173 Pct_TRUE = 0xC, /* associated PPCCondFlag must not be Pcf_NONE */
174 Pct_ALWAYS = 0x14 /* associated PPCCondFlag must be Pcf_NONE */
    [all...]
host_ppc_isel.c 835 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE );
878 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE );
    [all...]

Completed in 24 milliseconds