Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_amd64_isel.c2675 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(0, hregAMD64_RSP()), in iselFltExpr_wrk()
2677 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(4, hregAMD64_RSP()), in iselFltExpr_wrk()
2679 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(8, hregAMD64_RSP()), in iselFltExpr_wrk()
2681 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(12, hregAMD64_RSP()), in iselFltExpr_wrk()
2854 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(0, hregAMD64_RSP()), in iselDblExpr_wrk()
2856 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(8, hregAMD64_RSP()), in iselDblExpr_wrk()
2858 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(16, hregAMD64_RSP()), in iselDblExpr_wrk()
2860 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(24, hregAMD64_RSP()), in iselDblExpr_wrk()
3567 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(48, hregAMD64_RSP()), in iselVecExpr_wrk()
3578 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(0, argp), in iselVecExpr_wrk()
[all …]
Dhost_amd64_defs.h726 extern AMD64Instr* AMD64Instr_Lea64 ( AMD64AMode* am, HReg dst );
Dhost_amd64_defs.c635 AMD64Instr* AMD64Instr_Lea64 ( AMD64AMode* am, HReg dst ) { in AMD64Instr_Lea64() function