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:
eric_tian
2008-10-23 06:46:29 +00:00
parent 6981c77851
commit 852f5d9673
7 changed files with 31 additions and 31 deletions

View File

@@ -53,9 +53,9 @@ L0:
mov rcx, rdx
and rdx, 15
shr rcx, 4
jz _SetBytes_L2
jz L_SetBytes
mov ah, al # ax <- Value repeats twice
movdqa [rsp + 0x10], xmm0 # save xmm0
movdqa [rsp + 0x10], xmm0 # save xmm0
movd xmm0, eax # xmm0[0..16] <- Value repeats twice
pshuflw xmm0, xmm0, 0 # xmm0[0..63] <- Value repeats 8 times
movlhps xmm0, xmm0 # xmm0 <- Value repeats 16 times
@@ -64,8 +64,8 @@ L1:
add rdi, 16
loop L1
mfence
movdqa xmm0, [rsp + 0x10] # restore xmm0
_SetBytes_L2:
movdqa xmm0, [rsp + 0x10] # restore xmm0
L_SetBytes:
mov ecx, edx # high 32 bits of rcx are always zero
rep stosb
mov rax, r9 # rax <- Return value