mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Fix WS
This commit is contained in:
parent
95584d3b33
commit
f17424ed53
@ -128,7 +128,7 @@ L(continue_48_48):
|
||||
jne L(nequal)
|
||||
test %ecx, %ecx
|
||||
jz L(equal)
|
||||
|
||||
|
||||
movdqu 16(%edi), %xmm1
|
||||
movdqu 16(%esi), %xmm2
|
||||
pcmpeqd %xmm1, %xmm0 /* Any null double_word? */
|
||||
@ -263,7 +263,7 @@ L(continue_00_48):
|
||||
|
||||
cmp (%esi), %eax
|
||||
jne L(nequal)
|
||||
|
||||
|
||||
mov 4(%edi), %eax
|
||||
cmp 4(%esi), %eax
|
||||
jne L(nequal)
|
||||
@ -275,7 +275,7 @@ L(continue_00_48):
|
||||
mov 12(%edi), %eax
|
||||
cmp 12(%esi), %eax
|
||||
jne L(nequal)
|
||||
|
||||
|
||||
movdqu 16(%esi), %xmm2
|
||||
pcmpeqd %xmm2, %xmm0 /* Any null double_word? */
|
||||
pcmpeqd 16(%edi), %xmm2 /* compare first 4 double_words for equality */
|
||||
@ -584,7 +584,7 @@ L(continue_48_00):
|
||||
|
||||
cmp (%esi), %eax
|
||||
jne L(nequal)
|
||||
|
||||
|
||||
mov 4(%edi), %eax
|
||||
cmp 4(%esi), %eax
|
||||
jne L(nequal)
|
||||
@ -596,7 +596,7 @@ L(continue_48_00):
|
||||
mov 12(%edi), %eax
|
||||
cmp 12(%esi), %eax
|
||||
jne L(nequal)
|
||||
|
||||
|
||||
movdqu 16(%edi), %xmm1
|
||||
pcmpeqd %xmm1, %xmm0 /* Any null double_word? */
|
||||
pcmpeqd 16(%esi), %xmm1 /* compare first 4 double_words for equality */
|
||||
|
@ -78,7 +78,7 @@ L(continue_48_48):
|
||||
jne L(nequal)
|
||||
test %ecx, %ecx
|
||||
jz L(equal)
|
||||
|
||||
|
||||
movdqu 16(%rdi), %xmm1
|
||||
movdqu 16(%rsi), %xmm2
|
||||
pcmpeqd %xmm1, %xmm0 /* Any null double_word? */
|
||||
@ -213,7 +213,7 @@ L(continue_00_48):
|
||||
|
||||
cmp (%rsi), %eax
|
||||
jne L(nequal)
|
||||
|
||||
|
||||
mov 4(%rdi), %eax
|
||||
cmp 4(%rsi), %eax
|
||||
jne L(nequal)
|
||||
@ -225,7 +225,7 @@ L(continue_00_48):
|
||||
mov 12(%rdi), %eax
|
||||
cmp 12(%rsi), %eax
|
||||
jne L(nequal)
|
||||
|
||||
|
||||
movdqu 16(%rsi), %xmm2
|
||||
pcmpeqd %xmm2, %xmm0 /* Any null double_word? */
|
||||
pcmpeqd 16(%rdi), %xmm2 /* compare first 4 double_words for equality */
|
||||
@ -534,7 +534,7 @@ L(continue_48_00):
|
||||
|
||||
cmp (%rsi), %eax
|
||||
jne L(nequal)
|
||||
|
||||
|
||||
mov 4(%rdi), %eax
|
||||
cmp 4(%rsi), %eax
|
||||
jne L(nequal)
|
||||
@ -546,7 +546,7 @@ L(continue_48_00):
|
||||
mov 12(%rdi), %eax
|
||||
cmp 12(%rsi), %eax
|
||||
jne L(nequal)
|
||||
|
||||
|
||||
movdqu 16(%rdi), %xmm1
|
||||
pcmpeqd %xmm1, %xmm0 /* Any null double_word? */
|
||||
pcmpeqd 16(%rsi), %xmm1 /* compare first 4 double_words for equality */
|
||||
|
Loading…
Reference in New Issue
Block a user