Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_amd64_isel.c412 return AMD64Instr_MovxLQ(False, src, dst); in iselIntExpr_single_instruction()
1043 addInstr(env, AMD64Instr_MovxLQ(False, dst, dst)); in iselIntExpr_R_wrk()
1054 addInstr(env, AMD64Instr_MovxLQ(True, dst, dst)); in iselIntExpr_R_wrk()
1228 addInstr(env, AMD64Instr_MovxLQ(False, argR, argR)); in iselIntExpr_R_wrk()
1266 addInstr(env, AMD64Instr_MovxLQ(False, rdx, rdx)); in iselIntExpr_R_wrk()
1267 addInstr(env, AMD64Instr_MovxLQ(False, rax, rax)); in iselIntExpr_R_wrk()
1282 addInstr(env, AMD64Instr_MovxLQ(False, lo32, lo32)); in iselIntExpr_R_wrk()
1454 addInstr(env, AMD64Instr_MovxLQ(e->Iex.Unop.op == Iop_32Sto64, in iselIntExpr_R_wrk()
1582 addInstr(env, AMD64Instr_MovxLQ(False, src, src)); in iselIntExpr_R_wrk()
1708 addInstr(env, AMD64Instr_MovxLQ(False, hregAMD64_RAX(), dst)); in iselIntExpr_R_wrk()
[all …]
Dhost_amd64_defs.h713 extern AMD64Instr* AMD64Instr_MovxLQ ( Bool syned, HReg src, HReg dst );
Dhost_amd64_defs.c748 AMD64Instr* AMD64Instr_MovxLQ ( Bool syned, HReg src, HReg dst ) { in AMD64Instr_MovxLQ() function