Home | History | Annotate | Download | only in ia32

Lines Matching full:cvtsi2sd

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