Home | History | Annotate | Download | only in ia32

Lines Matching full:cvtsi2sd

342   // cvtsi2sd instruction only writes to the low 64-bit of dst register, which
344 // xorps to clear the dst register before cvtsi2sd to solve this issue.
345 void Cvtsi2sd(XMMRegister dst, Register src) { Cvtsi2sd(dst, Operand(src)); }
346 void Cvtsi2sd(XMMRegister dst, const Operand& src);