Searched refs:src_const (Results 1 – 1 of 1) sorted by relevance
2699 uint32_t src_const = bit_cast<uint32_t>(src.ToFloat32()); in AssembleMove() local2701 __ Move(g.ToDoubleRegister(destination), src_const); in AssembleMove()2705 __ movl(dst, Immediate(src_const)); in AssembleMove()2709 uint64_t src_const = bit_cast<uint64_t>(src.ToFloat64()); in AssembleMove() local2711 __ Move(g.ToDoubleRegister(destination), src_const); in AssembleMove()2714 __ movq(kScratchRegister, src_const); in AssembleMove()