id stringlengths 22 129 | text stringlengths 60 19.5k | arch stringclasses 9
values | syntax stringclasses 5
values | kind stringclasses 4
values | repo stringclasses 32
values | path stringlengths 7 108 | license stringclasses 10
values | commit stringlengths 40 40 | source_host stringclasses 1
value | category stringclasses 15
values | source_url stringlengths 85 192 | line_start int64 1 5.48k | line_end int64 4 5.5k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:15 | L(shl_4_end):
add $32, %ecx
add %ecx, %edi
add %edi, %edx
lea 4(%edi, %eax), %eax
POP (%edi)
BRANCH_TO_JMPTBL_ENTRY_TAIL(L(table_48bytes_fwd), %ecx, 4)
cfi_restore_state
cfi_remember_state
ALIGN (4)
L(shl_5):
BRANCH_TO_JMPTBL_ENTRY_VALUE(L(table_48bytes_fwd))
sub $5, %eax
movaps (%eax), %xmm1
xor %edi, %e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 561 | 620 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:16 | lea 32(%edi), %edi
movdqa %xmm2, -32(%edx, %edi)
movdqa %xmm3, -16(%edx, %edi)
jae L(shl_5_loop)
L(shl_5_end):
add $32, %ecx
add %ecx, %edi
add %edi, %edx
lea 5(%edi, %eax), %eax
POP (%edi)
BRANCH_TO_JMPTBL_ENTRY_TAIL(L(table_48bytes_fwd), %ecx, 4)
cfi_restore_state
cfi_remember_state
ALIGN (4)
L(shl_6):... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 601 | 660 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:17 | sub $32, %ecx
movdqa 32(%eax, %edi), %xmm3
movdqa %xmm3, %xmm1
palignr $6, %xmm2, %xmm3
palignr $6, %xmm4, %xmm2
lea 32(%edi), %edi
movdqa %xmm2, -32(%edx, %edi)
movdqa %xmm3, -16(%edx, %edi)
jae L(shl_6_loop)
L(shl_6_end):
add $32, %ecx
add %ecx, %edi
add %edi, %edx
lea 6(%edi, %eax), %eax
POP (%edi)
B... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 641 | 700 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:18 | movdqa %xmm3, -16(%edx, %edi)
jb L(shl_7_end)
movdqa 16(%eax, %edi), %xmm2
sub $32, %ecx
movdqa 32(%eax, %edi), %xmm3
movdqa %xmm3, %xmm1
palignr $7, %xmm2, %xmm3
palignr $7, %xmm4, %xmm2
lea 32(%edi), %edi
movdqa %xmm2, -32(%edx, %edi)
movdqa %xmm3, -16(%edx, %edi)
jae L(shl_7_loop)
L(shl_7_end):
add $... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 681 | 740 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:19 | movdqa %xmm3, %xmm4
palignr $8, %xmm2, %xmm3
palignr $8, %xmm1, %xmm2
lea 32(%edi), %edi
movdqa %xmm2, -32(%edx, %edi)
movdqa %xmm3, -16(%edx, %edi)
jb L(shl_8_end)
movdqa 16(%eax, %edi), %xmm2
sub $32, %ecx
movdqa 32(%eax, %edi), %xmm3
movdqa %xmm3, %xmm1
palignr $8, %xmm2, %xmm3
palignr $8, %xmm4, %xmm2... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 721 | 780 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:20 | L(shl_9_loop):
movdqa 16(%eax, %edi), %xmm2
sub $32, %ecx
movdqa 32(%eax, %edi), %xmm3
movdqa %xmm3, %xmm4
palignr $9, %xmm2, %xmm3
palignr $9, %xmm1, %xmm2
lea 32(%edi), %edi
movdqa %xmm2, -32(%edx, %edi)
movdqa %xmm3, -16(%edx, %edi)
jb L(shl_9_end)
movdqa 16(%eax, %edi), %xmm2
sub $32, %ecx
movdqa 32... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 761 | 820 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:21 | movaps (%eax), %xmm1
xor %edi, %edi
sub $32, %ecx
movdqu %xmm0, (%esi)
POP (%esi)
L(shl_10_loop):
movdqa 16(%eax, %edi), %xmm2
sub $32, %ecx
movdqa 32(%eax, %edi), %xmm3
movdqa %xmm3, %xmm4
palignr $10, %xmm2, %xmm3
palignr $10, %xmm1, %xmm2
lea 32(%edi), %edi
movdqa %xmm2, -32(%edx, %edi)
movdqa %xmm3, -... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 801 | 860 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:22 | cfi_remember_state
ALIGN (4)
L(shl_11):
BRANCH_TO_JMPTBL_ENTRY_VALUE(L(table_48bytes_fwd))
sub $11, %eax
movaps (%eax), %xmm1
xor %edi, %edi
sub $32, %ecx
movdqu %xmm0, (%esi)
POP (%esi)
L(shl_11_loop):
movdqa 16(%eax, %edi), %xmm2
sub $32, %ecx
movdqa 32(%eax, %edi), %xmm3
movdqa %xmm3, %xmm4
palignr $11... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 841 | 900 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:23 | lea 11(%edi, %eax), %eax
POP (%edi)
BRANCH_TO_JMPTBL_ENTRY_TAIL(L(table_48bytes_fwd), %ecx, 4)
cfi_restore_state
cfi_remember_state
ALIGN (4)
L(shl_12):
BRANCH_TO_JMPTBL_ENTRY_VALUE(L(table_48bytes_fwd))
sub $12, %eax
movaps (%eax), %xmm1
xor %edi, %edi
sub $32, %ecx
movdqu %xmm0, (%esi)
POP (%esi)
L(shl_1... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 881 | 940 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:24 | L(shl_12_end):
add $32, %ecx
add %ecx, %edi
add %edi, %edx
lea 12(%edi, %eax), %eax
POP (%edi)
BRANCH_TO_JMPTBL_ENTRY_TAIL(L(table_48bytes_fwd), %ecx, 4)
cfi_restore_state
cfi_remember_state
ALIGN (4)
L(shl_13):
BRANCH_TO_JMPTBL_ENTRY_VALUE(L(table_48bytes_fwd))
sub $13, %eax
movaps (%eax), %xmm1
xor %edi... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 921 | 980 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:25 | lea 32(%edi), %edi
movdqa %xmm2, -32(%edx, %edi)
movdqa %xmm3, -16(%edx, %edi)
jae L(shl_13_loop)
L(shl_13_end):
add $32, %ecx
add %ecx, %edi
add %edi, %edx
lea 13(%edi, %eax), %eax
POP (%edi)
BRANCH_TO_JMPTBL_ENTRY_TAIL(L(table_48bytes_fwd), %ecx, 4)
cfi_restore_state
cfi_remember_state
ALIGN (4)
L(shl_... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 961 | 1,020 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:26 | sub $32, %ecx
movdqa 32(%eax, %edi), %xmm3
movdqa %xmm3, %xmm1
palignr $14, %xmm2, %xmm3
palignr $14, %xmm4, %xmm2
lea 32(%edi), %edi
movdqa %xmm2, -32(%edx, %edi)
movdqa %xmm3, -16(%edx, %edi)
jae L(shl_14_loop)
L(shl_14_end):
add $32, %ecx
add %ecx, %edi
add %edi, %edx
lea 14(%edi, %eax), %eax
POP (%ed... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1,001 | 1,060 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:27 | movdqa %xmm3, -16(%edx, %edi)
jb L(shl_15_end)
movdqa 16(%eax, %edi), %xmm2
sub $32, %ecx
movdqa 32(%eax, %edi), %xmm3
movdqa %xmm3, %xmm1
palignr $15, %xmm2, %xmm3
palignr $15, %xmm4, %xmm2
lea 32(%edi), %edi
movdqa %xmm2, -32(%edx, %edi)
movdqa %xmm3, -16(%edx, %edi)
jae L(shl_15_loop)
L(shl_15_end):
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1,041 | 1,100 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:28 | movl %ecx, -28(%edx)
L(fwd_write_24bytes):
movl -24(%eax), %ecx
movl %ecx, -24(%edx)
L(fwd_write_20bytes):
movl -20(%eax), %ecx
movl %ecx, -20(%edx)
L(fwd_write_16bytes):
movl -16(%eax), %ecx
movl %ecx, -16(%edx)
L(fwd_write_12bytes):
movl -12(%eax), %ecx
movl %ecx, -12(%edx)
L(fwd_write_8bytes):
movl -8(%eax)... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1,081 | 1,140 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:29 | # endif
#endif
RETURN
ALIGN (4)
L(fwd_write_45bytes):
movl -45(%eax), %ecx
movl %ecx, -45(%edx)
L(fwd_write_41bytes):
movl -41(%eax), %ecx
movl %ecx, -41(%edx)
L(fwd_write_37bytes):
movl -37(%eax), %ecx
movl %ecx, -37(%edx)
L(fwd_write_33bytes):
movl -33(%eax), %ecx
movl %ecx, -33(%edx)
L(fwd_write_29bytes):... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1,121 | 1,180 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:30 | #ifndef USE_AS_BCOPY
# ifdef USE_AS_MEMPCPY
movl %edx, %eax
# else
movl DEST(%esp), %eax
# endif
#endif
RETURN
ALIGN (4)
L(fwd_write_46bytes):
movl -46(%eax), %ecx
movl %ecx, -46(%edx)
L(fwd_write_42bytes):
movl -42(%eax), %ecx
movl %ecx, -42(%edx)
L(fwd_write_38bytes):
movl -38(%eax), %ecx
movl %ecx, -38(%e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1,161 | 1,220 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:31 | L(fwd_write_6bytes):
movl -6(%eax), %ecx
movl %ecx, -6(%edx)
L(fwd_write_2bytes):
movzwl -2(%eax), %ecx
movw %cx, -2(%edx)
#ifndef USE_AS_BCOPY
# ifdef USE_AS_MEMPCPY
movl %edx, %eax
# else
movl DEST(%esp), %eax
# endif
#endif
RETURN
ALIGN (4)
L(fwd_write_47bytes):
movl -47(%eax), %ecx
movl %ecx, -47(%edx)
L... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1,201 | 1,260 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:32 | L(fwd_write_15bytes):
movl -15(%eax), %ecx
movl %ecx, -15(%edx)
L(fwd_write_11bytes):
movl -11(%eax), %ecx
movl %ecx, -11(%edx)
L(fwd_write_7bytes):
movl -7(%eax), %ecx
movl %ecx, -7(%edx)
L(fwd_write_3bytes):
movzwl -3(%eax), %ecx
movzbl -1(%eax), %eax
movw %cx, -3(%edx)
movb %al, -1(%edx)
#ifndef USE_AS_BCO... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1,241 | 1,300 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:33 | prefetchnta 0x1c0(%eax)
prefetchnta 0x280(%eax)
movdqu (%eax), %xmm0
movdqu 0x10(%eax), %xmm1
movdqu 0x20(%eax), %xmm2
movdqu 0x30(%eax), %xmm3
movdqu 0x40(%eax), %xmm4
movdqu 0x50(%eax), %xmm5
movdqu 0x60(%eax), %xmm6
movdqu 0x70(%eax), %xmm7
lea 0x80(%eax), %eax
lfence
sub $0x80, %ecx
movntdq %xmm0, (%ed... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1,281 | 1,340 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:34 | cmp $32, %ecx
jb L(large_page_less_32bytes)
movdqu (%eax), %xmm0
movdqu 0x10(%eax), %xmm1
lea 0x20(%eax), %eax
movntdq %xmm0, (%edx)
movntdq %xmm1, 0x10(%edx)
lea 0x20(%edx), %edx
sub $0x20, %ecx
L(large_page_less_32bytes):
add %ecx, %edx
add %ecx, %eax
sfence
BRANCH_TO_JMPTBL_ENTRY (L(table_48bytes_fwd), %... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1,321 | 1,380 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:35 | #ifndef USE_AS_BCOPY
movl DEST(%esp), %eax
# ifdef USE_AS_MEMPCPY
movl LEN(%esp), %ecx
add %ecx, %eax
# endif
#endif
RETURN
ALIGN (4)
L(bk_write_44bytes):
movl 40(%eax), %ecx
movl %ecx, 40(%edx)
L(bk_write_40bytes):
movl 36(%eax), %ecx
movl %ecx, 36(%edx)
L(bk_write_36bytes):
movl 32(%eax), %ecx
movl %ecx, ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1,361 | 1,420 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:36 | L(bk_write_4bytes):
movl (%eax), %ecx
movl %ecx, (%edx)
L(bk_write_0bytes):
#ifndef USE_AS_BCOPY
movl DEST(%esp), %eax
# ifdef USE_AS_MEMPCPY
movl LEN(%esp), %ecx
add %ecx, %eax
# endif
#endif
RETURN
ALIGN (4)
L(bk_write_45bytes):
movl 41(%eax), %ecx
movl %ecx, 41(%edx)
L(bk_write_41bytes):
movl 37(%eax), %e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1,401 | 1,460 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:37 | movl %ecx, 9(%edx)
L(bk_write_9bytes):
movl 5(%eax), %ecx
movl %ecx, 5(%edx)
L(bk_write_5bytes):
movl 1(%eax), %ecx
movl %ecx, 1(%edx)
L(bk_write_1bytes):
movzbl (%eax), %ecx
movb %cl, (%edx)
#ifndef USE_AS_BCOPY
movl DEST(%esp), %eax
# ifdef USE_AS_MEMPCPY
movl LEN(%esp), %ecx
add %ecx, %eax
# endif
#endif
R... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1,441 | 1,500 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:38 | movl %ecx, 18(%edx)
L(bk_write_18bytes):
movl 14(%eax), %ecx
movl %ecx, 14(%edx)
L(bk_write_14bytes):
movl 10(%eax), %ecx
movl %ecx, 10(%edx)
L(bk_write_10bytes):
movl 6(%eax), %ecx
movl %ecx, 6(%edx)
L(bk_write_6bytes):
movl 2(%eax), %ecx
movl %ecx, 2(%edx)
L(bk_write_2bytes):
movzwl (%eax), %ecx
movw %cx, (... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1,481 | 1,540 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:39 | movl %ecx, 27(%edx)
L(bk_write_27bytes):
movl 23(%eax), %ecx
movl %ecx, 23(%edx)
L(bk_write_23bytes):
movl 19(%eax), %ecx
movl %ecx, 19(%edx)
L(bk_write_19bytes):
movl 15(%eax), %ecx
movl %ecx, 15(%edx)
L(bk_write_15bytes):
movl 11(%eax), %ecx
movl %ecx, 11(%edx)
L(bk_write_11bytes):
movl 7(%eax), %ecx
movl %... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1,521 | 1,580 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:40 | .int JMPTBL (L(fwd_write_3bytes), L(table_48bytes_fwd))
.int JMPTBL (L(fwd_write_4bytes), L(table_48bytes_fwd))
.int JMPTBL (L(fwd_write_5bytes), L(table_48bytes_fwd))
.int JMPTBL (L(fwd_write_6bytes), L(table_48bytes_fwd))
.int JMPTBL (L(fwd_write_7bytes), L(table_48bytes_fwd))
.int JMPTBL (L(fwd_write_8bytes), L... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1,561 | 1,620 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:41 | .int JMPTBL (L(fwd_write_43bytes), L(table_48bytes_fwd))
.int JMPTBL (L(fwd_write_44bytes), L(table_48bytes_fwd))
.int JMPTBL (L(fwd_write_45bytes), L(table_48bytes_fwd))
.int JMPTBL (L(fwd_write_46bytes), L(table_48bytes_fwd))
.int JMPTBL (L(fwd_write_47bytes), L(table_48bytes_fwd))
ALIGN (2)
L(shl_table):
.int... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1,601 | 1,660 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:42 | .int JMPTBL (L(bk_write_13bytes), L(table_48_bytes_bwd))
.int JMPTBL (L(bk_write_14bytes), L(table_48_bytes_bwd))
.int JMPTBL (L(bk_write_15bytes), L(table_48_bytes_bwd))
.int JMPTBL (L(bk_write_16bytes), L(table_48_bytes_bwd))
.int JMPTBL (L(bk_write_17bytes), L(table_48_bytes_bwd))
.int JMPTBL (L(bk_write_18byte... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1,641 | 1,700 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:43 | L(copy_backward):
PUSH (%esi)
movl %eax, %esi
add %ecx, %edx
add %ecx, %esi
testl $0x3, %edx
jnz L(bk_align)
L(bk_aligned_4):
cmp $64, %ecx
jae L(bk_write_more64bytes)
L(bk_write_64bytesless):
cmp $32, %ecx
jb L(bk_write_less32bytes)
L(bk_write_more32bytes):
/* Copy 32 bytes at a time. */
sub $32, %ecx
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1,681 | 1,740 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:44 | sub %ecx, %edx
sub %ecx, %eax
POP (%esi)
L(bk_write_less48bytes):
BRANCH_TO_JMPTBL_ENTRY (L(table_48_bytes_bwd), %ecx, 4)
CFI_PUSH (%esi)
ALIGN (4)
L(bk_align):
cmp $8, %ecx
jbe L(bk_write_less32bytes)
testl $1, %edx
/* We get here only if (EDX & 3 ) != 0 so if (EDX & 1) ==0,
then (EDX & 2) must be != 0. ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1,721 | 1,780 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:45 | sub $4, %esi
sub $4, %ecx
sub $4, %edx
movl (%esi), %eax
movl %eax, (%edx)
testl $15, %edx
jz L(bk_ssse3_cpy_pre)
sub $4, %esi
sub $4, %ecx
sub $4, %edx
movl (%esi), %eax
movl %eax, (%edx)
testl $15, %edx
jz L(bk_ssse3_cpy_pre)
sub $4, %esi
sub $4, %ecx
sub $4, %edx
movl (%esi), %eax
movl %eax, (%... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1,761 | 1,809 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:1 | /* memcpy with SSSE3 and REP string.
Copyright (C) 2010-2020 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License a... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:1 | /* memcpy with SSSE3 and REP string.
Copyright (C) 2010-2019 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License a... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:1 | /* memcpy with SSSE3 and REP string.
Copyright (C) 2010-2019 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License a... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:1 | /* memcpy with SSSE3 and REP string.
Copyright (C) 2010-2018 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License a... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 0a899af097a987f02c223a7f1fb2348d5bfea76c | github | libc | https://github.com/bminor/glibc/blob/0a899af097a987f02c223a7f1fb2348d5bfea76c/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:2 | # define LEN SRC+4
#endif
#define CFI_PUSH(REG) \
cfi_adjust_cfa_offset (4); \
cfi_rel_offset (REG, 0)
#define CFI_POP(REG) \
cfi_adjust_cfa_offset (-4); \
cfi_restore (REG)
#define PUSH(REG) pushl REG; CFI_PUSH (REG)
#define POP(REG) popl REG; CFI_POP (REG)
#ifdef PIC
# define PARMS 8 ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:3 | /* We loaded the jump table. Go. */ \
jmp *%ebx
#else
# define PARMS 4
# define ENTRANCE
# define RETURN_END ret
# define RETURN RETURN_END
# define JMPTBL(I, B) I
/* Branch to an entry in a jump table. TABLE is a jump table with
absolute offsets. INDEX is a register contains the index into the
jump... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 81 | 140 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:1 | /* memcpy with SSSE3 and REP string.
Copyright (C) 2010-2017 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License a... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | dfc93c41eebef639ba2d1f304f4d52ab6b834684 | github | libc | https://github.com/bminor/glibc/blob/dfc93c41eebef639ba2d1f304f4d52ab6b834684/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:1 | /* memcpy with SSSE3 and REP string.
Copyright (C) 2010-2017 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License a... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | b358255f953943967398e19066eb266c6ea881b9 | github | libc | https://github.com/bminor/glibc/blob/b358255f953943967398e19066eb266c6ea881b9/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:2 | # define LEN SRC+4
#endif
#define CFI_PUSH(REG) \
cfi_adjust_cfa_offset (4); \
cfi_rel_offset (REG, 0)
#define CFI_POP(REG) \
cfi_adjust_cfa_offset (-4); \
cfi_restore (REG)
#define PUSH(REG) pushl REG; CFI_PUSH (REG)
#define POP(REG) popl REG; CFI_POP (REG)
#ifdef SHARED
# define PARMS ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | b358255f953943967398e19066eb266c6ea881b9 | github | libc | https://github.com/bminor/glibc/blob/b358255f953943967398e19066eb266c6ea881b9/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:4 | jb L(bk_write_less48bytes)
add %ecx, %eax
cmp %eax, %edx
movl SRC(%esp), %eax
jb L(copy_backward)
L(copy_forward):
#endif
cmp $48, %ecx
jae L(48bytesormore)
L(fwd_write_less32bytes):
#ifndef USE_AS_MEMMOVE
cmp %dl, %al
jb L(bk_write)
#endif
add %ecx, %edx
add %ecx, %eax
BRANCH_TO_JMPTBL_ENTRY (L(table_48by... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | b358255f953943967398e19066eb266c6ea881b9 | github | libc | https://github.com/bminor/glibc/blob/b358255f953943967398e19066eb266c6ea881b9/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 121 | 180 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:5 | cmp $SHARED_CACHE_SIZE_HALF, %ecx
#else
# ifdef SHARED
SETUP_PIC_REG(bx)
add $_GLOBAL_OFFSET_TABLE_, %ebx
cmp __x86_shared_cache_size_half@GOTOFF(%ebx), %ecx
# else
cmp __x86_shared_cache_size_half, %ecx
# endif
#endif
mov %eax, %edi
jae L(large_page)
and $0xf, %edi
jz L(shl_0)
BRANCH_TO_JMPTBL_ENTRY (L(shl_... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | b358255f953943967398e19066eb266c6ea881b9 | github | libc | https://github.com/bminor/glibc/blob/b358255f953943967398e19066eb266c6ea881b9/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 161 | 220 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:6 | jb L(shl_0_end)
movdqa (%eax, %edi), %xmm0
movdqa 16(%eax, %edi), %xmm1
sub $32, %ecx
movdqa %xmm0, (%edx, %edi)
movdqa %xmm1, 16(%edx, %edi)
lea 32(%edi), %edi
jb L(shl_0_end)
movdqa (%eax, %edi), %xmm0
movdqa 16(%eax, %edi), %xmm1
sub $32, %ecx
movdqa %xmm0, (%edx, %edi)
movdqa %xmm1, 16(%edx, %edi)
le... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | b358255f953943967398e19066eb266c6ea881b9 | github | libc | https://github.com/bminor/glibc/blob/b358255f953943967398e19066eb266c6ea881b9/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 201 | 260 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:3 | /* We loaded the jump table. Go. */ \
jmp *%ebx
#else
# define PARMS 4
# define ENTRANCE
# define RETURN_END ret
# define RETURN RETURN_END
# define JMPTBL(I, B) I
/* Branch to an entry in a jump table. TABLE is a jump table with
absolute offsets. INDEX is a register contains the index into the
jump... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 81 | 140 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:1 | /* memcpy with SSSE3 and REP string.
Copyright (C) 2010-2016 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License a... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:1 | /* memcpy with SSSE3 and REP string.
Copyright (C) 2010-2015 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License a... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy.S:1 | /* Multiple versions of memcpy
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2010-2017 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the term... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/multiarch/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy.S:2 | HAS_ARCH_FEATURE (Fast_Rep_String)
jz 2f
LOAD_FUNC_GOT_EAX (__memcpy_ssse3_rep)
2: ret
END(memcpy)
# undef ENTRY
# define ENTRY(name) \
.type __memcpy_ia32, @function; \
.p2align 4; \
.globl __memcpy_ia32; \
.hidden __memcpy_ia32; \
__memcpy_ia32: cfi_startproc; \
CALL_MCOUNT
# undef END
# define END(name) \
... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/multiarch/memcpy.S | 41 | 78 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy.S:1 | /* Multiple versions of memcpy
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2010-2016 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the term... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy.S | LGPL-2.1 | 4e940b2f4b577f3a530e0580373f7c2d569f4d63 | github | libc | https://github.com/bminor/glibc/blob/4e940b2f4b577f3a530e0580373f7c2d569f4d63/sysdeps/i386/i686/multiarch/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy.S:1 | /* Multiple versions of memcpy
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2010-2016 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the term... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/multiarch/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy.S:2 | HAS_CPU_FEATURE (Fast_Rep_String)
jz 2f
LOAD_FUNC_GOT_EAX (__memcpy_ssse3_rep)
2: ret
END(memcpy)
# undef ENTRY
# define ENTRY(name) \
.type __memcpy_ia32, @function; \
.p2align 4; \
.globl __memcpy_ia32; \
.hidden __memcpy_ia32; \
__memcpy_ia32: cfi_startproc; \
CALL_MCOUNT
# undef END
# define END(name) \
c... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/multiarch/memcpy.S | 41 | 78 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy.S:1 | /* Multiple versions of memcpy
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2010-2015 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the term... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy.S | LGPL-2.1 | 1aee37a22e3977de7a89e734e0a1e112f52045f2 | github | libc | https://github.com/bminor/glibc/blob/1aee37a22e3977de7a89e734e0a1e112f52045f2/sysdeps/i386/i686/multiarch/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy.S:1 | /* Multiple versions of memcpy
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2010-2015 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the term... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/multiarch/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy.S:2 | leal __memcpy_sse2_unaligned@GOTOFF(%ebx), %eax
testl $bit_Fast_Unaligned_Load, FEATURE_OFFSET+index_Fast_Unaligned_Load+__cpu_features@GOTOFF(%ebx)
jnz 2f
testl $bit_SSSE3, CPUID_OFFSET+index_SSSE3+__cpu_features@GOTOFF(%ebx)
jz 2f
leal __memcpy_ssse3@GOTOFF(%ebx), %eax
testl $bit_Fast_Rep_String, FEATURE_OFFSET... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/multiarch/memcpy.S | 41 | 87 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S:1 | /* Non-shared version of memcpy_chk for i686.
Copyright (C) 2017-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Soft... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S | 1 | 21 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S:1 | /* Non-shared version of memcpy_chk for i686.
Copyright (C) 2017-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Soft... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S | 1 | 21 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S:1 | /* Non-shared version of memcpy_chk for i686.
Copyright (C) 2017-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Soft... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S | 1 | 21 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S:1 | /* Non-shared version of memcpy_chk for i686.
Copyright (C) 2017-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Soft... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S | 1 | 21 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S:1 | /* Non-shared version of memcpy_chk for i686.
Copyright (C) 2017-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Soft... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S | 1 | 21 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S:1 | /* Non-shared version of memcpy_chk for i686.
Copyright (C) 2017-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Soft... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S | 1 | 21 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S:1 | /* Non-shared version of memcpy_chk for i686.
Copyright (C) 2017-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Soft... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S | 1 | 21 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy_chk.S:1 | /* Multiple versions of __memcpy_chk
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2010-2017 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under th... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy_chk.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/multiarch/memcpy_chk.S | 1 | 50 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy_chk.S:1 | /* Multiple versions of __memcpy_chk
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2010-2016 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under th... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy_chk.S | LGPL-2.1 | 4e940b2f4b577f3a530e0580373f7c2d569f4d63 | github | libc | https://github.com/bminor/glibc/blob/4e940b2f4b577f3a530e0580373f7c2d569f4d63/sysdeps/i386/i686/multiarch/memcpy_chk.S | 1 | 50 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy_chk.S:1 | /* Multiple versions of __memcpy_chk
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2010-2016 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under th... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy_chk.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/multiarch/memcpy_chk.S | 1 | 50 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy_chk.S:1 | /* Multiple versions of __memcpy_chk
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2010-2015 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under th... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy_chk.S | LGPL-2.1 | 1aee37a22e3977de7a89e734e0a1e112f52045f2 | github | libc | https://github.com/bminor/glibc/blob/1aee37a22e3977de7a89e734e0a1e112f52045f2/sysdeps/i386/i686/multiarch/memcpy_chk.S | 1 | 50 |
bminor/glibc:sysdeps/i386/i686/multiarch/memcpy_chk.S:1 | /* Multiple versions of __memcpy_chk
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2010-2015 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memcpy_chk.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/multiarch/memcpy_chk.S | 1 | 59 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove-ia32.S:1 | /* memmove optimized for i686.
Copyright (C) 2017-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove-ia32.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/multiarch/memmove-ia32.S | 1 | 31 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove-ia32.S:1 | /* memmove optimized for i686.
Copyright (C) 2017-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove-ia32.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i686/multiarch/memmove-ia32.S | 1 | 31 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove-ia32.S:1 | /* memmove optimized for i686.
Copyright (C) 2017-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove-ia32.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i686/multiarch/memmove-ia32.S | 1 | 31 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove-ia32.S:1 | /* memmove optimized for i686.
Copyright (C) 2017-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove-ia32.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/multiarch/memmove-ia32.S | 1 | 31 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove-ia32.S:1 | /* memmove optimized for i686.
Copyright (C) 2017-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove-ia32.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/multiarch/memmove-ia32.S | 1 | 31 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove-ia32.S:1 | /* memmove optimized for i686.
Copyright (C) 2017-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove-ia32.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memmove-ia32.S | 1 | 31 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove-ia32.S:1 | /* memmove optimized for i686.
Copyright (C) 2017-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove-ia32.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/multiarch/memmove-ia32.S | 1 | 31 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove-ia32.S:1 | /* memmove optimized for i686.
Copyright (C) 2017-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove-ia32.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/multiarch/memmove-ia32.S | 1 | 31 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove-ia32.S:1 | /* memmove optimized for i686.
Copyright (C) 2017-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove-ia32.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/multiarch/memmove-ia32.S | 1 | 31 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove-ia32.S:1 | /* memmove optimized for i686.
Copyright (C) 2017-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove-ia32.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/multiarch/memmove-ia32.S | 1 | 31 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove-ia32.S:1 | /* memmove optimized for i686.
Copyright (C) 2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; eit... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove-ia32.S | LGPL-2.1 | 973da22a356ed072133562e6f1ecd833c31fa9a0 | github | libc | https://github.com/bminor/glibc/blob/973da22a356ed072133562e6f1ecd833c31fa9a0/sysdeps/i386/i686/multiarch/memmove-ia32.S | 1 | 31 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove.S:1 | /* Multiple versions of memmove
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2010-2017 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the ter... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/multiarch/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove.S:2 | LOAD_FUNC_GOT_EAX (__memmove_ssse3_rep)
2: ret
END(memmove)
# ifdef SHARED
# undef ENTRY
# define ENTRY(name) \
.type __memmove_ia32, @function; \
.p2align 4; \
.globl __memmove_ia32; \
.hidden __memmove_ia32; \
__memmove_ia32: cfi_startproc; \
CALL_MCOUNT
# else
# undef ENTRY
# define ENTRY(name) \
.type _... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/multiarch/memmove.S | 41 | 89 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove.S:1 | /* Multiple versions of memmove
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2010-2016 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the ter... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/multiarch/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove.S:1 | /* Multiple versions of memmove
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2010-2015 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the ter... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove.S | LGPL-2.1 | 1aee37a22e3977de7a89e734e0a1e112f52045f2 | github | libc | https://github.com/bminor/glibc/blob/1aee37a22e3977de7a89e734e0a1e112f52045f2/sysdeps/i386/i686/multiarch/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove.S:1 | /* Multiple versions of memmove
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2010-2015 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the ter... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/multiarch/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove.S:2 | testl $bit_Fast_Unaligned_Load, FEATURE_OFFSET+index_Fast_Unaligned_Load+__cpu_features@GOTOFF(%ebx)
jnz 2f
testl $bit_SSSE3, CPUID_OFFSET+index_SSSE3+__cpu_features@GOTOFF(%ebx)
jz 2f
leal __memmove_ssse3@GOTOFF(%ebx), %eax
testl $bit_Fast_Rep_String, FEATURE_OFFSET+index_Fast_Rep_String+__cpu_features@GOTOFF(%eb... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/multiarch/memmove.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove.S:3 | leal __memmove_ssse3_rep, %eax
2: ret
END(memmove)
# undef ENTRY
# define ENTRY(name) \
.type __memmove_ia32, @function; \
.globl __memmove_ia32; \
.p2align 4; \
__memmove_ia32: cfi_startproc; \
CALL_MCOUNT
# endif
# undef END
# define END(name) \
cfi_endproc; .size __memmove_ia32, .-__memmove_ia32
# undef ENT... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/multiarch/memmove.S | 81 | 119 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S:1 | /* Non-shared version of memmmove_chk for i686.
Copyright (C) 2017-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free So... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S | 1 | 21 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S:1 | /* Non-shared version of memmmove_chk for i686.
Copyright (C) 2017-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free So... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S | 1 | 21 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S:1 | /* Non-shared version of memmmove_chk for i686.
Copyright (C) 2017-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free So... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S | 1 | 21 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S:1 | /* Non-shared version of memmmove_chk for i686.
Copyright (C) 2017-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free So... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S | 1 | 21 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S:1 | /* Non-shared version of memmmove_chk for i686.
Copyright (C) 2017-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free So... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S | 1 | 21 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S:1 | /* Non-shared version of memmmove_chk for i686.
Copyright (C) 2017-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free So... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S | 1 | 21 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S:1 | /* Non-shared version of memmmove_chk for i686.
Copyright (C) 2017-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free So... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S | 1 | 21 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S:1 | /* Non-shared version of memmmove_chk for i686.
Copyright (C) 2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwar... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S | LGPL-2.1 | 973da22a356ed072133562e6f1ecd833c31fa9a0 | github | libc | https://github.com/bminor/glibc/blob/973da22a356ed072133562e6f1ecd833c31fa9a0/sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S | 1 | 21 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove_chk.S:1 | /* Multiple versions of __memmove_chk
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2010-2017 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under t... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove_chk.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/multiarch/memmove_chk.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove_chk.S:2 | LOAD_FUNC_GOT_EAX (__memmove_chk_ssse3_rep)
2: ret
END(__memmove_chk)
# ifndef SHARED
.type __memmove_chk_sse2_unaligned, @function
.p2align 4;
__memmove_chk_sse2_unaligned:
cfi_startproc
CALL_MCOUNT
movl 12(%esp), %eax
cmpl %eax, 16(%esp)
jb __chk_fail
jmp __memmove_sse2_unaligned
cfi_endproc
.size __memmov... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove_chk.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/multiarch/memmove_chk.S | 41 | 94 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove_chk.S:3 | .type __memmove_chk_ia32, @function
.p2align 4;
__memmove_chk_ia32:
cfi_startproc
CALL_MCOUNT
movl 12(%esp), %eax
cmpl %eax, 16(%esp)
jb __chk_fail
jmp __memmove_ia32
cfi_endproc
.size __memmove_chk_ia32, .-__memmove_chk_ia32
# endif
#endif | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove_chk.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/multiarch/memmove_chk.S | 81 | 94 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove_chk.S:1 | /* Multiple versions of __memmove_chk
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2010-2016 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under t... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove_chk.S | LGPL-2.1 | 4e940b2f4b577f3a530e0580373f7c2d569f4d63 | github | libc | https://github.com/bminor/glibc/blob/4e940b2f4b577f3a530e0580373f7c2d569f4d63/sysdeps/i386/i686/multiarch/memmove_chk.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove_chk.S:1 | /* Multiple versions of __memmove_chk
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2010-2016 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under t... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove_chk.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/multiarch/memmove_chk.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove_chk.S:1 | /* Multiple versions of __memmove_chk
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2010-2015 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under t... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove_chk.S | LGPL-2.1 | 1aee37a22e3977de7a89e734e0a1e112f52045f2 | github | libc | https://github.com/bminor/glibc/blob/1aee37a22e3977de7a89e734e0a1e112f52045f2/sysdeps/i386/i686/multiarch/memmove_chk.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove_chk.S:1 | /* Multiple versions of __memmove_chk
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2010-2015 Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under t... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove_chk.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/multiarch/memmove_chk.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/multiarch/memmove_chk.S:2 | testl $bit_Fast_Unaligned_Load, FEATURE_OFFSET+index_Fast_Unaligned_Load+__cpu_features@GOTOFF(%ebx)
jnz 2f
testl $bit_SSSE3, CPUID_OFFSET+index_SSSE3+__cpu_features@GOTOFF(%ebx)
jz 2f
leal __memmove_chk_ssse3@GOTOFF(%ebx), %eax
testl $bit_Fast_Rep_String, FEATURE_OFFSET+index_Fast_Rep_String+__cpu_features@GOTOFF... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/multiarch/memmove_chk.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/multiarch/memmove_chk.S | 41 | 100 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.