Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.h183 PPCCondCode; typedef
185 extern HChar* showPPCCondCode ( PPCCondCode );
188 extern PPCCondCode mk_PPCCondCode ( PPCCondTest, PPCCondFlag );
612 PPCCondCode cond;
622 PPCCondCode cond; /* can be ALWAYS */
630 PPCCondCode cond; /* can be ALWAYS */
637 PPCCondCode cond; /* can be ALWAYS */
643 PPCCondCode cond;
673 PPCCondCode cond;
734 PPCCondCode cond;
[all …]
Dhost_ppc_isel.c444 static PPCCondCode iselCondCode_wrk ( ISelEnv* env, IRExpr* e );
445 static PPCCondCode iselCondCode ( ISelEnv* env, IRExpr* e );
677 PPCCondCode cc; in doHelperCall()
1476 PPCCondCode cc = mk_PPCCondCode( Pct_TRUE, Pcf_7LT ); in iselWordExpr_R_wrk()
1805 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg); in iselWordExpr_R_wrk()
1815 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg); in iselWordExpr_R_wrk()
1829 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg); in iselWordExpr_R_wrk()
2009 PPCCondCode cc; in iselWordExpr_R_wrk()
2034 PPCCondCode cc; in iselWordExpr_R_wrk()
2138 PPCCondCode cc = mk_PPCCondCode( Pct_TRUE, Pcf_7EQ ); in iselWordExpr_R_wrk()
[all …]
Dhost_ppc_defs.c276 HChar* showPPCCondCode ( PPCCondCode cond ) in showPPCCondCode()
296 PPCCondCode mk_PPCCondCode ( PPCCondTest test, PPCCondFlag flag ) in mk_PPCCondCode()
298 PPCCondCode cc; in mk_PPCCondCode()
841 PPCInstr* PPCInstr_Call ( PPCCondCode cond, in PPCInstr_Call()
855 PPCCondCode cond, Bool toFastEP ) { in PPCInstr_XDirect()
865 PPCCondCode cond ) { in PPCInstr_XIndir()
874 PPCCondCode cond, IRJumpKind jk ) { in PPCInstr_XAssisted()
883 PPCInstr* PPCInstr_CMov ( PPCCondCode cond, in PPCInstr_CMov()
937 PPCInstr* PPCInstr_Set ( PPCCondCode cond, HReg dst ) { in PPCInstr_Set()
1256 PPCInstr* PPCInstr_FpCMov ( PPCCondCode cond, HReg dst, HReg src ) { in PPCInstr_FpCMov()
[all …]