Searched refs:X86Instr_Lea32 (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_x86_defs.h | 663 extern X86Instr* X86Instr_Lea32 ( X86AMode* am, HReg dst );
|
D | host_x86_isel.c | 3748 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()
|
D | host_x86_defs.c | 603 X86Instr* X86Instr_Lea32 ( X86AMode* am, HReg dst ) { in X86Instr_Lea32() function
|