Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_amd64_defs.h695 extern AMD64Instr* AMD64Instr_Goto ( IRJumpKind, AMD64CondCode cond, AMD64RI* dst );
Dhost_amd64_isel.c4140 addInstr(env, AMD64Instr_Goto(stmt->Ist.Exit.jk, cc, dst)); in iselStmt()
4167 addInstr(env, AMD64Instr_Goto(jk, Acc_ALWAYS,ri)); in iselNext()
Dhost_amd64_defs.c745 AMD64Instr* AMD64Instr_Goto ( IRJumpKind jk, AMD64CondCode cond, AMD64RI* dst ) { in AMD64Instr_Goto() function