Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.h156 PPCCondCode; typedef
158 extern const HChar* showPPCCondCode ( PPCCondCode );
161 extern PPCCondCode mk_PPCCondCode ( PPCCondTest, PPCCondFlag );
614 PPCCondCode cond;
625 PPCCondCode cond; /* can be ALWAYS */
633 PPCCondCode cond; /* can be ALWAYS */
640 PPCCondCode cond; /* can be ALWAYS */
646 PPCCondCode cond;
676 PPCCondCode cond;
737 PPCCondCode cond;
[all …]
Dhost_ppc_isel.c471 static PPCCondCode iselCondCode_wrk ( ISelEnv* env, IRExpr* e,
473 static PPCCondCode iselCondCode ( ISelEnv* env, IRExpr* e,
724 PPCCondCode cc; in doHelperCall()
1641 PPCCondCode cc = mk_PPCCondCode( Pct_TRUE, Pcf_7LT ); in iselWordExpr_R_wrk()
2016 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg, IEndianess); in iselWordExpr_R_wrk()
2026 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg, IEndianess); in iselWordExpr_R_wrk()
2040 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg, IEndianess); in iselWordExpr_R_wrk()
2246 PPCCondCode cc; in iselWordExpr_R_wrk()
2282 PPCCondCode cc; in iselWordExpr_R_wrk()
2445 PPCCondCode cc = iselCondCode(env, e->Iex.ITE.cond, IEndianess); in iselWordExpr_R_wrk()
[all …]
Dhost_ppc_defs.c196 const HChar* showPPCCondCode ( PPCCondCode cond ) in showPPCCondCode()
216 PPCCondCode mk_PPCCondCode ( PPCCondTest test, PPCCondFlag flag ) in mk_PPCCondCode()
218 PPCCondCode cc; in mk_PPCCondCode()
791 PPCInstr* PPCInstr_Call ( PPCCondCode cond, in PPCInstr_Call()
807 PPCCondCode cond, Bool toFastEP ) { in PPCInstr_XDirect()
817 PPCCondCode cond ) { in PPCInstr_XIndir()
826 PPCCondCode cond, IRJumpKind jk ) { in PPCInstr_XAssisted()
835 PPCInstr* PPCInstr_CMov ( PPCCondCode cond, in PPCInstr_CMov()
889 PPCInstr* PPCInstr_Set ( PPCCondCode cond, HReg dst ) { in PPCInstr_Set()
1208 PPCInstr* PPCInstr_FpCMov ( PPCCondCode cond, HReg dst, HReg src ) { in PPCInstr_FpCMov()
[all …]