Home | History | Annotate | Download | only in ia32

Lines Matching full:cvtsi2sd

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