Searched defs:cvtsi2sd (Results 1 – 5 of 5) sorted by relevance
432 __ cvtsi2sd(xmm1, Operand(ebx, ecx, times_4, 10000)); in TEST() local
283 __ cvtsi2sd(xmm0, eax); in TEST() local
753 __ cvtsi2sd(i.OutputDoubleRegister(), i.InputOperand(0)); in AssembleArchInstruction() local
963 void cvtsi2sd(XMMRegister dst, Register src) { cvtsi2sd(dst, Operand(src)); } in cvtsi2sd() function
2003 void Assembler::cvtsi2sd(XMMRegister dst, const Operand& src) { in cvtsi2sd() function in v8::internal::Assembler