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

/external/valgrind/main/VEX/priv/
H A Dhost_x86_defs.h634 extern X86Instr* X86Instr_Call ( X86CondCode, Addr32, Int );
H A Dhost_x86_isel.c359 addInstr(env, X86Instr_Call( cc, toUInt(Ptr_to_ULong(cee->addr)),
2432 addInstr(env, X86Instr_Call( Xcc_ALWAYS, (UInt)fn, 0 ));
2471 addInstr(env, X86Instr_Call( Xcc_ALWAYS, (UInt)fn, 0 ));
2709 addInstr(env, X86Instr_Call( Xcc_ALWAYS, (UInt)fn, 0 ));
3653 addInstr(env, X86Instr_Call( Xcc_ALWAYS, (Addr32)fn, 3 ));
H A Dhost_x86_defs.c641 X86Instr* X86Instr_Call ( X86CondCode cond, Addr32 target, Int regparms ) { function

Completed in 68 milliseconds