Searched refs:AMD64CondCode (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_amd64_defs.h | 120 AMD64CondCode; typedef 122 extern HChar* showAMD64CondCode ( AMD64CondCode ); 486 AMD64CondCode cond; 494 AMD64CondCode cond; 500 AMD64CondCode cond; 525 AMD64CondCode cond; 668 AMD64CondCode cond; 694 extern AMD64Instr* AMD64Instr_Call ( AMD64CondCode, Addr64, Int ); 695 extern AMD64Instr* AMD64Instr_Goto ( IRJumpKind, AMD64CondCode cond, AMD64RI* dst ); 696 extern AMD64Instr* AMD64Instr_CMov64 ( AMD64CondCode, AMD64RM* src, HReg dst ); [all …]
|
D | host_amd64_isel.c | 221 static AMD64CondCode iselCondCode_wrk ( ISelEnv* env, IRExpr* e ); 222 static AMD64CondCode iselCondCode ( ISelEnv* env, IRExpr* e ); 438 AMD64CondCode cc; in doHelperCall() 1540 AMD64CondCode cond = iselCondCode(env, e->Iex.Unop.arg); in iselIntExpr_R_wrk() 1550 AMD64CondCode cond = iselCondCode(env, e->Iex.Unop.arg); in iselIntExpr_R_wrk() 2129 static AMD64CondCode iselCondCode ( ISelEnv* env, IRExpr* e ) in iselCondCode() 2136 static AMD64CondCode iselCondCode_wrk ( ISelEnv* env, IRExpr* e ) in iselCondCode_wrk() 3974 AMD64CondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); in iselStmt() 4135 AMD64CondCode cc; in iselStmt()
|
D | host_amd64_defs.c | 189 HChar* showAMD64CondCode ( AMD64CondCode cond ) in showAMD64CondCode() 736 AMD64Instr* AMD64Instr_Call ( AMD64CondCode cond, Addr64 target, Int regparms ) { in AMD64Instr_Call() 745 AMD64Instr* AMD64Instr_Goto ( IRJumpKind jk, AMD64CondCode cond, AMD64RI* dst ) { in AMD64Instr_Goto() 753 AMD64Instr* AMD64Instr_CMov64 ( AMD64CondCode cond, AMD64RM* src, HReg dst ) { in AMD64Instr_CMov64() 790 AMD64Instr* AMD64Instr_Set64 ( AMD64CondCode cond, HReg dst ) { in AMD64Instr_Set64() 1047 AMD64Instr* AMD64Instr_SseCMov ( AMD64CondCode cond, HReg src, HReg dst ) { in AMD64Instr_SseCMov()
|