ae0217679690e73dd7f2d2b1e08006497a1df8fe
[platform/upstream/coreclr.git] / src / debug / di / amd64 / floatconversion.S
1 //
2 // Copyright (c) Microsoft. All rights reserved.
3 // Licensed under the MIT license. See LICENSE file in the project root for full license information. 
4 //
5
6 .intel_syntax noprefix
7 #include <unixasmmacros.inc>
8
9 LEAF_ENTRY FPFillR8, _TEXT
10             movdqa  xmm0, [rdi]
11             ret
12 LEAF_END FPFillR8, _TEXT