Searched defs:cvtsd2ss (Results 1 – 5 of 5) sorted by relevance
1559 __ cvtsd2ss(i.OutputDoubleRegister(), i.InputOperand(0)); in AssembleArchInstruction() local
3598 void Assembler::cvtsd2ss(XMMRegister dst, XMMRegister src) { in cvtsd2ss() function in v8::internal::Assembler3609 void Assembler::cvtsd2ss(XMMRegister dst, const Operand& src) { in cvtsd2ss() function in v8::internal::Assembler
1003 void cvtsd2ss(XMMRegister dst, XMMRegister src) { in cvtsd2ss() function
2149 void Assembler::cvtsd2ss(XMMRegister dst, const Operand& src) { in cvtsd2ss() function in v8::internal::Assembler
3221 __ cvtsd2ss(output_reg, input_reg); in DoMathFround() local3654 __ cvtsd2ss(xmm_scratch, ToDoubleRegister(instr->value())); in DoStoreKeyedExternalArray() local