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