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

/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.h187 PPCCondCode; typedef in typeref:struct:__anon31092
189 extern const HChar* showPPCCondCode ( PPCCondCode );
192 extern PPCCondCode mk_PPCCondCode ( PPCCondTest, PPCCondFlag );
644 PPCCondCode cond;
655 PPCCondCode cond; /* can be ALWAYS */
663 PPCCondCode cond; /* can be ALWAYS */
670 PPCCondCode cond; /* can be ALWAYS */
676 PPCCondCode cond;
706 PPCCondCode cond;
767 PPCCondCode con
[all...]
H A Dhost_ppc_isel.c450 static PPCCondCode iselCondCode_wrk ( ISelEnv* env, IRExpr* e );
451 static PPCCondCode iselCondCode ( ISelEnv* env, IRExpr* e );
690 PPCCondCode cc;
1605 PPCCondCode cc = mk_PPCCondCode( Pct_TRUE, Pcf_7LT );
1975 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg);
1985 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg);
1999 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg);
2183 PPCCondCode cc;
2212 PPCCondCode cc;
2364 PPCCondCode c
[all...]
H A Dhost_ppc_defs.c276 const HChar* showPPCCondCode ( PPCCondCode cond )
296 PPCCondCode mk_PPCCondCode ( PPCCondTest test, PPCCondFlag flag )
298 PPCCondCode cc;
871 PPCInstr* PPCInstr_Call ( PPCCondCode cond,
887 PPCCondCode cond, Bool toFastEP ) {
897 PPCCondCode cond ) {
906 PPCCondCode cond, IRJumpKind jk ) {
915 PPCInstr* PPCInstr_CMov ( PPCCondCode cond,
969 PPCInstr* PPCInstr_Set ( PPCCondCode cond, HReg dst ) {
1288 PPCInstr* PPCInstr_FpCMov ( PPCCondCode con
[all...]

Completed in 150 milliseconds