Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.h671 extern X86Instr* X86Instr_Call ( X86CondCode, Addr32, Int, RetLoc );
Dhost_x86_isel.c390 addInstr(env, X86Instr_Call( cc, (Addr)cee->addr, in callHelperAndClearArgs()
1407 addInstr(env, X86Instr_Call( Xcc_ALWAYS, (Addr32)fn, in iselIntExpr_R_wrk()
2546 addInstr(env, X86Instr_Call( Xcc_ALWAYS, (Addr32)fn, in iselInt64Expr_wrk()
2586 addInstr(env, X86Instr_Call( Xcc_ALWAYS, (Addr32)fn, in iselInt64Expr_wrk()
2825 addInstr(env, X86Instr_Call( Xcc_ALWAYS, (Addr32)fn, in iselInt64Expr_wrk()
3776 addInstr(env, X86Instr_Call( Xcc_ALWAYS, (Addr32)fn, in iselVecExpr_wrk()
Dhost_x86_defs.c640 X86Instr* X86Instr_Call ( X86CondCode cond, Addr32 target, Int regparms, in X86Instr_Call() function