Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c198 if (cond.test == Pct_ALWAYS) return "always"; in showPPCCondCode()
221 if (test == Pct_ALWAYS) { in mk_PPCCondCode()
232 vassert(ct != Pct_ALWAYS); in invertCondTest()
842 vassert(cond.test != Pct_ALWAYS); in PPCInstr_CMov()
1214 vassert(cond.test != Pct_ALWAYS); in PPCInstr_FpCMov()
1381 vassert(cond.test != Pct_ALWAYS); in PPCInstr_AvCMov()
1554 if (i->Pin.Call.cond.test != Pct_ALWAYS) { in ppPPCInstr()
1626 if (i->Pin.CMov.cond.test != Pct_ALWAYS) { in ppPPCInstr()
1679 if (cc.test == Pct_ALWAYS) { in ppPPCInstr()
1805 if (i->Pin.FpCMov.cond.test != Pct_ALWAYS) { in ppPPCInstr()
[all …]
Dhost_ppc_isel.c920 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in doHelperCall()
995 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in doHelperCall()
2261 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselWordExpr_R_wrk()
2297 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselWordExpr_R_wrk()
3675 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselInt64Expr_wrk()
3723 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselInt64Expr_wrk()
6033 PPCCondCode always = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselNext()
Dhost_ppc_defs.h147 Pct_ALWAYS = 0x14 /* associated PPCCondFlag must be Pcf_NONE */ enumerator