]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibSse2/X64/SetMem16.S
unify the name convention of label in .S files
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibSse2 / X64 / SetMem16.S
index 5678fcd192998850a72b0bbd9fe75b76f02289af..354222c1a9dd7ad7959c269c1e76f9a560c33867 100644 (file)
@@ -54,7 +54,7 @@ L0:
     mov     rcx, rdx
     and     edx, 7
     shr     rcx, 3
-    jz      _SetWords_L2
+    jz      L_SetWords
     movd    xmm0, eax
     pshuflw xmm0, xmm0, 0
     movlhps xmm0, xmm0
@@ -63,7 +63,7 @@ L1:
     add     rdi, 16
     loop    L1
     mfence
-_SetWords_L2:
+L_SetWords:
     mov     ecx, edx
     rep     stosw
     mov     rax, r9