Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.h663 extern X86Instr* X86Instr_Lea32 ( X86AMode* am, HReg dst );
Dhost_x86_isel.c3748 addInstr(env, X86Instr_Lea32(X86AMode_IR(48, hregX86_ESP()), in iselVecExpr_wrk()
3759 addInstr(env, X86Instr_Lea32(X86AMode_IR(0, argp), in iselVecExpr_wrk()
3761 addInstr(env, X86Instr_Lea32(X86AMode_IR(16, argp), in iselVecExpr_wrk()
3763 addInstr(env, X86Instr_Lea32(X86AMode_IR(32, argp), in iselVecExpr_wrk()
4038 addInstr(env, X86Instr_Lea32(am,dst)); in iselStmt()
Dhost_x86_defs.c603 X86Instr* X86Instr_Lea32 ( X86AMode* am, HReg dst ) { in X86Instr_Lea32() function