Home
last modified time | relevance | path

Searched refs:Pct_ALWAYS (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.c278 if (cond.test == Pct_ALWAYS) return "always"; in showPPCCondCode()
301 if (test == Pct_ALWAYS) { in mk_PPCCondCode()
312 vassert(ct != Pct_ALWAYS); in invertCondTest()
890 vassert(cond.test != Pct_ALWAYS); in PPCInstr_CMov()
1262 vassert(cond.test != Pct_ALWAYS); in PPCInstr_FpCMov()
1409 vassert(cond.test != Pct_ALWAYS); in PPCInstr_AvCMov()
1543 if (i->Pin.Call.cond.test != Pct_ALWAYS) { in ppPPCInstr()
1613 if (i->Pin.CMov.cond.test != Pct_ALWAYS) { in ppPPCInstr()
1660 if (cc.test == Pct_ALWAYS) { in ppPPCInstr()
1786 if (i->Pin.FpCMov.cond.test != Pct_ALWAYS) { in ppPPCInstr()
[all …]
Dhost_ppc_isel.c835 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in doHelperCall()
878 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in doHelperCall()
2024 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselWordExpr_R_wrk()
2049 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselWordExpr_R_wrk()
3260 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselInt64Expr_wrk()
3298 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselInt64Expr_wrk()
5123 PPCCondCode always = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselNext()
Dhost_ppc_defs.h174 Pct_ALWAYS = 0x14 /* associated PPCCondFlag must be Pcf_NONE */ enumerator