summaryrefslogtreecommitdiff
path: root/src/debug/di/amd64/floatconversion.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/di/amd64/floatconversion.S')
-rw-r--r--src/debug/di/amd64/floatconversion.S11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/debug/di/amd64/floatconversion.S b/src/debug/di/amd64/floatconversion.S
new file mode 100644
index 0000000000..70698d26cc
--- /dev/null
+++ b/src/debug/di/amd64/floatconversion.S
@@ -0,0 +1,11 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+.intel_syntax noprefix
+#include <unixasmmacros.inc>
+
+LEAF_ENTRY FPFillR8, _TEXT
+ movdqa xmm0, xmmword ptr [rdi]
+ ret
+LEAF_END FPFillR8, _TEXT