1 ;------------------------------------------------------------------------------
3 ; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
4 ; This program and the accompanying materials
5 ; are licensed and made available under the terms and conditions of the BSD License
6 ; which accompanies this distribution. The full text of the license may be found at
7 ; http://opensource.org/licenses/bsd-license.php.
9 ; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 ; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
22 ;------------------------------------------------------------------------------
26 ;------------------------------------------------------------------------------
29 ; InternalMemSetMem64 (
34 ;------------------------------------------------------------------------------
35 global ASM_PFX(InternalMemSetMem64)
36 ASM_PFX(InternalMemSetMem64):
37 mov eax, [esp + 4] ; eax <- Buffer
38 mov ecx, [esp + 8] ; ecx <- Count
41 movq xmm0, qword [esp + 12]
43 movq qword [edx], xmm0
57 movq qword [edx], xmm0