Searched defs:StoreFloat (Results 1 – 2 of 2) sorted by relevance
1649 __ StoreFloat(ft, operand); in AssembleArchInstruction() local4218 __ StoreFloat(src, g.ToMemOperand(destination)); in AssembleMove() local4263 __ StoreFloat(temp, g.ToMemOperand(destination)); in AssembleMove() local4323 __ StoreFloat(temp, dst); in AssembleSwap() local
1466 void TurboAssembler::StoreFloat(FPURegister fs, const MemOperand& src) { in StoreFloat() function in v8::internal::TurboAssembler