Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_amd64_defs.h117 AMD64CondCode; typedef
119 extern const HChar* showAMD64CondCode ( AMD64CondCode );
473 AMD64CondCode cond;
483 AMD64CondCode cond; /* can be Acc_ALWAYS */
491 AMD64CondCode cond; /* can be Acc_ALWAYS */
498 AMD64CondCode cond; /* can be Acc_ALWAYS */
504 AMD64CondCode cond;
511 AMD64CondCode cond;
519 AMD64CondCode cond;
545 AMD64CondCode cond;
[all …]
Dhost_amd64_isel.c239 static AMD64CondCode iselCondCode_wrk ( ISelEnv* env, IRExpr* e );
240 static AMD64CondCode iselCondCode ( ISelEnv* env, IRExpr* e );
434 AMD64CondCode cc; in doHelperCall()
1527 AMD64CondCode cond = iselCondCode(env, e->Iex.Unop.arg); in iselIntExpr_R_wrk()
1537 AMD64CondCode cond = iselCondCode(env, e->Iex.Unop.arg); in iselIntExpr_R_wrk()
1867 AMD64CondCode cc = iselCondCode(env, e->Iex.ITE.cond); in iselIntExpr_R_wrk()
2199 static AMD64CondCode iselCondCode ( ISelEnv* env, IRExpr* e ) in iselCondCode()
2206 static AMD64CondCode iselCondCode_wrk ( ISelEnv* env, IRExpr* e ) in iselCondCode_wrk()
3093 AMD64CondCode cc = iselCondCode(env, e->Iex.ITE.cond); in iselDblExpr_wrk()
3704 AMD64CondCode cc = iselCondCode(env, e->Iex.ITE.cond); in iselVecExpr_wrk()
[all …]
Dhost_amd64_defs.c159 const HChar* showAMD64CondCode ( AMD64CondCode cond ) in showAMD64CondCode()
677 AMD64Instr* AMD64Instr_Call ( AMD64CondCode cond, Addr64 target, Int regparms, in AMD64Instr_Call()
691 AMD64CondCode cond, Bool toFastEP ) { in AMD64Instr_XDirect()
701 AMD64CondCode cond ) { in AMD64Instr_XIndir()
710 AMD64CondCode cond, IRJumpKind jk ) { in AMD64Instr_XAssisted()
720 AMD64Instr* AMD64Instr_CMov64 ( AMD64CondCode cond, HReg src, HReg dst ) { in AMD64Instr_CMov64()
729 AMD64Instr* AMD64Instr_CLoad ( AMD64CondCode cond, UChar szB, in AMD64Instr_CLoad()
740 AMD64Instr* AMD64Instr_CStore ( AMD64CondCode cond, UChar szB, in AMD64Instr_CStore()
779 AMD64Instr* AMD64Instr_Set64 ( AMD64CondCode cond, HReg dst ) { in AMD64Instr_Set64()
967 AMD64Instr* AMD64Instr_SseCMov ( AMD64CondCode cond, HReg src, HReg dst ) { in AMD64Instr_SseCMov()