Searched refs:AMD64Instr_Goto (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_amd64_defs.h | 695 extern AMD64Instr* AMD64Instr_Goto ( IRJumpKind, AMD64CondCode cond, AMD64RI* dst );
|
D | host_amd64_isel.c | 4140 addInstr(env, AMD64Instr_Goto(stmt->Ist.Exit.jk, cc, dst)); in iselStmt() 4167 addInstr(env, AMD64Instr_Goto(jk, Acc_ALWAYS,ri)); in iselNext()
|
D | host_amd64_defs.c | 745 AMD64Instr* AMD64Instr_Goto ( IRJumpKind jk, AMD64CondCode cond, AMD64RI* dst ) { in AMD64Instr_Goto() function
|