Home | History | Annotate | Download | only in x86_64

Lines Matching full:cvtsi2sd

431   void cvtsi2sd(XmmRegister dst, CpuRegister src);  // Note: this is the r/m32 version.
432 void cvtsi2sd(XmmRegister dst, CpuRegister src, bool is64bit);
433 void cvtsi2sd(XmmRegister dst, const Address& src, bool is64bit);