Searched defs:StoreSingle (Results 1 – 2 of 2) sorted by relevance
1645 __ StoreSingle(i.InputDoubleRegister(0), in AssembleArchInstruction() local2334 __ StoreSingle(src, g.ToMemOperand(destination), r0); in AssembleMove() local2355 __ StoreSingle(temp, g.ToMemOperand(destination), r0); in AssembleMove() local
4398 void MacroAssembler::StoreSingle(DoubleRegister src, const MemOperand& mem, in StoreSingle() function in v8::internal::MacroAssembler