Searched refs:AMD64Instr_Lea64 (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_amd64_isel.c | 2675 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 …]
|
D | host_amd64_defs.h | 714 extern AMD64Instr* AMD64Instr_Lea64 ( AMD64AMode* am, HReg dst );
|
D | host_amd64_defs.c | 635 AMD64Instr* AMD64Instr_Lea64 ( AMD64AMode* am, HReg dst ) { in AMD64Instr_Lea64() function
|