HomeSort by relevance Sort by last modified time
    Searched refs:PPCCondCode (Results 1 - 3 of 3) sorted by null

  /external/valgrind/VEX/priv/
host_ppc_defs.h 156 PPCCondCode;
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...]
host_ppc_isel.c 471 static PPCCondCode iselCondCode_wrk ( ISelEnv* env, IRExpr* e,
473 static PPCCondCode iselCondCode ( ISelEnv* env, IRExpr* e,
724 PPCCondCode cc;
    [all...]
host_ppc_defs.c 196 const HChar* showPPCCondCode ( PPCCondCode cond )
216 PPCCondCode mk_PPCCondCode ( PPCCondTest test, PPCCondFlag flag )
218 PPCCondCode cc;
791 PPCInstr* PPCInstr_Call ( PPCCondCode cond,
807 PPCCondCode cond, Bool toFastEP ) {
817 PPCCondCode cond ) {
826 PPCCondCode cond, IRJumpKind jk ) {
835 PPCInstr* PPCInstr_CMov ( PPCCondCode cond,
889 PPCInstr* PPCInstr_Set ( PPCCondCode cond, HReg dst ) {
    [all...]

Completed in 103 milliseconds