unify the name convention of label in .S files
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6195 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -51,14 +51,14 @@ L0:
|
||||
mov rcx, rdx
|
||||
and edx, 15
|
||||
shr rcx, 4
|
||||
jz _ZeroBytes_L2
|
||||
jz L_ZeroBytes
|
||||
pxor xmm0, xmm0
|
||||
L1:
|
||||
movntdq [rdi], xmm0 # rdi should be 16-byte aligned
|
||||
add rdi, 16
|
||||
loop L1
|
||||
mfence
|
||||
_ZeroBytes_L2:
|
||||
L_ZeroBytes:
|
||||
mov ecx, edx
|
||||
rep stosb
|
||||
mov rax, r8
|
||||
|
Reference in New Issue
Block a user