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/lshift.S:1
/* i80386 __mpn_lshift -- Copyright (C) 1992-2020 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP 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; e...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/lshift.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/lshift.S
1
60
bminor/glibc:sysdeps/i386/lshift.S:1
/* i80386 __mpn_lshift -- Copyright (C) 1992-2019 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP 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; e...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/lshift.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/lshift.S
1
60
bminor/glibc:sysdeps/i386/lshift.S:1
/* i80386 __mpn_lshift -- Copyright (C) 1992-2019 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP 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; e...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/lshift.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/lshift.S
1
60
bminor/glibc:sysdeps/i386/lshift.S:1
/* i80386 __mpn_lshift -- Copyright (C) 1992-2018 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP 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; e...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/lshift.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/lshift.S
1
60
bminor/glibc:sysdeps/i386/lshift.S:1
/* i80386 __mpn_lshift -- Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP 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; e...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/lshift.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/lshift.S
1
60
bminor/glibc:sysdeps/i386/lshift.S:1
/* i80386 __mpn_lshift -- Copyright (C) 1992-2016 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP 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; e...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/lshift.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/lshift.S
1
60
bminor/glibc:sysdeps/i386/lshift.S:1
/* i80386 __mpn_lshift -- Copyright (C) 1992-2015 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP 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; e...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/lshift.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/lshift.S
1
60
bminor/glibc:sysdeps/i386/memchr.S:1
/* memchr (str, chr, len) -- Return pointer to first occurrence of CHR in STR less than LEN. For Intel 80x86, x>=3. Copyright (C) 1994-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 ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/memchr.S
1
60
bminor/glibc:sysdeps/i386/memchr.S:2
movl CHR(%esp), %edx /* c: byte we are looking for. */ movl LEN(%esp), %esi /* len: length of memory block. */ cfi_rel_offset (esi, 4) /* If my must not test more than three characters test them one by one. This is especially true for 0. */ cmpl $4, %esi jb L(3) /* At the moment %edx contains CHR. What...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/memchr.S
41
100
bminor/glibc:sysdeps/i386/memchr.S:3
je L(2) /* yes => begin loop */ cmpb %dl, (%eax) /* compare byte */ je L(9) /* target found => return */ incl %eax /* increment source pointer */ decl %esi /* decrement length counter */ /* no test for len==0 here, because this is done in the loop head */ jmp L(2) /* We exit the loop if adding MA...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/memchr.S
81
140
bminor/glibc:sysdeps/i386/memchr.S:4
L(1): movl (%eax), %ecx /* get word (= 4 bytes) in question */ movl $0xfefefeff, %edi /* magic value */ xorl %edx, %ecx /* XOR with word c|c|c|c => bytes of str == c are now 0 */ addl %ecx, %edi /* add the magic value to the word. We get carry bits reported for each byte which is *not* 0 */ ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/memchr.S
121
180
bminor/glibc:sysdeps/i386/memchr.S:5
carry bits reported for each byte which is *not* 0 */ jnc L(7) /* highest byte is CHR => return pointer */ xorl %ecx, %edi /* ((word^charmask)+magic)^(word^charmask) */ orl $0xfefefeff, %edi /* set all non-carry bits */ incl %edi /* add 1: if one carry bit was *not* set the addition will not result...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/memchr.S
161
220
bminor/glibc:sysdeps/i386/memchr.S:6
jae L(1) /* Still more than 16 bytes remaining */ /* Process remaining bytes separately. */ cmpl $4-16, %esi /* rest < 4 bytes? */ jb L(3) /* yes, than test byte by byte */ movl (%eax), %ecx /* get word (= 4 bytes) in question */ movl $0xfefefeff, %edi /* magic value */ xorl %edx, %ecx /* XOR with word c|c...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/memchr.S
201
260
bminor/glibc:sysdeps/i386/memchr.S:7
jb L(3) /* yes, than test byte by byte */ movl (%eax), %ecx /* get word (= 4 bytes) in question */ movl $0xfefefeff, %edi /* magic value */ xorl %edx, %ecx /* XOR with word c|c|c|c => bytes of str == c are now 0 */ addl %ecx, %edi /* add the magic value to the word. We get carry bits reported fo...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/memchr.S
241
300
bminor/glibc:sysdeps/i386/memchr.S:8
/* add missing source pointer increments */ L(5): addl $4, %eax L(6): addl $4, %eax L(7): addl $4, %eax /* Test for the matching byte in the word. %ecx contains a NUL char in the byte which originally was the byte we are looking at. */ L(8): testb %cl, %cl /* test first byte in dword */ jz L(9) /* if ze...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/memchr.S
281
313
bminor/glibc:sysdeps/i386/memchr.S:1
/* memchr (str, chr, len) -- Return pointer to first occurrence of CHR in STR less than LEN. For Intel 80x86, x>=3. Copyright (C) 1994-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 ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/memchr.S
1
60
bminor/glibc:sysdeps/i386/memchr.S:1
/* memchr (str, chr, len) -- Return pointer to first occurrence of CHR in STR less than LEN. For Intel 80x86, x>=3. Copyright (C) 1994-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 ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/memchr.S
1
60
bminor/glibc:sysdeps/i386/memchr.S:1
/* memchr (str, chr, len) -- Return pointer to first occurrence of CHR in STR less than LEN. For Intel 80x86, x>=3. Copyright (C) 1994-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 ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/memchr.S
1
60
bminor/glibc:sysdeps/i386/memchr.S:1
/* memchr (str, chr, len) -- Return pointer to first occurrence of CHR in STR less than LEN. For Intel 80x86, x>=3. Copyright (C) 1994-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 ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/memchr.S
1
60
bminor/glibc:sysdeps/i386/memchr.S:1
/* memchr (str, chr, len) -- Return pointer to first occurrence of CHR in STR less than LEN. For Intel 80x86, x>=3. Copyright (C) 1994-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 ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
30891f35fa7da832b66d80d0807610df361851f3
github
libc
https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/memchr.S
1
60
bminor/glibc:sysdeps/i386/memchr.S:1
/* memchr (str, chr, len) -- Return pointer to first occurrence of CHR in STR less than LEN. For Intel 80x86, x>=3. Copyright (C) 1994-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> Optimised a little by Alan Modra <Alan@...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/memchr.S
1
60
bminor/glibc:sysdeps/i386/memchr.S:2
/* Save callee-safe registers used in this function. */ pushl %esi cfi_adjust_cfa_offset (4) pushl %edi cfi_adjust_cfa_offset (4) cfi_rel_offset (edi, 0) /* Load parameters into registers. */ movl STR(%esp), %eax /* str: pointer to memory block. */ movl CHR(%esp), %edx /* c: byte we are looking for. */ mo...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/memchr.S
41
100
bminor/glibc:sysdeps/i386/memchr.S:3
testb $3, %al /* correctly aligned ? */ je L(2) /* yes => begin loop */ cmpb %dl, (%eax) /* compare byte */ je L(9) /* target found => return */ incl %eax /* increment source pointer */ decl %esi /* decrement length counter */ je L(4) /* len==0 => return NULL */ testb $3, %al /* correctly aligned ? */...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/memchr.S
81
140
bminor/glibc:sysdeps/i386/memchr.S:4
Good point. So what we do is XOR LONGWORD with a longword, each of whose bytes is CHR. This turns each byte that is CHR into a zero. */ /* Each round the main loop processes 16 bytes. */ ALIGN (4) L(1): movl (%eax), %ecx /* get word (= 4 bytes) in question */ movl $0xfefefeff, %edi /* magic value */ xor...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/memchr.S
121
180
bminor/glibc:sysdeps/i386/memchr.S:5
before probing for the matching byte we need some extra code (following LL(13) below). Even the len can be compared with constants instead of decrementing each time. */ movl 4(%eax), %ecx /* get word (= 4 bytes) in question */ movl $0xfefefeff, %edi /* magic value */ xorl %edx, %ecx /* XOR with word c|c|...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/memchr.S
161
220
bminor/glibc:sysdeps/i386/memchr.S:6
xorl %ecx, %edi /* ((word^charmask)+magic)^(word^charmask) */ orl $0xfefefeff, %edi /* set all non-carry bits */ incl %edi /* add 1: if one carry bit was *not* set the addition will not result in 0. */ jnz L(5) /* found it => return pointer */ /* Adjust both counters for a full round, i.e. 16 bytes. */...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/memchr.S
201
260
bminor/glibc:sysdeps/i386/memchr.S:7
jnc L(8) /* highest byte is CHR => return pointer */ xorl %ecx, %edi /* ((word^charmask)+magic)^(word^charmask) */ orl $0xfefefeff, %edi /* set all non-carry bits */ incl %edi /* add 1: if one carry bit was *not* set the addition will not result in 0. */ jne L(8) /* found it => return pointer */ addl $...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/memchr.S
241
300
bminor/glibc:sysdeps/i386/memchr.S:8
jz L(4) /* no remaining bytes => return NULL */ cmpb %dl, (%eax) /* compare byte with CHR */ je L(9) /* equal, than return pointer */ L(4): /* no byte found => return NULL */ xorl %eax, %eax jmp L(9) /* add missing source pointer increments */ L(5): addl $4, %eax L(6): addl $4, %eax L(7): addl $4, %eax /*...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/memchr.S
281
322
bminor/glibc:sysdeps/i386/memchr.S:1
/* memchr (str, chr, len) -- Return pointer to first occurrence of CHR in STR less than LEN. For Intel 80x86, x>=3. Copyright (C) 1994-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> Optimised a little by Alan Modra <Alan@...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/memchr.S
1
60
bminor/glibc:sysdeps/i386/memchr.S:1
/* memchr (str, chr, len) -- Return pointer to first occurrence of CHR in STR less than LEN. For Intel 80x86, x>=3. Copyright (C) 1994-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> Optimised a little by Alan Modra <Alan@...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/memchr.S
1
60
bminor/glibc:sysdeps/i386/memchr.S:1
/* memchr (str, chr, len) -- Return pointer to first occurrence of CHR in STR less than LEN. For Intel 80x86, x>=3. Copyright (C) 1994-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> Optimised a little by Alan Modra <Alan@...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/memchr.S
1
60
bminor/glibc:sysdeps/i386/memchr.S:1
/* memchr (str, chr, len) -- Return pointer to first occurrence of CHR in STR less than LEN. For Intel 80x86, x>=3. Copyright (C) 1994-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> Optimised a little by Alan Modra <Alan@...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/memchr.S
1
60
bminor/glibc:sysdeps/i386/memchr.S:1
/* memchr (str, chr, len) -- Return pointer to first occurrence of CHR in STR less than LEN. For Intel 80x86, x>=3. Copyright (C) 1994-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> Optimised a little by Alan Modra <Alan@...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/memchr.S
1
60
bminor/glibc:sysdeps/i386/memchr.S:1
/* memchr (str, chr, len) -- Return pointer to first occurrence of CHR in STR less than LEN. For Intel 80x86, x>=3. Copyright (C) 1994-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> Optimised a little by Alan Modra <Alan@...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/memchr.S
1
60
bminor/glibc:sysdeps/i386/memchr.S:1
/* memchr (str, chr, len) -- Return pointer to first occurrence of CHR in STR less than LEN. For Intel 80x86, x>=3. Copyright (C) 1994-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> Optimised a little by Alan Modra <Alan@...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memchr.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/memchr.S
1
60
bminor/glibc:sysdeps/i386/memcmp.S:1
/* Compare two memory blocks for differences in the first COUNT bytes. Copyright (C) 1995-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/memcmp.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/memcmp.S
1
60
bminor/glibc:sysdeps/i386/memcmp.S:2
cld /* Set direction of comparison. */ xorl %eax, %eax /* Default result. */ repe /* Compare at most %ecx bytes. */ cmpsb jz L(1) /* If even last byte was equal we return 0. */ /* The memory blocks are not equal. So result of the last subtraction is present in the carry flag. It is set when ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcmp.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/memcmp.S
41
76
bminor/glibc:sysdeps/i386/memcmp.S:1
/* Compare two memory blocks for differences in the first COUNT bytes. Copyright (C) 1995-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/memcmp.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/memcmp.S
1
60
bminor/glibc:sysdeps/i386/memcmp.S:1
/* Compare two memory blocks for differences in the first COUNT bytes. Copyright (C) 1995-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/memcmp.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/memcmp.S
1
60
bminor/glibc:sysdeps/i386/memcmp.S:1
/* Compare two memory blocks for differences in the first COUNT bytes. Copyright (C) 1995-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/memcmp.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/memcmp.S
1
60
bminor/glibc:sysdeps/i386/memcmp.S:1
/* Compare two memory blocks for differences in the first COUNT bytes. Copyright (C) 1995-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/memcmp.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/memcmp.S
1
60
bminor/glibc:sysdeps/i386/memcmp.S:1
/* Compare two memory blocks for differences in the first COUNT bytes. Copyright (C) 1995-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/memcmp.S
LGPL-2.1
9894127d202d8c0c821d852658057a03ba3cc3d2
github
libc
https://github.com/bminor/glibc/blob/9894127d202d8c0c821d852658057a03ba3cc3d2/sysdeps/i386/memcmp.S
1
60
bminor/glibc:sysdeps/i386/memcmp.S:2
cld /* Set direction of comparison. */ xorl %eax, %eax /* Default result. */ repe /* Compare at most %ecx bytes. */ cmpsb jz L(1) /* If even last byte was equal we return 0. */ /* The memory blocks are not equal. So result of the last subtraction is present in the carry flag. It is set when ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcmp.S
LGPL-2.1
44829b3ddb64e99e37343a0f25b2c082387d31a5
github
libc
https://github.com/bminor/glibc/blob/44829b3ddb64e99e37343a0f25b2c082387d31a5/sysdeps/i386/memcmp.S
41
75
bminor/glibc:sysdeps/i386/memcmp.S:2
cld /* Set direction of comparison. */ xorl %eax, %eax /* Default result. */ repe /* Compare at most %ecx bytes. */ cmpsb jz L(1) /* If even last byte was equal we return 0. */ /* The memory blocks are not equal. So result of the last subtraction is present in the carry flag. It is set when ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcmp.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/memcmp.S
41
73
bminor/glibc:sysdeps/i386/memcmp.S:1
/* Compare two memory blocks for differences in the first COUNT bytes. Copyright (C) 1995-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/memcmp.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/memcmp.S
1
60
bminor/glibc:sysdeps/i386/memcmp.S:1
/* Compare two memory blocks for differences in the first COUNT bytes. Copyright (C) 1995-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/memcmp.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/memcmp.S
1
60
bminor/glibc:sysdeps/i386/memcmp.S:1
/* Compare two memory blocks for differences in the first COUNT bytes. Copyright (C) 1995-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/memcmp.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/memcmp.S
1
60
bminor/glibc:sysdeps/i386/memcmp.S:1
/* Compare two memory blocks for differences in the first COUNT bytes. Copyright (C) 1995-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/memcmp.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/memcmp.S
1
60
bminor/glibc:sysdeps/i386/memcmp.S:1
/* Compare two memory blocks for differences in the first COUNT bytes. Copyright (C) 1995-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/memcmp.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/memcmp.S
1
60
bminor/glibc:sysdeps/i386/memcmp.S:1
/* Compare two memory blocks for differences in the first COUNT bytes. Copyright (C) 1995-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/memcmp.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/memcmp.S
1
60
bminor/glibc:sysdeps/i386/memcmp.S:1
/* Compare two memory blocks for differences in the first COUNT bytes. Copyright (C) 1995-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/memcmp.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/memcmp.S
1
60
bminor/glibc:sysdeps/i386/memcpy.S:1
/* memcpy with REP MOVSB/STOSB Copyright (C) 2015-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-att
handwritten
bminor/glibc
sysdeps/i386/memcpy.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/memcpy.S
1
60
bminor/glibc:sysdeps/i386/memcpy.S:2
.text #if defined SHARED && IS_IN (libc) ENTRY (MEMCPY_CHK) movl 12(%esp), %eax cmpl %eax, 16(%esp) jb HIDDEN_JUMPTARGET (__chk_fail) END (MEMCPY_CHK) libc_hidden_builtin_def (MEMCPY_CHK) #endif ENTRY (MEMCPY) PUSH (%esi) PUSH (%edi) movl N(%esp), %ecx movl STR1(%esp), %edi movl STR2(%esp), %esi mov %edi, %eax...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/memcpy.S
41
88
bminor/glibc:sysdeps/i386/memcpy.S:1
/* memcpy with REP MOVSB/STOSB Copyright (C) 2015-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-att
handwritten
bminor/glibc
sysdeps/i386/memcpy.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/memcpy.S
1
60
bminor/glibc:sysdeps/i386/memcpy.S:1
/* memcpy with REP MOVSB/STOSB Copyright (C) 2015-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-att
handwritten
bminor/glibc
sysdeps/i386/memcpy.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/memcpy.S
1
60
bminor/glibc:sysdeps/i386/memcpy.S:1
/* memcpy with REP MOVSB/STOSB Copyright (C) 2015-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-att
handwritten
bminor/glibc
sysdeps/i386/memcpy.S
LGPL-2.1
19f9f7f9d5064ad6608e6d40a3aa1b3db8a4a1ae
github
libc
https://github.com/bminor/glibc/blob/19f9f7f9d5064ad6608e6d40a3aa1b3db8a4a1ae/sysdeps/i386/memcpy.S
1
60
bminor/glibc:sysdeps/i386/memcpy.S:1
/* memcpy with REP MOVSB/STOSB Copyright (C) 2015-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-att
handwritten
bminor/glibc
sysdeps/i386/memcpy.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/memcpy.S
1
60
bminor/glibc:sysdeps/i386/memcpy.S:2
.text #if defined SHARED && IS_IN (libc) ENTRY (MEMCPY_CHK) movl 12(%esp), %eax cmpl %eax, 16(%esp) jb HIDDEN_JUMPTARGET (__chk_fail) END (MEMCPY_CHK) #endif ENTRY (MEMCPY) PUSH (%esi) PUSH (%edi) movl N(%esp), %ecx movl STR1(%esp), %edi movl STR2(%esp), %esi mov %edi, %eax #ifdef USE_AS_MEMPCPY add %ecx, %ea...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/memcpy.S
41
87
bminor/glibc:sysdeps/i386/memcpy.S:1
/* memcpy with REP MOVSB/STOSB Copyright (C) 2015-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-att
handwritten
bminor/glibc
sysdeps/i386/memcpy.S
LGPL-2.1
8bad328203ee79fbc2e895e2a3f17f6a221d0814
github
libc
https://github.com/bminor/glibc/blob/8bad328203ee79fbc2e895e2a3f17f6a221d0814/sysdeps/i386/memcpy.S
1
60
bminor/glibc:sysdeps/i386/memcpy.S:1
/* memcpy with REP MOVSB/STOSB Copyright (C) 2015-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-att
handwritten
bminor/glibc
sysdeps/i386/memcpy.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/memcpy.S
1
60
bminor/glibc:sysdeps/i386/memcpy.S:2
#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) .text #if defined SHARED && IS_IN (libc) && !defined USE_AS_BCOPY ENTRY (MEMCPY_CHK) movl 12(%esp), %eax cmpl %eax, 16(%esp) jb HIDDEN_JUMPTARGET...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/memcpy.S
41
95
bminor/glibc:sysdeps/i386/memcpy.S:3
lea -1(%esi,%ecx), %esi std rep movsb cld L(bwd_write_0bytes): POP (%edi) POP (%esi) ret #endif END (MEMCPY) #ifndef USE_AS_BCOPY libc_hidden_builtin_def (MEMCPY) #endif
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/memcpy.S
81
95
bminor/glibc:sysdeps/i386/memcpy.S:1
/* memcpy with REP MOVSB/STOSB Copyright (C) 2015-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-att
handwritten
bminor/glibc
sysdeps/i386/memcpy.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/memcpy.S
1
60
bminor/glibc:sysdeps/i386/memcpy.S:1
/* memcpy with REP MOVSB/STOSB Copyright (C) 2015-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-att
handwritten
bminor/glibc
sysdeps/i386/memcpy.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/memcpy.S
1
60
bminor/glibc:sysdeps/i386/memcpy.S:1
/* memcpy with REP MOVSB/STOSB Copyright (C) 2015-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-att
handwritten
bminor/glibc
sysdeps/i386/memcpy.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/memcpy.S
1
60
bminor/glibc:sysdeps/i386/memcpy.S:1
/* memcpy with REP MOVSB/STOSB Copyright (C) 2015-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-att
handwritten
bminor/glibc
sysdeps/i386/memcpy.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/memcpy.S
1
60
bminor/glibc:sysdeps/i386/memcpy.S:1
/* memcpy with REP MOVSB/STOSB Copyright (C) 2015-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-att
handwritten
bminor/glibc
sysdeps/i386/memcpy.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/memcpy.S
1
60
bminor/glibc:sysdeps/i386/memcpy.S:1
/* memcpy with REP MOVSB/STOSB Copyright (C) 2015-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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/memcpy.S
1
60
bminor/glibc:sysdeps/i386/memcpy.S:1
/* memcpy with REP MOVSB/STOSB Copyright (C) 2015-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 published by the Free Software Foundation...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/memcpy.S
1
60
bminor/glibc:sysdeps/i386/memcpy.S:1
/* memcpy with REP MOVSB/STOSB Copyright (C) 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; eit...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy.S
LGPL-2.1
d226114b9bfce2ea729f9c7b736aa5d509b2a73c
github
libc
https://github.com/bminor/glibc/blob/d226114b9bfce2ea729f9c7b736aa5d509b2a73c/sysdeps/i386/memcpy.S
1
60
bminor/glibc:sysdeps/i386/memcpy_chk.S:1
/* Checking memcpy for i386. 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy_chk.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/memcpy_chk.S
1
35
bminor/glibc:sysdeps/i386/memcpy_chk.S:1
/* Checking memcpy for i386. 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy_chk.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/memcpy_chk.S
1
35
bminor/glibc:sysdeps/i386/memcpy_chk.S:1
/* Checking memcpy for i386. 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy_chk.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/memcpy_chk.S
1
35
bminor/glibc:sysdeps/i386/memcpy_chk.S:1
/* Checking memcpy for i386. 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy_chk.S
LGPL-2.1
ca230f5833d699a35778f83b3ab646ba37f6f66c
github
libc
https://github.com/bminor/glibc/blob/ca230f5833d699a35778f83b3ab646ba37f6f66c/sysdeps/i386/memcpy_chk.S
1
35
bminor/glibc:sysdeps/i386/memcpy_chk.S:1
/* Checking memcpy for i386. 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy_chk.S
LGPL-2.1
dd8486ffc195f5fe150b2d3724c7712686cfddb0
github
libc
https://github.com/bminor/glibc/blob/dd8486ffc195f5fe150b2d3724c7712686cfddb0/sysdeps/i386/memcpy_chk.S
1
35
bminor/glibc:sysdeps/i386/memcpy_chk.S:1
/* Checking memcpy for i386. 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy_chk.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/memcpy_chk.S
1
34
bminor/glibc:sysdeps/i386/memcpy_chk.S:1
/* Checking memcpy for i386. 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy_chk.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/memcpy_chk.S
1
34
bminor/glibc:sysdeps/i386/memcpy_chk.S:1
/* Checking memcpy for i386. 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy_chk.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/memcpy_chk.S
1
34
bminor/glibc:sysdeps/i386/memcpy_chk.S:1
/* Checking memcpy for i386. 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy_chk.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/memcpy_chk.S
1
34
bminor/glibc:sysdeps/i386/memcpy_chk.S:1
/* Checking memcpy for i386. 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy_chk.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/memcpy_chk.S
1
34
bminor/glibc:sysdeps/i386/memcpy_chk.S:1
/* Checking memcpy for i386. 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy_chk.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/memcpy_chk.S
1
34
bminor/glibc:sysdeps/i386/memcpy_chk.S:1
/* Checking memcpy for i386. 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy_chk.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/memcpy_chk.S
1
34
bminor/glibc:sysdeps/i386/memcpy_chk.S:1
/* Checking memcpy for i386. 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy_chk.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/memcpy_chk.S
1
34
bminor/glibc:sysdeps/i386/memcpy_chk.S:1
/* Checking memcpy for i386. 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memcpy_chk.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/memcpy_chk.S
1
34
bminor/glibc:sysdeps/i386/memmove_chk.S:1
/* Checking memmove for i386 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memmove_chk.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/memmove_chk.S
1
34
bminor/glibc:sysdeps/i386/memmove_chk.S:1
/* Checking memmove for i386 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memmove_chk.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/memmove_chk.S
1
34
bminor/glibc:sysdeps/i386/memmove_chk.S:1
/* Checking memmove for i386 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memmove_chk.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/memmove_chk.S
1
34
bminor/glibc:sysdeps/i386/memmove_chk.S:1
/* Checking memmove for i386 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memmove_chk.S
LGPL-2.1
ca230f5833d699a35778f83b3ab646ba37f6f66c
github
libc
https://github.com/bminor/glibc/blob/ca230f5833d699a35778f83b3ab646ba37f6f66c/sysdeps/i386/memmove_chk.S
1
34
bminor/glibc:sysdeps/i386/memmove_chk.S:1
/* Checking memmove for i386 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memmove_chk.S
LGPL-2.1
dd8486ffc195f5fe150b2d3724c7712686cfddb0
github
libc
https://github.com/bminor/glibc/blob/dd8486ffc195f5fe150b2d3724c7712686cfddb0/sysdeps/i386/memmove_chk.S
1
34
bminor/glibc:sysdeps/i386/memmove_chk.S:1
/* Checking memmove for i386 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memmove_chk.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/memmove_chk.S
1
33
bminor/glibc:sysdeps/i386/memmove_chk.S:1
/* Checking memmove for i386 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memmove_chk.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/memmove_chk.S
1
33
bminor/glibc:sysdeps/i386/memmove_chk.S:1
/* Checking memmove for i386 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memmove_chk.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/memmove_chk.S
1
33
bminor/glibc:sysdeps/i386/memmove_chk.S:1
/* Checking memmove for i386 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memmove_chk.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/memmove_chk.S
1
33
bminor/glibc:sysdeps/i386/memmove_chk.S:1
/* Checking memmove for i386 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memmove_chk.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/memmove_chk.S
1
33
bminor/glibc:sysdeps/i386/memmove_chk.S:1
/* Checking memmove for i386 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memmove_chk.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/memmove_chk.S
1
33
bminor/glibc:sysdeps/i386/memmove_chk.S:1
/* Checking memmove for i386 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memmove_chk.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/memmove_chk.S
1
33
bminor/glibc:sysdeps/i386/memmove_chk.S:1
/* Checking memmove for i386 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memmove_chk.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/memmove_chk.S
1
33
bminor/glibc:sysdeps/i386/memmove_chk.S:1
/* Checking memmove for i386 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/memmove_chk.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/memmove_chk.S
1
33
bminor/glibc:sysdeps/i386/mempcpy_chk.S:1
/* Checking mempcpy for i386 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/mempcpy_chk.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/mempcpy_chk.S
1
34
bminor/glibc:sysdeps/i386/mempcpy_chk.S:1
/* Checking mempcpy for i386 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 published by the Free Software Foundation; ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/mempcpy_chk.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/mempcpy_chk.S
1
34