Searched defs:addss (Results 1 – 5 of 5) sorted by relevance
989 __ addss(i.InputDoubleRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local1220 __ addss(kScratchDoubleReg, i.InputOperand(0)); in AssembleArchInstruction() local
1571 __ addss(kScratchDoubleReg, i.InputDoubleRegister(0)); in AssembleArchInstruction() local1573 __ addss(kScratchDoubleReg, i.InputOperand(0)); in AssembleArchInstruction() local
3099 void Assembler::addss(XMMRegister dst, XMMRegister src) { in addss() function in v8::internal::Assembler3109 void Assembler::addss(XMMRegister dst, const Operand& src) { in addss() function in v8::internal::Assembler
948 void addss(XMMRegister dst, XMMRegister src) { addss(dst, Operand(src)); } in addss() function
2670 void Assembler::addss(XMMRegister dst, const Operand& src) { in addss() function in v8::internal::Assembler