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/fpu/s_fminl.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminl.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/fpu/s_fminl.S | 1 | 58 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminl.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminl.S | LGPL-2.1 | 0a2546cdaa4284cc6ed6af06835fd858ba341838 | github | libc | https://github.com/bminor/glibc/blob/0a2546cdaa4284cc6ed6af06835fd858ba341838/sysdeps/i386/i686/fpu/s_fminl.S | 1 | 58 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminl.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminl.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/fpu/s_fminl.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminl.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminl.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/fpu/s_fminl.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:1 | /* Compare two memory blocks for differences in the first COUNT bytes.
Copyright (C) 2004-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 p... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/memcmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:2 | addl (%ebx,INDEX,4), %ebx
.text
ALIGN (4)
ENTRY (memcmp)
ENTRANCE
movl BLK1(%esp), %eax
movl BLK2(%esp), %edx
movl LEN(%esp), %ecx
cmpl $1, %ecx
jne L(not_1)
movzbl (%eax), %ecx /* LEN == 1 */
cmpb (%edx), %cl
jne L(neq)
L(bye):
xorl %eax, %eax
RETURN
cfi_adjust_cfa_offset (4)
cfi_rel_offse... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/memcmp.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:3 | addl %ecx, %edx
addl %ecx, %esi
jmp *%ebx
ALIGN (4)
L(28bytes):
movl -28(%esi), %eax
movl -28(%edx), %ecx
cmpl %ecx, %eax
jne L(find_diff)
L(24bytes):
movl -24(%esi), %eax
movl -24(%edx), %ecx
cmpl %ecx, %eax
jne L(find_diff)
L(20bytes):
movl -20(%esi), %eax
movl -20(%edx), %ecx
cmpl %ecx, %eax
jne L(fi... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/memcmp.S | 81 | 140 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:4 | L(0bytes):
popl %esi
cfi_adjust_cfa_offset (-4)
cfi_restore (esi)
xorl %eax, %eax
RETURN
cfi_adjust_cfa_offset (8)
cfi_rel_offset (esi, 0)
cfi_rel_offset (ebx, 4)
L(29bytes):
movl -29(%esi), %eax
movl -29(%edx), %ecx
cmpl %ecx, %eax
jne L(find_diff)
L(25bytes):
movl -25(%esi), %eax
movl -25(%edx), %ecx
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/memcmp.S | 121 | 180 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:5 | L(5bytes):
movl -5(%esi), %eax
movl -5(%edx), %ecx
cmpl %ecx, %eax
jne L(find_diff)
L(1bytes):
movzbl -1(%esi), %eax
cmpb -1(%edx), %al
jne L(set)
popl %esi
cfi_adjust_cfa_offset (-4)
cfi_restore (esi)
xorl %eax, %eax
RETURN
cfi_adjust_cfa_offset (8)
cfi_rel_offset (esi, 0)
cfi_rel_offset (ebx, 4)
L(30b... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/memcmp.S | 161 | 220 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:6 | movl -14(%edx), %ecx
cmpl %ecx, %eax
jne L(find_diff)
L(10bytes):
movl -10(%esi), %eax
movl -10(%edx), %ecx
cmpl %ecx, %eax
jne L(find_diff)
L(6bytes):
movl -6(%esi), %eax
movl -6(%edx), %ecx
cmpl %ecx, %eax
jne L(find_diff)
L(2bytes):
movzwl -2(%esi), %eax
movzwl -2(%edx), %ecx
cmpb %cl, %al
jne L(set)
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/memcmp.S | 201 | 260 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:7 | movl -23(%esi), %eax
movl -23(%edx), %ecx
cmpl %ecx, %eax
jne L(find_diff)
L(19bytes):
movl -19(%esi), %eax
movl -19(%edx), %ecx
cmpl %ecx, %eax
jne L(find_diff)
L(15bytes):
movl -15(%esi), %eax
movl -15(%edx), %ecx
cmpl %ecx, %eax
jne L(find_diff)
L(11bytes):
movl -11(%esi), %eax
movl -11(%edx), %ecx
cmp... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/memcmp.S | 241 | 300 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:8 | cfi_adjust_cfa_offset (8)
cfi_rel_offset (esi, 0)
cfi_rel_offset (ebx, 4)
ALIGN (4)
/* ECX >= 32. */
L(32bytesormore):
subl $32, %ecx
movl (%esi), %eax
cmpl (%edx), %eax
jne L(load_ecx)
movl 4(%esi), %eax
cmpl 4(%edx), %eax
jne L(load_ecx_4)
movl 8(%esi), %eax
cmpl 8(%edx), %eax
jne L(load_ecx_8)
mov... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/memcmp.S | 281 | 340 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:9 | addl $32, %esi
addl $32, %edx
cmpl $32, %ecx
jge L(32bytesormore)
LOAD_JUMP_TABLE_ENTRY (L(table_32bytes), %ecx)
addl %ecx, %edx
addl %ecx, %esi
jmp *%ebx
L(load_ecx_28):
addl $0x4, %edx
L(load_ecx_24):
addl $0x4, %edx
L(load_ecx_20):
addl $0x4, %edx
L(load_ecx_16):
addl $0x4, %edx
L(load_ecx_12):
addl $0... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/memcmp.S | 321 | 380 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:10 | sbbl %eax, %eax
sbbl $-1, %eax
popl %esi
cfi_adjust_cfa_offset (-4)
cfi_restore (esi)
RETURN
END (memcmp)
.section .rodata
ALIGN (2)
L(table_32bytes) :
.long L(0bytes) - L(table_32bytes)
.long L(1bytes) - L(table_32bytes)
.long L(2bytes) - L(table_32bytes)
.long L(3bytes) - L(table_32bytes)
.long L(4bytes)... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/memcmp.S | 361 | 411 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:11 | .long L(29bytes) - L(table_32bytes)
.long L(30bytes) - L(table_32bytes)
.long L(31bytes) - L(table_32bytes)
#undef bcmp
weak_alias (memcmp, bcmp)
#undef __memcmpeq
strong_alias (memcmp, __memcmpeq)
libc_hidden_builtin_def (memcmp)
libc_hidden_def (__memcmpeq) | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/memcmp.S | 401 | 411 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:1 | /* Compare two memory blocks for differences in the first COUNT bytes.
Copyright (C) 2004-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 p... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i686/memcmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:1 | /* Compare two memory blocks for differences in the first COUNT bytes.
Copyright (C) 2004-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 p... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 25f1e16ef03a6a8fb1701c4647d46c564480d88c | github | libc | https://github.com/bminor/glibc/blob/25f1e16ef03a6a8fb1701c4647d46c564480d88c/sysdeps/i386/i686/memcmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:2 | addl (%ebx,INDEX,4), %ebx
.text
ALIGN (4)
ENTRY (memcmp)
ENTRANCE
movl BLK1(%esp), %eax
movl BLK2(%esp), %edx
movl LEN(%esp), %ecx
cmpl $1, %ecx
jne L(not_1)
movzbl (%eax), %ecx /* LEN == 1 */
cmpb (%edx), %cl
jne L(neq)
L(bye):
xorl %eax, %eax
RETURN
cfi_adjust_cfa_offset (4)
cfi_rel_offse... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i686/memcmp.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:3 | addl %ecx, %edx
addl %ecx, %esi
_CET_NOTRACK jmp *%ebx
ALIGN (4)
L(28bytes):
movl -28(%esi), %eax
movl -28(%edx), %ecx
cmpl %ecx, %eax
jne L(find_diff)
L(24bytes):
movl -24(%esi), %eax
movl -24(%edx), %ecx
cmpl %ecx, %eax
jne L(find_diff)
L(20bytes):
movl -20(%esi), %eax
movl -20(%edx), %ecx
cmpl %ecx, %... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i686/memcmp.S | 81 | 140 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:8 | cfi_adjust_cfa_offset (8)
cfi_rel_offset (esi, 0)
cfi_rel_offset (ebx, 4)
ALIGN (4)
/* ECX >= 32. */
L(32bytesormore):
subl $32, %ecx
movl (%esi), %eax
cmpl (%edx), %eax
jne L(load_ecx)
movl 4(%esi), %eax
cmpl 4(%edx), %eax
jne L(load_ecx_4)
movl 8(%esi), %eax
cmpl 8(%edx), %eax
jne L(load_ecx_8)
mov... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i686/memcmp.S | 281 | 340 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:9 | addl $32, %esi
addl $32, %edx
cmpl $32, %ecx
jge L(32bytesormore)
LOAD_JUMP_TABLE_ENTRY (L(table_32bytes), %ecx)
addl %ecx, %edx
addl %ecx, %esi
_CET_NOTRACK jmp *%ebx
L(load_ecx_28):
addl $0x4, %edx
L(load_ecx_24):
addl $0x4, %edx
L(load_ecx_20):
addl $0x4, %edx
L(load_ecx_16):
addl $0x4, %edx
L(load_ecx_... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i686/memcmp.S | 321 | 380 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:1 | /* Compare two memory blocks for differences in the first COUNT bytes.
Copyright (C) 2004-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 p... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/memcmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:1 | /* Compare two memory blocks for differences in the first COUNT bytes.
Copyright (C) 2004-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 p... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/memcmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:1 | /* Compare two memory blocks for differences in the first COUNT bytes.
Copyright (C) 2004-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 p... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 9894127d202d8c0c821d852658057a03ba3cc3d2 | github | libc | https://github.com/bminor/glibc/blob/9894127d202d8c0c821d852658057a03ba3cc3d2/sysdeps/i386/i686/memcmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:10 | sbbl %eax, %eax
sbbl $-1, %eax
popl %esi
cfi_adjust_cfa_offset (-4)
cfi_restore (esi)
RETURN
END (memcmp)
.section .rodata
ALIGN (2)
L(table_32bytes) :
.long L(0bytes) - L(table_32bytes)
.long L(1bytes) - L(table_32bytes)
.long L(2bytes) - L(table_32bytes)
.long L(3bytes) - L(table_32bytes)
.long L(4bytes)... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 44829b3ddb64e99e37343a0f25b2c082387d31a5 | github | libc | https://github.com/bminor/glibc/blob/44829b3ddb64e99e37343a0f25b2c082387d31a5/sysdeps/i386/i686/memcmp.S | 361 | 410 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:11 | .long L(29bytes) - L(table_32bytes)
.long L(30bytes) - L(table_32bytes)
.long L(31bytes) - L(table_32bytes)
#undef bcmp
weak_alias (memcmp, bcmp)
#undef __memcmpeq
strong_alias (memcmp, __memcmpeq)
libc_hidden_builtin_def (memcmp) | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 44829b3ddb64e99e37343a0f25b2c082387d31a5 | github | libc | https://github.com/bminor/glibc/blob/44829b3ddb64e99e37343a0f25b2c082387d31a5/sysdeps/i386/i686/memcmp.S | 401 | 410 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:10 | sbbl %eax, %eax
sbbl $-1, %eax
popl %esi
cfi_adjust_cfa_offset (-4)
cfi_restore (esi)
RETURN
END (memcmp)
.section .rodata
ALIGN (2)
L(table_32bytes) :
.long L(0bytes) - L(table_32bytes)
.long L(1bytes) - L(table_32bytes)
.long L(2bytes) - L(table_32bytes)
.long L(3bytes) - L(table_32bytes)
.long L(4bytes)... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/memcmp.S | 361 | 408 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:1 | /* Compare two memory blocks for differences in the first COUNT bytes.
Copyright (C) 2004-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 p... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/memcmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:1 | /* Compare two memory blocks for differences in the first COUNT bytes.
Copyright (C) 2004-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 p... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/memcmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:1 | /* Compare two memory blocks for differences in the first COUNT bytes.
Copyright (C) 2004-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 p... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/memcmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:1 | /* Compare two memory blocks for differences in the first COUNT bytes.
Copyright (C) 2004-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 p... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 7e119cd5828768eca6547494242699ea76fa30c0 | github | libc | https://github.com/bminor/glibc/blob/7e119cd5828768eca6547494242699ea76fa30c0/sysdeps/i386/i686/memcmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:1 | /* Compare two memory blocks for differences in the first COUNT bytes.
Copyright (C) 2004-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 p... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/memcmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:1 | /* Compare two memory blocks for differences in the first COUNT bytes.
Copyright (C) 2004-2016 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 p... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/memcmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcmp.S:1 | /* Compare two memory blocks for differences in the first COUNT bytes.
Copyright (C) 2004-2015 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 p... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcmp.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/memcmp.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcpy.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1999-2026 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser G... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcpy.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcpy.S:2 | movl DEST(%esp), %edi
movl %esi, %edx
movl SRC(%esp), %esi
movl %edi, %ecx
xorl %esi, %ecx
andl $3, %ecx
movl LEN(%esp), %ecx
cld
jne .Lunaligned
cmpl $3, %ecx
jbe .Lunaligned
testl $3, %esi
je 1f
movsb
decl %ecx
testl $3, %esi
je 1f
movsb
decl %ecx
testl $3, %esi
je 1f
movsb
decl %ecx
1: pushl... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcpy.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/memcpy.S | 41 | 98 |
bminor/glibc:sysdeps/i386/i686/memcpy.S:3 | ret
/* When we come here the pointers do not have the same
alignment or the length is too short. No need to optimize for
aligned memory accesses. */
.Lunaligned:
shrl $1, %ecx
jnc 1f
movsb
1: shrl $1, %ecx
jnc 2f
movsw
2: rep
movsl
jmp .Lend
END (memcpy)
libc_hidden_builtin_def (memcpy) | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcpy.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/memcpy.S | 81 | 98 |
bminor/glibc:sysdeps/i386/i686/memcpy.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1999-2025 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser G... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcpy.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i686/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcpy.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1999-2024 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser G... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcpy.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i686/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcpy.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1999-2023 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser G... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcpy.S | LGPL-2.1 | c73c96a4a1af1326df7f96eec58209e1e04066d8 | github | libc | https://github.com/bminor/glibc/blob/c73c96a4a1af1326df7f96eec58209e1e04066d8/sysdeps/i386/i686/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcpy.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1999-2023 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser G... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcpy.S | LGPL-2.1 | dd8486ffc195f5fe150b2d3724c7712686cfddb0 | github | libc | https://github.com/bminor/glibc/blob/dd8486ffc195f5fe150b2d3724c7712686cfddb0/sysdeps/i386/i686/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcpy.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1999-2023 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser G... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcpy.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcpy.S:2 | movl %esi, %edx
movl SRC(%esp), %esi
movl %edi, %ecx
xorl %esi, %ecx
andl $3, %ecx
movl LEN(%esp), %ecx
cld
jne .Lunaligned
cmpl $3, %ecx
jbe .Lunaligned
testl $3, %esi
je 1f
movsb
decl %ecx
testl $3, %esi
je 1f
movsb
decl %ecx
testl $3, %esi
je 1f
movsb
decl %ecx
1: pushl %eax
movl %ecx, %eax
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcpy.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/memcpy.S | 41 | 97 |
bminor/glibc:sysdeps/i386/i686/memcpy.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1999-2022 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser G... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcpy.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcpy.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1999-2021 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser G... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcpy.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/i686/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcpy.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1999-2021 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
The GNU C Library is free software; you can redistribu... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcpy.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcpy.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
The GNU C Library is free software; you can redistribu... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcpy.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcpy.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
The GNU C Library is free software; you can redistribu... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcpy.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcpy.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
The GNU C Library is free software; you can redistribu... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcpy.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcpy.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1999-2018 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
The GNU C Library is free software; you can redistribu... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcpy.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcpy.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1999-2017 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
The GNU C Library is free software; you can redistribu... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcpy.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcpy.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1999-2016 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
The GNU C Library is free software; you can redistribu... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcpy.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcpy.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1999-2015 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
The GNU C Library is free software; you can redistribu... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcpy.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/memcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memcpy_chk.S:1 | /* Checking memcpy for i686.
Copyright (C) 2004-2015 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-att | handwritten | bminor/glibc | sysdeps/i386/i686/memcpy_chk.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/memcpy_chk.S | 1 | 34 |
bminor/glibc:sysdeps/i386/i686/memmove.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 2003-2026 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser G... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memmove.S:2 | ENTRY (memmove)
pushl %edi
cfi_adjust_cfa_offset (4)
movl LEN(%esp), %ecx
movl DEST(%esp), %edi
cfi_rel_offset (edi, 0)
movl %esi, %edx
movl SRC(%esp), %esi
cfi_register (esi, edx)
movl %edi, %eax
subl %esi, %eax
cmpl %eax, %ecx
ja 3f
cld
shrl $1, %ecx
jnc 1f
movsb
1: shrl $1, %ecx
jnc 2f
movsw
2:... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/memmove.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i686/memmove.S:3 | /* Backward copying. */
3: std
leal -1(%edi, %ecx), %edi
leal -1(%esi, %ecx), %esi
shrl $1, %ecx
jnc 1f
movsb
1: subl $1, %edi
subl $1, %esi
shrl $1, %ecx
jnc 2f
movsw
2: subl $2, %edi
subl $2, %esi
rep
movsl
movl %edx, %esi
cfi_restore (esi)
movl DEST(%esp), %eax
cld
popl %edi
cfi_adjust_cfa_offset... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/memmove.S | 81 | 108 |
bminor/glibc:sysdeps/i386/i686/memmove.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 2003-2025 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser G... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i686/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memmove.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 2003-2024 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser G... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | 5a2cf833f5772d6c37c7adac388dd9af9cc1c4b9 | github | libc | https://github.com/bminor/glibc/blob/5a2cf833f5772d6c37c7adac388dd9af9cc1c4b9/sysdeps/i386/i686/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memmove.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 2003-2024 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser G... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i686/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memmove.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 2003-2023 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser G... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | dd8486ffc195f5fe150b2d3724c7712686cfddb0 | github | libc | https://github.com/bminor/glibc/blob/dd8486ffc195f5fe150b2d3724c7712686cfddb0/sysdeps/i386/i686/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memmove.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 2003-2023 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser G... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memmove.S:2 | pushl %edi
cfi_adjust_cfa_offset (4)
movl LEN(%esp), %ecx
movl DEST(%esp), %edi
cfi_rel_offset (edi, 0)
movl %esi, %edx
movl SRC(%esp), %esi
cfi_register (esi, edx)
movl %edi, %eax
subl %esi, %eax
cmpl %eax, %ecx
ja 3f
cld
shrl $1, %ecx
jnc 1f
movsb
1: shrl $1, %ecx
jnc 2f
movsw
2: rep
movsl
movl ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/memmove.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i686/memmove.S:3 | 3: std
leal -1(%edi, %ecx), %edi
leal -1(%esi, %ecx), %esi
shrl $1, %ecx
jnc 1f
movsb
1: subl $1, %edi
subl $1, %esi
shrl $1, %ecx
jnc 2f
movsw
2: subl $2, %edi
subl $2, %esi
rep
movsl
movl %edx, %esi
cfi_restore (esi)
movl DEST(%esp), %eax
cld
popl %edi
cfi_adjust_cfa_offset (-4)
cfi_restore (edi)
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/memmove.S | 81 | 107 |
bminor/glibc:sysdeps/i386/i686/memmove.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 2003-2022 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser G... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | 8bad328203ee79fbc2e895e2a3f17f6a221d0814 | github | libc | https://github.com/bminor/glibc/blob/8bad328203ee79fbc2e895e2a3f17f6a221d0814/sysdeps/i386/i686/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memmove.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 2003-2022 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser G... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memmove.S:2 | jb HIDDEN_JUMPTARGET (__chk_fail)
END_CHK (__memmove_chk)
# endif
#endif
ENTRY (memmove)
pushl %edi
cfi_adjust_cfa_offset (4)
movl LEN(%esp), %ecx
movl DEST(%esp), %edi
cfi_rel_offset (edi, 0)
movl %esi, %edx
movl SRC(%esp), %esi
cfi_register (esi, edx)
movl %edi, %eax
subl %esi, %eax
cmpl %eax, %ecx
ja... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/memmove.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i686/memmove.S:3 | ret
cfi_adjust_cfa_offset (4)
cfi_rel_offset (edi, 0)
cfi_register (esi, edx)
/* Backward copying. */
3: std
leal -1(%edi, %ecx), %edi
leal -1(%esi, %ecx), %esi
shrl $1, %ecx
jnc 1f
movsb
1: subl $1, %edi
subl $1, %esi
shrl $1, %ecx
jnc 2f
movsw
2: subl $2, %edi
subl $2, %esi
rep
movsl
movl %edx, %e... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/memmove.S | 81 | 119 |
bminor/glibc:sysdeps/i386/i686/memmove.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 2003-2021 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser G... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/i686/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memmove.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 2003-2021 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2003.
The GNU C Library is free software; you can redistribu... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memmove.S:2 | cmpl %eax, 16(%esp)
jb HIDDEN_JUMPTARGET (__chk_fail)
END_CHK (__memmove_chk)
# endif
#endif
ENTRY (memmove)
pushl %edi
cfi_adjust_cfa_offset (4)
movl LEN(%esp), %ecx
movl DEST(%esp), %edi
cfi_rel_offset (edi, 0)
movl %esi, %edx
movl SRC(%esp), %esi
cfi_register (esi, edx)
movl %edi, %eax
subl %esi, %eax... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/memmove.S | 41 | 100 |
bminor/glibc:sysdeps/i386/i686/memmove.S:3 | cfi_restore (edi)
ret
cfi_adjust_cfa_offset (4)
cfi_rel_offset (edi, 0)
cfi_register (esi, edx)
/* Backward copying. */
3: std
leal -1(%edi, %ecx), %edi
leal -1(%esi, %ecx), %esi
shrl $1, %ecx
jnc 1f
movsb
1: subl $1, %edi
subl $1, %esi
shrl $1, %ecx
jnc 2f
movsw
2: subl $2, %edi
subl $2, %esi
rep
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/memmove.S | 81 | 120 |
bminor/glibc:sysdeps/i386/i686/memmove.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 2003-2020 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2003.
The GNU C Library is free software; you can redistribu... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memmove.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 2003-2019 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2003.
The GNU C Library is free software; you can redistribu... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memmove.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 2003-2019 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2003.
The GNU C Library is free software; you can redistribu... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memmove.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 2003-2018 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2003.
The GNU C Library is free software; you can redistribu... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memmove.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 2003-2017 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2003.
The GNU C Library is free software; you can redistribu... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memmove.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 2003-2016 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2003.
The GNU C Library is free software; you can redistribu... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memmove.S:1 | /* Copy memory block and return pointer to beginning of destination block
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 2003-2015 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2003.
The GNU C Library is free software; you can redistribu... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/memmove.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/memmove_chk.S:1 | /* Checking memmove for x86-64.
Copyright (C) 2004-2015 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 Foundatio... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memmove_chk.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/memmove_chk.S | 1 | 34 |
bminor/glibc:sysdeps/i386/i686/mempcpy.S:1 | /* Copy memory block and return pointer to following byte.
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1998-2026 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/mempcpy.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/mempcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/mempcpy.S:2 | movl %edi, %eax
cfi_register (edi, eax)
movl DEST(%esp), %edi
movl %esi, %edx
cfi_register (esi, edx)
movl SRC(%esp), %esi
cld
shrl $1, %ecx
jnc 1f
movsb
1: shrl $1, %ecx
jnc 2f
movsw
2: rep
movsl
xchgl %edi, %eax
cfi_restore (edi)
movl %edx, %esi
cfi_restore (esi)
ret
END (__mempcpy)
libc_hidden_def ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/mempcpy.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/mempcpy.S | 41 | 65 |
bminor/glibc:sysdeps/i386/i686/mempcpy.S:1 | /* Copy memory block and return pointer to following byte.
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1998-2025 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/mempcpy.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i686/mempcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/mempcpy.S:1 | /* Copy memory block and return pointer to following byte.
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1998-2024 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/mempcpy.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i686/mempcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/mempcpy.S:1 | /* Copy memory block and return pointer to following byte.
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1998-2023 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/mempcpy.S | LGPL-2.1 | c73c96a4a1af1326df7f96eec58209e1e04066d8 | github | libc | https://github.com/bminor/glibc/blob/c73c96a4a1af1326df7f96eec58209e1e04066d8/sysdeps/i386/i686/mempcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/mempcpy.S:1 | /* Copy memory block and return pointer to following byte.
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1998-2023 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/mempcpy.S | LGPL-2.1 | dd8486ffc195f5fe150b2d3724c7712686cfddb0 | github | libc | https://github.com/bminor/glibc/blob/dd8486ffc195f5fe150b2d3724c7712686cfddb0/sysdeps/i386/i686/mempcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/mempcpy.S:1 | /* Copy memory block and return pointer to following byte.
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1998-2023 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/mempcpy.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/mempcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/mempcpy.S:2 | cfi_register (edi, eax)
movl DEST(%esp), %edi
movl %esi, %edx
cfi_register (esi, edx)
movl SRC(%esp), %esi
cld
shrl $1, %ecx
jnc 1f
movsb
1: shrl $1, %ecx
jnc 2f
movsw
2: rep
movsl
xchgl %edi, %eax
cfi_restore (edi)
movl %edx, %esi
cfi_restore (esi)
ret
END (__mempcpy)
libc_hidden_def (__mempcpy)
weak_... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/mempcpy.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/mempcpy.S | 41 | 64 |
bminor/glibc:sysdeps/i386/i686/mempcpy.S:1 | /* Copy memory block and return pointer to following byte.
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1998-2022 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/mempcpy.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/mempcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/mempcpy.S:1 | /* Copy memory block and return pointer to following byte.
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1998-2021 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/mempcpy.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/i686/mempcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/mempcpy.S:1 | /* Copy memory block and return pointer to following byte.
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1998-2021 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
The GNU C Library is free software; you can redistribute it and/or
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/mempcpy.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/mempcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/mempcpy.S:1 | /* Copy memory block and return pointer to following byte.
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1998-2020 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
The GNU C Library is free software; you can redistribute it and/or
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/mempcpy.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/mempcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/mempcpy.S:1 | /* Copy memory block and return pointer to following byte.
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1998-2019 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
The GNU C Library is free software; you can redistribute it and/or
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/mempcpy.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/mempcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/mempcpy.S:1 | /* Copy memory block and return pointer to following byte.
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1998-2019 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
The GNU C Library is free software; you can redistribute it and/or
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/mempcpy.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/mempcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/mempcpy.S:1 | /* Copy memory block and return pointer to following byte.
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1998-2018 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
The GNU C Library is free software; you can redistribute it and/or
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/mempcpy.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/mempcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/mempcpy.S:1 | /* Copy memory block and return pointer to following byte.
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1998-2017 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
The GNU C Library is free software; you can redistribute it and/or
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/mempcpy.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/mempcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/mempcpy.S:1 | /* Copy memory block and return pointer to following byte.
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1998-2016 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
The GNU C Library is free software; you can redistribute it and/or
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/mempcpy.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/mempcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/mempcpy.S:1 | /* Copy memory block and return pointer to following byte.
For Intel 80x86, x>=6.
This file is part of the GNU C Library.
Copyright (C) 1998-2015 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
The GNU C Library is free software; you can redistribute it and/or
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/mempcpy.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/mempcpy.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/mempcpy_chk.S:1 | /* Checking mempcpy for x86-64.
Copyright (C) 2004-2015 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 Foundatio... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/mempcpy_chk.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/mempcpy_chk.S | 1 | 34 |
bminor/glibc:sysdeps/i386/i686/memset.S:1 | /* memset/bzero -- set memory area to CH/0
Highly optimized version for ix86, x>=6.
Copyright (C) 1999-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... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/memset.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/memset.S | 1 | 60 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.