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 );
678 PPCCondCode cond;
689 PPCCondCode cond; /* can be ALWAYS */
697 PPCCondCode cond; /* can be ALWAYS */
704 PPCCondCode cond; /* can be ALWAYS */
710 PPCCondCode cond;
740 PPCCondCode cond;
818 PPCCondCode cond;
[all …]
Dhost_ppc_isel.c471 static PPCCondCode iselCondCode_wrk ( ISelEnv* env, const IRExpr* e,
473 static PPCCondCode iselCondCode ( ISelEnv* env, const IRExpr* e,
728 PPCCondCode cc; in doHelperCall()
1660 PPCCondCode cc = mk_PPCCondCode( Pct_TRUE, Pcf_7LT ); in iselWordExpr_R_wrk()
2035 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg, IEndianess); in iselWordExpr_R_wrk()
2045 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg, IEndianess); in iselWordExpr_R_wrk()
2059 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg, IEndianess); in iselWordExpr_R_wrk()
2279 PPCCondCode cc; in iselWordExpr_R_wrk()
2315 PPCCondCode cc; in iselWordExpr_R_wrk()
2534 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()
853 PPCInstr* PPCInstr_Call ( PPCCondCode cond, in PPCInstr_Call()
869 PPCCondCode cond, Bool toFastEP ) { in PPCInstr_XDirect()
879 PPCCondCode cond ) { in PPCInstr_XIndir()
888 PPCCondCode cond, IRJumpKind jk ) { in PPCInstr_XAssisted()
897 PPCInstr* PPCInstr_CMov ( PPCCondCode cond, in PPCInstr_CMov()
951 PPCInstr* PPCInstr_Set ( PPCCondCode cond, HReg dst ) { in PPCInstr_Set()
1296 PPCInstr* PPCInstr_FpCMov ( PPCCondCode cond, HReg dst, HReg src ) { in PPCInstr_FpCMov()
[all …]