Searched refs:AMD64Instr_MovxLQ (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_amd64_isel.c | 411 return AMD64Instr_MovxLQ(False, src, dst); in iselIntExpr_single_instruction() 1042 addInstr(env, AMD64Instr_MovxLQ(False, dst, dst)); in iselIntExpr_R_wrk() 1053 addInstr(env, AMD64Instr_MovxLQ(True, dst, dst)); in iselIntExpr_R_wrk() 1227 addInstr(env, AMD64Instr_MovxLQ(False, argR, argR)); in iselIntExpr_R_wrk() 1265 addInstr(env, AMD64Instr_MovxLQ(False, rdx, rdx)); in iselIntExpr_R_wrk() 1266 addInstr(env, AMD64Instr_MovxLQ(False, rax, rax)); in iselIntExpr_R_wrk() 1281 addInstr(env, AMD64Instr_MovxLQ(False, lo32, lo32)); in iselIntExpr_R_wrk() 1453 addInstr(env, AMD64Instr_MovxLQ(e->Iex.Unop.op == Iop_32Sto64, in iselIntExpr_R_wrk() 1581 addInstr(env, AMD64Instr_MovxLQ(False, src, src)); in iselIntExpr_R_wrk() 1707 addInstr(env, AMD64Instr_MovxLQ(False, hregAMD64_RAX(), dst)); in iselIntExpr_R_wrk() [all …]
|
D | host_amd64_defs.h | 745 extern AMD64Instr* AMD64Instr_MovxLQ ( Bool syned, HReg src, HReg dst );
|
D | host_amd64_defs.c | 751 AMD64Instr* AMD64Instr_MovxLQ ( Bool syned, HReg src, HReg dst ) { in AMD64Instr_MovxLQ() function
|