Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_amd64_isel.c3689 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(48, hregAMD64_RSP()), in iselVecExpr_wrk()
3700 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(0, argp), in iselVecExpr_wrk()
3702 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(16, argp), in iselVecExpr_wrk()
3704 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(32, argp), in iselVecExpr_wrk()
3740 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(48, hregAMD64_RSP()), in iselVecExpr_wrk()
3750 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(0, argp), in iselVecExpr_wrk()
3752 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(16, argp), in iselVecExpr_wrk()
3953 addInstr(env, AMD64Instr_Lea64(am,dst)); in iselStmt()
Dhost_amd64_defs.h686 extern AMD64Instr* AMD64Instr_Lea64 ( AMD64AMode* am, HReg dst );
Dhost_amd64_defs.c684 AMD64Instr* AMD64Instr_Lea64 ( AMD64AMode* am, HReg dst ) { in AMD64Instr_Lea64() function