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:math/libm-test-yn.inc:2 | TEST_if_f (yn, 1, minus_infty, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM),
TEST_if_f (yn, 1, 0.0, minus_infty, DIVIDE_BY_ZERO_EXCEPTION|ERRNO_ERANGE),
TEST_if_f (yn, 1, -0.0, minus_infty, DIVIDE_BY_ZERO_EXCEPTION|ERRNO_ERANGE),
TEST_if_f (yn, 1, plus_infty, 0, ERRNO_UNCHANGED|IGNORE_ZERO_INF_SIGN),
TEST_... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-yn.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test-yn.inc | 41 | 100 |
bminor/glibc:math/libm-test-yn.inc:3 | TEST_if_f (yn, -2, -min_subnorm_value, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM),
TEST_if_f (yn, -2, -max_value, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM),
TEST_if_f (yn, -2, minus_infty, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM),
TEST_if_f (yn, -2, 0.0, minus_infty, DIVIDE_BY_ZERO_EXCEPTION|ERRNO_ERANGE),
... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-yn.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test-yn.inc | 81 | 126 |
bminor/glibc:math/libm-test.inc:1 | /* Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1997.
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 Fr... | arm | gas-like | handwritten | bminor/glibc | math/libm-test.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test.inc | 1 | 60 |
bminor/glibc:math/libm-test.inc:4 | #include "libm-test-pow.c"
#include "libm-test-remainder.c"
#include "libm-test-remquo.c"
#include "libm-test-rint.c"
#include "libm-test-round.c"
#include "libm-test-roundeven.c"
#include "libm-test-scalb.c"
#include "libm-test-scalbln.c"
#include "libm-test-scalbn.c"
#include "libm-test-setpayload.c"
#include "libm-t... | arm | gas-like | handwritten | bminor/glibc | math/libm-test.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test.inc | 121 | 180 |
bminor/glibc:math/libm-test.inc:5 | isnormal_test ();
issignaling_test ();
issubnormal_test ();
iszero_test ();
signbit_test ();
/* Trigonometric functions: */
acos_test ();
asin_test ();
atan_test ();
atan2_test ();
cos_test ();
sin_test ();
sincos_test ();
tan_test ();
/* Hyperbolic functions: */
acosh_test ();
asinh... | arm | gas-like | handwritten | bminor/glibc | math/libm-test.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test.inc | 161 | 220 |
bminor/glibc:math/libm-test.inc:6 | scalb_test ();
scalbn_test ();
scalbln_test ();
significand_test ();
/* Power and absolute value functions: */
cbrt_test ();
fabs_test ();
hypot_test ();
pow_test ();
sqrt_test ();
/* Error and gamma functions: */
erf_test ();
erfc_test ();
gamma_test ();
lgamma_test ();
tgamma_test ()... | arm | gas-like | handwritten | bminor/glibc | math/libm-test.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test.inc | 201 | 260 |
bminor/glibc:math/libm-test.inc:7 | remquo_test ();
/* Manipulation functions: */
copysign_test ();
nextup_test();
nextdown_test();
nextafter_test ();
nexttoward_test ();
/* maximum, minimum and positive difference functions */
fdim_test ();
fmax_test ();
fmaxmag_test ();
fmin_test ();
fminmag_test ();
/* Multiply and add: ... | arm | gas-like | handwritten | bminor/glibc | math/libm-test.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test.inc | 241 | 300 |
bminor/glibc:math/libm-test.inc:8 | /* Complex functions: */
cabs_test ();
cacos_test ();
cacosh_test ();
carg_test ();
casin_test ();
casinh_test ();
catan_test ();
catanh_test ();
ccos_test ();
ccosh_test ();
cexp_test ();
cimag_test ();
clog10_test ();
clog_test ();
conj_test ();
cpow_test ();
cproj_test ();
creal_... | arm | gas-like | handwritten | bminor/glibc | math/libm-test.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test.inc | 281 | 319 |
bminor/glibc:nptl/pt-crti.S:1 | /* Special .init and .fini section support for libpthread.
Copyright (C) 2012-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 ... | arm | gas-like | handwritten | bminor/glibc | nptl/pt-crti.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/nptl/pt-crti.S | 1 | 50 |
bminor/glibc:nptl/pt-crti.S:1 | /* Special .init and .fini section support for libpthread.
Copyright (C) 2012-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 ... | arm | gas-like | handwritten | bminor/glibc | nptl/pt-crti.S | LGPL-2.1 | f4349837d93b4dfe9ba09791e280ee2d6c99919f | github | libc | https://github.com/bminor/glibc/blob/f4349837d93b4dfe9ba09791e280ee2d6c99919f/nptl/pt-crti.S | 1 | 50 |
bminor/glibc:nptl/pt-crti.S:1 | /* Special .init and .fini section support for libpthread.
Copyright (C) 2012-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 ... | arm | gas-like | handwritten | bminor/glibc | nptl/pt-crti.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/nptl/pt-crti.S | 1 | 43 |
bminor/glibc:nptl/pt-crti.S:1 | /* Special .init and .fini section support for libpthread.
Copyright (C) 2012-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 ... | arm | gas-like | handwritten | bminor/glibc | nptl/pt-crti.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/nptl/pt-crti.S | 1 | 43 |
bminor/glibc:nptl/pt-crti.S:1 | /* Special .init and .fini section support for libpthread.
Copyright (C) 2012-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 ... | arm | gas-like | handwritten | bminor/glibc | nptl/pt-crti.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/nptl/pt-crti.S | 1 | 43 |
bminor/glibc:nptl/pt-crti.S:1 | /* Special .init and .fini section support for libpthread.
Copyright (C) 2012-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 ... | arm | gas-like | handwritten | bminor/glibc | nptl/pt-crti.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/nptl/pt-crti.S | 1 | 43 |
bminor/glibc:nptl/pt-crti.S:1 | /* Special .init and .fini section support for libpthread.
Copyright (C) 2012-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 ... | arm | gas-like | handwritten | bminor/glibc | nptl/pt-crti.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/nptl/pt-crti.S | 1 | 43 |
bminor/glibc:nptl/pt-crti.S:1 | /* Special .init and .fini section support for libpthread.
Copyright (C) 2012-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 ... | arm | gas-like | handwritten | bminor/glibc | nptl/pt-crti.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/nptl/pt-crti.S | 1 | 43 |
bminor/glibc:nptl/pt-crti.S:1 | /* Special .init and .fini section support for libpthread.
Copyright (C) 2012-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 ... | arm | gas-like | handwritten | bminor/glibc | nptl/pt-crti.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/nptl/pt-crti.S | 1 | 43 |
bminor/glibc:sysdeps/aarch64/__arm_za_disable.S:1 | /* Libc internal support routine for SME.
Copyright (C) 2023-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 Softwar... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__arm_za_disable.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/__arm_za_disable.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__arm_za_disable.S:2 | #else
/* In libc.a, may be PIC. */
adrp x14, _dl_hwcap2
ldr x14, [x14, :lo12:_dl_hwcap2]
#endif
tbz x14, HWCAP2_SME_BIT, L(end)
.inst 0xd53bd0ae /* mrs x14, tpidr2_el0 */
cbz x14, L(end)
/* Check reserved bytes, abort on unknown extensions. */
ldrh w15, [x14, 10]
ldr w16, [x14, 12]
orr w15, w15, w16
cb... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__arm_za_disable.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/__arm_za_disable.S | 41 | 100 |
bminor/glibc:sysdeps/aarch64/__arm_za_disable.S:3 | .inst 0xe120620f /* str za[w15, 15], [x16, 15, mul vl] */
add w15, w15, 16
.inst 0x04305a10 /* addsvl x16, x16, 16 */
cmp w17, w15
bhi L(save_loop)
.inst 0xd51bd0bf /* msr tpidr2_el0, xzr */
.inst 0xd503447f /* smstop za */
L(end):
ret
L(fail):
paciasp
cfi_negate_ra_state
stp x29, x30, [sp, -32]!
cfi_... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__arm_za_disable.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/__arm_za_disable.S | 81 | 110 |
bminor/glibc:sysdeps/aarch64/__arm_za_disable.S:1 | /* Libc internal support routine for SME.
Copyright (C) 2023-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 Softwar... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__arm_za_disable.S | LGPL-2.1 | 2c421fc4302ecb729823ca442f9dfab95afba752 | github | libc | https://github.com/bminor/glibc/blob/2c421fc4302ecb729823ca442f9dfab95afba752/sysdeps/aarch64/__arm_za_disable.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__arm_za_disable.S:2 | #else
/* In libc.a, may be PIC. */
adrp x14, _dl_hwcap2
ldr x14, [x14, :lo12:_dl_hwcap2]
#endif
tbz x14, HWCAP2_SME_BIT, L(end)
.inst 0xd53bd0ae /* mrs x14, tpidr2_el0 */
cbz x14, L(end)
/* Check reserved bytes, abort on unknown extensions. */
ldrh w15, [x14, 10]
ldr w16, [x14, 12]
orr w15, w15, w16
cb... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__arm_za_disable.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/aarch64/__arm_za_disable.S | 41 | 100 |
bminor/glibc:sysdeps/aarch64/__arm_za_disable.S:3 | .inst 0xe120620f /* str za[w15, 15], [x16, 15, mul vl] */
add w15, w15, 16
.inst 0x04305a10 /* addsvl x16, x16, 16 */
cmp w17, w15
bhi L(save_loop)
.inst 0xd51bd0bf /* msr tpidr2_el0, xzr */
.inst 0xd503447f /* smstop za */
L(end):
ret
L(fail):
#if HAVE_AARCH64_PAC_RET
PACIASP
cfi_window_save
#endif
st... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__arm_za_disable.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/aarch64/__arm_za_disable.S | 81 | 112 |
bminor/glibc:sysdeps/aarch64/__arm_za_disable.S:1 | /* Libc internal support routine for SME.
Copyright (C) 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 Fou... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__arm_za_disable.S | LGPL-2.1 | d3c32ae207d4fc3e48bb47ce1b9f2c6cf0f35c4f | github | libc | https://github.com/bminor/glibc/blob/d3c32ae207d4fc3e48bb47ce1b9f2c6cf0f35c4f/sysdeps/aarch64/__arm_za_disable.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:2 | cfi_offset (x26, JB_X26<<3)
cfi_offset (x27, JB_X27<<3)
cfi_offset (x28, JB_X28<<3)
cfi_offset (x29, JB_X29<<3)
cfi_offset (x30, JB_LR<<3)
cfi_offset ( d8, JB_D8<<3)
cfi_offset ( d9, JB_D9<<3)
cfi_offset (d10, JB_D10<<3)
cfi_offset (d11, JB_D11<<3)
cfi_offset (d12, JB_D12<<3)
cfi_offset (d13, JB_D13<<3)
cfi... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/__longjmp.S | 41 | 100 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:3 | /* x2: GCSPR now. x3, x4: target GCSPR. x5, x6: tmp regs. */
L(gcs_scan):
cmp x2, x4
b.eq L(gcs_pop)
sub x4, x4, 8
/* Check for a cap token. */
ldr x5, [x4]
and x6, x4, 0xfffffffffffff000
orr x6, x6, 1
cmp x5, x6
b.ne L(gcs_scan)
L(gcs_switch):
add x2, x4, 8
GCSSS1 (x4)
GCSSS2 (xzr)
L(gcs_pop):
cmp x2,... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/__longjmp.S | 81 | 140 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:4 | cfi_same_value(x26)
cfi_same_value(x27)
cfi_same_value(x28)
cfi_same_value(x29)
cfi_same_value(x30)
cfi_same_value(d8)
cfi_same_value(d9)
cfi_same_value(d10)
cfi_same_value(d11)
cfi_same_value(d12)
cfi_same_value(d13)
cfi_same_value(d14)
cfi_same_value(d15)
ldr x4, [x0, #JB_SP<<3]
#ifdef PTR_DEMANGLE
PTR... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/__longjmp.S | 121 | 151 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | b4b713bd8921aff04773557da94fabb5fb9dd705 | github | libc | https://github.com/bminor/glibc/blob/b4b713bd8921aff04773557da94fabb5fb9dd705/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | c0f0db2d59e0908057205b22b21dd9d626d780c1 | github | libc | https://github.com/bminor/glibc/blob/c0f0db2d59e0908057205b22b21dd9d626d780c1/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:2 | cfi_def_cfa (x0, 0)
cfi_offset (x19, JB_X19<<3)
cfi_offset (x20, JB_X20<<3)
cfi_offset (x21, JB_X21<<3)
cfi_offset (x22, JB_X22<<3)
cfi_offset (x23, JB_X23<<3)
cfi_offset (x24, JB_X24<<3)
cfi_offset (x25, JB_X25<<3)
cfi_offset (x26, JB_X26<<3)
cfi_offset (x27, JB_X27<<3)
cfi_offset (x28, JB_X28<<3)
cfi_offse... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | c0f0db2d59e0908057205b22b21dd9d626d780c1 | github | libc | https://github.com/bminor/glibc/blob/c0f0db2d59e0908057205b22b21dd9d626d780c1/sysdeps/aarch64/__longjmp.S | 41 | 100 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:3 | /* GCS support. */
mov x16, 1
CHKFEAT_X16
tbnz x16, 0, L(gcs_done)
MRS_GCSPR (x2)
ldr x3, [x0, #JB_GCSPR]
mov x4, x3
/* x2: GCSPR now. x3, x4: target GCSPR. x5, x6: tmp regs. */
L(gcs_scan):
cmp x2, x4
b.eq L(gcs_pop)
sub x4, x4, 8
/* Check for a cap token. */
ldr x5, [x4]
and x6, x4, 0xfffffffffffff0... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | c0f0db2d59e0908057205b22b21dd9d626d780c1 | github | libc | https://github.com/bminor/glibc/blob/c0f0db2d59e0908057205b22b21dd9d626d780c1/sysdeps/aarch64/__longjmp.S | 81 | 140 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:4 | cfi_same_value(x19)
cfi_same_value(x20)
cfi_same_value(x21)
cfi_same_value(x22)
cfi_same_value(x23)
cfi_same_value(x24)
cfi_same_value(x25)
cfi_same_value(x26)
cfi_same_value(x27)
cfi_same_value(x28)
cfi_same_value(x29)
cfi_same_value(x30)
cfi_same_value(d8)
cfi_same_value(d9)
cfi_same_value(d10)
cfi_sam... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | c0f0db2d59e0908057205b22b21dd9d626d780c1 | github | libc | https://github.com/bminor/glibc/blob/c0f0db2d59e0908057205b22b21dd9d626d780c1/sysdeps/aarch64/__longjmp.S | 121 | 159 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 2c421fc4302ecb729823ca442f9dfab95afba752 | github | libc | https://github.com/bminor/glibc/blob/2c421fc4302ecb729823ca442f9dfab95afba752/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:2 | cfi_restore (x30)
autiasp
cfi_negate_ra_state
#endif
cfi_def_cfa (x0, 0)
cfi_offset (x19, JB_X19<<3)
cfi_offset (x20, JB_X20<<3)
cfi_offset (x21, JB_X21<<3)
cfi_offset (x22, JB_X22<<3)
cfi_offset (x23, JB_X23<<3)
cfi_offset (x24, JB_X24<<3)
cfi_offset (x25, JB_X25<<3)
cfi_offset (x26, JB_X26<<3)
cfi_offset... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 2c421fc4302ecb729823ca442f9dfab95afba752 | github | libc | https://github.com/bminor/glibc/blob/2c421fc4302ecb729823ca442f9dfab95afba752/sysdeps/aarch64/__longjmp.S | 41 | 100 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:3 | LIBC_PROBE (longjmp, 3, 8@x0, -4@x1, 8@x30)
ldp d8, d9, [x0, #JB_D8<<3]
ldp d10, d11, [x0, #JB_D10<<3]
ldp d12, d13, [x0, #JB_D12<<3]
ldp d14, d15, [x0, #JB_D14<<3]
/* GCS support. */
mov x16, 1
CHKFEAT_X16
tbnz x16, 0, L(gcs_done)
MRS_GCSPR (x2)
ldr x3, [x0, #JB_GCSPR]
mov x4, x3
/* x2: GCSPR now. x3,... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 2c421fc4302ecb729823ca442f9dfab95afba752 | github | libc | https://github.com/bminor/glibc/blob/2c421fc4302ecb729823ca442f9dfab95afba752/sysdeps/aarch64/__longjmp.S | 81 | 140 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:4 | frame value is the same as the current value. In practice
this doesn't work, even after cfi_restore() gdb continues
to try to recover a previous frame value offset from x0,
which gets stuffed after a few more instructions. The
cfi_same_value() mechanism appears to work fine... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 2c421fc4302ecb729823ca442f9dfab95afba752 | github | libc | https://github.com/bminor/glibc/blob/2c421fc4302ecb729823ca442f9dfab95afba752/sysdeps/aarch64/__longjmp.S | 121 | 164 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 691edbdf7727466ba87e27a8eeae1c3bc5824ef5 | github | libc | https://github.com/bminor/glibc/blob/691edbdf7727466ba87e27a8eeae1c3bc5824ef5/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:2 | cfi_adjust_cfa_offset (-16)
cfi_restore (x29)
cfi_restore (x30)
# if HAVE_AARCH64_PAC_RET
AUTIASP
cfi_window_save
# endif
#endif
cfi_def_cfa (x0, 0)
cfi_offset (x19, JB_X19<<3)
cfi_offset (x20, JB_X20<<3)
cfi_offset (x21, JB_X21<<3)
cfi_offset (x22, JB_X22<<3)
cfi_offset (x23, JB_X23<<3)
cfi_offset (x24, JB... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 691edbdf7727466ba87e27a8eeae1c3bc5824ef5 | github | libc | https://github.com/bminor/glibc/blob/691edbdf7727466ba87e27a8eeae1c3bc5824ef5/sysdeps/aarch64/__longjmp.S | 41 | 100 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:3 | #endif
/* longjmp probe takes 3 arguments, address of jump buffer as
first argument (8@x0), return value as second argument (-4@x1),
and target address (8@x30), respectively. */
LIBC_PROBE (longjmp, 3, 8@x0, -4@x1, 8@x30)
ldp d8, d9, [x0, #JB_D8<<3]
ldp d10, d11, [x0, #JB_D10<<3]
ldp d12, d13, [x0, #JB_... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 691edbdf7727466ba87e27a8eeae1c3bc5824ef5 | github | libc | https://github.com/bminor/glibc/blob/691edbdf7727466ba87e27a8eeae1c3bc5824ef5/sysdeps/aarch64/__longjmp.S | 81 | 140 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:4 | /* Originally this was implemented with a series of
.cfi_restore() directives.
The theory was that cfi_restore should revert to previous
frame value is the same as the current value. In practice
this doesn't work, even after cfi_restore() gdb continues
to try to recover... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 691edbdf7727466ba87e27a8eeae1c3bc5824ef5 | github | libc | https://github.com/bminor/glibc/blob/691edbdf7727466ba87e27a8eeae1c3bc5824ef5/sysdeps/aarch64/__longjmp.S | 121 | 168 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | eb7ac024d9e5ac71f6c9695703c3db6b05744b86 | github | libc | https://github.com/bminor/glibc/blob/eb7ac024d9e5ac71f6c9695703c3db6b05744b86/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:2 | cfi_offset( d8, JB_D8<<3)
cfi_offset( d9, JB_D9<<3)
cfi_offset(d10, JB_D10<<3)
cfi_offset(d11, JB_D11<<3)
cfi_offset(d12, JB_D12<<3)
cfi_offset(d13, JB_D13<<3)
cfi_offset(d14, JB_D14<<3)
cfi_offset(d15, JB_D15<<3)
#if IS_IN(libc)
/* Disable ZA state of SME in libc.a and libc.so, but not in ld.so. */
# if HAVE... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | eb7ac024d9e5ac71f6c9695703c3db6b05744b86 | github | libc | https://github.com/bminor/glibc/blob/eb7ac024d9e5ac71f6c9695703c3db6b05744b86/sysdeps/aarch64/__longjmp.S | 41 | 100 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:3 | /* longjmp probe takes 3 arguments, address of jump buffer as
first argument (8@x0), return value as second argument (-4@x1),
and target address (8@x30), respectively. */
LIBC_PROBE (longjmp, 3, 8@x0, -4@x1, 8@x30)
ldp d8, d9, [x0, #JB_D8<<3]
ldp d10, d11, [x0, #JB_D10<<3]
ldp d12, d13, [x0, #JB_D12<<3]
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | eb7ac024d9e5ac71f6c9695703c3db6b05744b86 | github | libc | https://github.com/bminor/glibc/blob/eb7ac024d9e5ac71f6c9695703c3db6b05744b86/sysdeps/aarch64/__longjmp.S | 81 | 140 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:4 | .cfi_restore() directives.
The theory was that cfi_restore should revert to previous
frame value is the same as the current value. In practice
this doesn't work, even after cfi_restore() gdb continues
to try to recover a previous frame value offset from x0,
which... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | eb7ac024d9e5ac71f6c9695703c3db6b05744b86 | github | libc | https://github.com/bminor/glibc/blob/eb7ac024d9e5ac71f6c9695703c3db6b05744b86/sysdeps/aarch64/__longjmp.S | 121 | 167 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:2 | cfi_offset( d8, JB_D8<<3)
cfi_offset( d9, JB_D9<<3)
cfi_offset(d10, JB_D10<<3)
cfi_offset(d11, JB_D11<<3)
cfi_offset(d12, JB_D12<<3)
cfi_offset(d13, JB_D13<<3)
cfi_offset(d14, JB_D14<<3)
cfi_offset(d15, JB_D15<<3)
#if IS_IN(libc)
/* Disable ZA state of SME in libc.a and libc.so, but not in ld.so. */
# if HAVE... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | ce2f26a22e6b6f5c108d156afd9b43a452bb024c | github | libc | https://github.com/bminor/glibc/blob/ce2f26a22e6b6f5c108d156afd9b43a452bb024c/sysdeps/aarch64/__longjmp.S | 41 | 100 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:3 | ldp x29, x30, [x0, #JB_X29<<3]
#endif
/* longjmp probe takes 3 arguments, address of jump buffer as
first argument (8@x0), return value as second argument (-4@x1),
and target address (8@x30), respectively. */
LIBC_PROBE (longjmp, 3, 8@x0, -4@x1, 8@x30)
ldp d8, d9, [x0, #JB_D8<<3]
ldp d10, d11, [x0, #JB_D... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | ce2f26a22e6b6f5c108d156afd9b43a452bb024c | github | libc | https://github.com/bminor/glibc/blob/ce2f26a22e6b6f5c108d156afd9b43a452bb024c/sysdeps/aarch64/__longjmp.S | 81 | 140 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:4 | /* Originally this was implemented with a series of
.cfi_restore() directives.
The theory was that cfi_restore should revert to previous
frame value is the same as the current value. In practice
this doesn't work, even after cfi_restore() gdb continues
to try to recover... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | ce2f26a22e6b6f5c108d156afd9b43a452bb024c | github | libc | https://github.com/bminor/glibc/blob/ce2f26a22e6b6f5c108d156afd9b43a452bb024c/sysdeps/aarch64/__longjmp.S | 121 | 169 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 5ff5e7836e97a2d87778936b29c9607c120251be | github | libc | https://github.com/bminor/glibc/blob/5ff5e7836e97a2d87778936b29c9607c120251be/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:2 | cfi_offset( d8, JB_D8<<3)
cfi_offset( d9, JB_D9<<3)
cfi_offset(d10, JB_D10<<3)
cfi_offset(d11, JB_D11<<3)
cfi_offset(d12, JB_D12<<3)
cfi_offset(d13, JB_D13<<3)
cfi_offset(d14, JB_D14<<3)
cfi_offset(d15, JB_D15<<3)
PTR_ARG (0)
#if IS_IN(libc)
/* Disable ZA state of SME in libc.a and libc.so, but not in ld.so.... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 5ff5e7836e97a2d87778936b29c9607c120251be | github | libc | https://github.com/bminor/glibc/blob/5ff5e7836e97a2d87778936b29c9607c120251be/sysdeps/aarch64/__longjmp.S | 41 | 100 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:3 | PTR_DEMANGLE (30, 4, 3, 2)
#else
ldp x29, x30, [x0, #JB_X29<<3]
#endif
/* longjmp probe takes 3 arguments, address of jump buffer as
first argument (8@x0), return value as second argument (-4@x1),
and target address (8@x30), respectively. */
LIBC_PROBE (longjmp, 3, 8@x0, -4@x1, 8@x30)
ldp d8, d9, [x0, #J... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 5ff5e7836e97a2d87778936b29c9607c120251be | github | libc | https://github.com/bminor/glibc/blob/5ff5e7836e97a2d87778936b29c9607c120251be/sysdeps/aarch64/__longjmp.S | 81 | 140 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:4 | b L(gcs_pop)
L(gcs_done):
/* Originally this was implemented with a series of
.cfi_restore() directives.
The theory was that cfi_restore should revert to previous
frame value is the same as the current value. In practice
this doesn't work, even after cfi_restore() gdb con... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 5ff5e7836e97a2d87778936b29c9607c120251be | github | libc | https://github.com/bminor/glibc/blob/5ff5e7836e97a2d87778936b29c9607c120251be/sysdeps/aarch64/__longjmp.S | 121 | 171 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:5 | /* longjmp_target probe takes 3 arguments, address of jump buffer
as first argument (8@x0), return value as second argument (-4@x1),
and target address (8@x30), respectively. */
LIBC_PROBE (longjmp_target, 3, 8@x0, -4@x1, 8@x30)
cmp x1, #0
mov x0, #1
csel x0, x1, x0, ne
/* Use br instead of ret because re... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 5ff5e7836e97a2d87778936b29c9607c120251be | github | libc | https://github.com/bminor/glibc/blob/5ff5e7836e97a2d87778936b29c9607c120251be/sysdeps/aarch64/__longjmp.S | 161 | 171 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:2 | cfi_offset( d8, JB_D8<<3)
cfi_offset( d9, JB_D9<<3)
cfi_offset(d10, JB_D10<<3)
cfi_offset(d11, JB_D11<<3)
cfi_offset(d12, JB_D12<<3)
cfi_offset(d13, JB_D13<<3)
cfi_offset(d14, JB_D14<<3)
cfi_offset(d15, JB_D15<<3)
PTR_ARG (0)
#if IS_IN(libc)
/* Disable ZA state of SME in libc.a and libc.so, but not in ld.so.... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/aarch64/__longjmp.S | 41 | 100 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:3 | PTR_DEMANGLE (30, 4, 3, 2)
#else
ldp x29, x30, [x0, #JB_X29<<3]
#endif
/* longjmp probe takes 3 arguments, address of jump buffer as
first argument (8@x0), return value as second argument (-4@x1),
and target address (8@x30), respectively. */
LIBC_PROBE (longjmp, 3, 8@x0, -4@x1, 8@x30)
ldp d8, d9, [x0, #J... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/aarch64/__longjmp.S | 81 | 140 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:4 | cfi_same_value(d13)
cfi_same_value(d14)
cfi_same_value(d15)
#ifdef PTR_DEMANGLE
ldr x4, [x0, #JB_SP<<3]
PTR_DEMANGLE (5, 4, 3, 2)
#else
ldr x5, [x0, #JB_SP<<3]
#endif
mov sp, x5
/* longjmp_target probe takes 3 arguments, address of jump buffer
as first argument (8@x0), return value as second argument (-4@x1... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/aarch64/__longjmp.S | 121 | 141 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | a7373e457f0b5953d230f7756627036b1711dcc3 | github | libc | https://github.com/bminor/glibc/blob/a7373e457f0b5953d230f7756627036b1711dcc3/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:2 | cfi_offset( d8, JB_D8<<3)
cfi_offset( d9, JB_D9<<3)
cfi_offset(d10, JB_D10<<3)
cfi_offset(d11, JB_D11<<3)
cfi_offset(d12, JB_D12<<3)
cfi_offset(d13, JB_D13<<3)
cfi_offset(d14, JB_D14<<3)
cfi_offset(d15, JB_D15<<3)
PTR_ARG (0)
ldp x19, x20, [x0, #JB_X19<<3]
ldp x21, x22, [x0, #JB_X21<<3]
ldp x23, x24, [x0, ... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/aarch64/__longjmp.S | 41 | 100 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:3 | cfi_same_value(x19)
cfi_same_value(x20)
cfi_same_value(x21)
cfi_same_value(x22)
cfi_same_value(x23)
cfi_same_value(x24)
cfi_same_value(x25)
cfi_same_value(x26)
cfi_same_value(x27)
cfi_same_value(x28)
cfi_same_value(x29)
cfi_same_value(x30)
cfi_same_value(d8)
cfi_same_value(d9)
cfi_same_value(d10)
cfi_sam... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/aarch64/__longjmp.S | 81 | 119 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 88f4b6929c26f9240a4b0b7dcc62922f02544a09 | github | libc | https://github.com/bminor/glibc/blob/88f4b6929c26f9240a4b0b7dcc62922f02544a09/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:2 | cfi_offset( d9, JB_D9<<3)
cfi_offset(d10, JB_D10<<3)
cfi_offset(d11, JB_D11<<3)
cfi_offset(d12, JB_D12<<3)
cfi_offset(d13, JB_D13<<3)
cfi_offset(d14, JB_D14<<3)
cfi_offset(d15, JB_D15<<3)
PTR_ARG (0)
ldp x19, x20, [x0, #JB_X19<<3]
ldp x21, x22, [x0, #JB_X21<<3]
ldp x23, x24, [x0, #JB_X23<<3]
ldp x25, x26, ... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/aarch64/__longjmp.S | 41 | 100 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 45b1e17e9150dbd9ac2d578579063fbfa8e1b327 | github | libc | https://github.com/bminor/glibc/blob/45b1e17e9150dbd9ac2d578579063fbfa8e1b327/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:2 | cfi_offset( d9, JB_D9<<3)
cfi_offset(d10, JB_D10<<3)
cfi_offset(d11, JB_D11<<3)
cfi_offset(d12, JB_D12<<3)
cfi_offset(d13, JB_D13<<3)
cfi_offset(d14, JB_D14<<3)
cfi_offset(d15, JB_D15<<3)
DELOUSE (0)
ldp x19, x20, [x0, #JB_X19<<3]
ldp x21, x22, [x0, #JB_X21<<3]
ldp x23, x24, [x0, #JB_X23<<3]
ldp x25, x26, ... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/aarch64/__longjmp.S | 41 | 100 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 389d1f1b232b3d6b9d73ee2c50e543ace6675621 | github | libc | https://github.com/bminor/glibc/blob/389d1f1b232b3d6b9d73ee2c50e543ace6675621/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:2 | cfi_offset( d9, JB_D9<<3)
cfi_offset(d10, JB_D10<<3)
cfi_offset(d11, JB_D11<<3)
cfi_offset(d12, JB_D12<<3)
cfi_offset(d13, JB_D13<<3)
cfi_offset(d14, JB_D14<<3)
cfi_offset(d15, JB_D15<<3)
ldp x19, x20, [x0, #JB_X19<<3]
ldp x21, x22, [x0, #JB_X21<<3]
ldp x23, x24, [x0, #JB_X23<<3]
ldp x25, x26, [x0, #JB_X25<<... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/aarch64/__longjmp.S | 41 | 100 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:3 | cfi_same_value(x21)
cfi_same_value(x22)
cfi_same_value(x23)
cfi_same_value(x24)
cfi_same_value(x25)
cfi_same_value(x26)
cfi_same_value(x27)
cfi_same_value(x28)
cfi_same_value(x29)
cfi_same_value(x30)
cfi_same_value(d8)
cfi_same_value(d9)
cfi_same_value(d10)
cfi_same_value(d11)
cfi_same_value(d12)
cfi_sam... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/aarch64/__longjmp.S | 81 | 116 |
bminor/glibc:sysdeps/aarch64/__longjmp.S:1 | /* Copyright (C) 1997-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; either version 2.1 of the
... | arm64 | intel-like | handwritten | bminor/glibc | sysdeps/aarch64/__longjmp.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/aarch64/__longjmp.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__mtag_address_get_tag.S:1 | /* Copyright (C) 2020-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; either
version 2.1 of the... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_address_get_tag.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/aarch64/__mtag_address_get_tag.S | 1 | 32 |
bminor/glibc:sysdeps/aarch64/__mtag_address_get_tag.S:1 | /* Copyright (C) 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; either
version 2.1 of the Lice... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_address_get_tag.S | LGPL-2.1 | d27f0e5d889f4bf4a796fe2a883b2f264bf40c12 | github | libc | https://github.com/bminor/glibc/blob/d27f0e5d889f4bf4a796fe2a883b2f264bf40c12/sysdeps/aarch64/__mtag_address_get_tag.S | 1 | 32 |
bminor/glibc:sysdeps/aarch64/__mtag_memset_tag.S:1 | /* Copyright (C) 2020-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; either
version 2.1 of the... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_memset_tag.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/aarch64/__mtag_memset_tag.S | 1 | 53 |
bminor/glibc:sysdeps/aarch64/__mtag_memset_tag.S:1 | /* Copyright (C) 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; either
version 2.1 of the Lice... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_memset_tag.S | LGPL-2.1 | d27f0e5d889f4bf4a796fe2a883b2f264bf40c12 | github | libc | https://github.com/bminor/glibc/blob/d27f0e5d889f4bf4a796fe2a883b2f264bf40c12/sysdeps/aarch64/__mtag_memset_tag.S | 1 | 53 |
bminor/glibc:sysdeps/aarch64/__mtag_new_tag.S:1 | /* Copyright (C) 2020-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; either
version 2.1 of the... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_new_tag.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/aarch64/__mtag_new_tag.S | 1 | 37 |
bminor/glibc:sysdeps/aarch64/__mtag_new_tag.S:1 | /* Copyright (C) 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; either
version 2.1 of the Lice... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_new_tag.S | LGPL-2.1 | d27f0e5d889f4bf4a796fe2a883b2f264bf40c12 | github | libc | https://github.com/bminor/glibc/blob/d27f0e5d889f4bf4a796fe2a883b2f264bf40c12/sysdeps/aarch64/__mtag_new_tag.S | 1 | 37 |
bminor/glibc:sysdeps/aarch64/__mtag_tag_region.S:1 | /* Copyright (C) 2020-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; either
version 2.1 of the... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_tag_region.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/__mtag_tag_region.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__mtag_tag_region.S:2 | ENTRY (__libc_mtag_tag_region)
add dstend, dstin, count
cmp count, 96
b.hi L(set_long)
tbnz count, 6, L(set96)
/* Set 0, 16, 32, or 48 bytes. */
lsr tmp, count, 5
add tmp, dstin, tmp, lsl 4
cbz count, L(end)
stg dstin, [dstin]
stg dstin, [tmp]
stg dstin, [dstend, -16]
L(end):
ret
.p2align 4
/* Se... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_tag_region.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/__mtag_tag_region.S | 41 | 100 |
bminor/glibc:sysdeps/aarch64/__mtag_tag_region.S:3 | st2g dstin, [dstin]
st2g dstin, [dstin, 32]
bic dst, dstin, 63
sub count, dstend, dst /* Count is now 64 too large. */
sub count, count, 128 /* Adjust count and bias for loop. */
.p2align 4
L(zva_loop):
add dst, dst, 64
dc gva, dst
subs count, count, 64
b.hi L(zva_loop)
st2g dstin, [dstend, -64]
st2g dsti... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_tag_region.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/__mtag_tag_region.S | 81 | 110 |
bminor/glibc:sysdeps/aarch64/__mtag_tag_region.S:1 | /* Copyright (C) 2020-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; either
version 2.1 of the... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_tag_region.S | LGPL-2.1 | ce2f26a22e6b6f5c108d156afd9b43a452bb024c | github | libc | https://github.com/bminor/glibc/blob/ce2f26a22e6b6f5c108d156afd9b43a452bb024c/sysdeps/aarch64/__mtag_tag_region.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__mtag_tag_region.S:1 | /* Copyright (C) 2020-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; either
version 2.1 of the... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_tag_region.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/aarch64/__mtag_tag_region.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__mtag_tag_region.S:2 | ENTRY (__libc_mtag_tag_region)
PTR_ARG (0)
SIZE_ARG (1)
add dstend, dstin, count
cmp count, 96
b.hi L(set_long)
tbnz count, 6, L(set96)
/* Set 0, 16, 32, or 48 bytes. */
lsr tmp, count, 5
add tmp, dstin, tmp, lsl 4
cbz count, L(end)
stg dstin, [dstin]
stg dstin, [tmp]
stg dstin, [dstend, -16]
L(en... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_tag_region.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/aarch64/__mtag_tag_region.S | 41 | 100 |
bminor/glibc:sysdeps/aarch64/__mtag_tag_region.S:3 | cmp zva_val, 4 /* ZVA size is 64 bytes. */
b.ne L(no_zva)
#endif
st2g dstin, [dstin]
st2g dstin, [dstin, 32]
bic dst, dstin, 63
sub count, dstend, dst /* Count is now 64 too large. */
sub count, count, 128 /* Adjust count and bias for loop. */
.p2align 4
L(zva_loop):
add dst, dst, 64
dc gva, dst
subs cou... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_tag_region.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/aarch64/__mtag_tag_region.S | 81 | 113 |
bminor/glibc:sysdeps/aarch64/__mtag_tag_region.S:1 | /* Copyright (C) 2020-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; either
version 2.1 of the... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_tag_region.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/aarch64/__mtag_tag_region.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__mtag_tag_region.S:1 | /* Copyright (C) 2020-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; either
version 2.1 of the... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_tag_region.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/aarch64/__mtag_tag_region.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__mtag_tag_region.S:1 | /* Copyright (C) 2020-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; either
version 2.1 of the... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_tag_region.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/aarch64/__mtag_tag_region.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__mtag_tag_region.S:1 | /* Copyright (C) 2020-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; either
version 2.1 of the... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_tag_region.S | LGPL-2.1 | 23fd760add29042fd6f8fead0f6a2f32631d41aa | github | libc | https://github.com/bminor/glibc/blob/23fd760add29042fd6f8fead0f6a2f32631d41aa/sysdeps/aarch64/__mtag_tag_region.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__mtag_tag_region.S:1 | /* Copyright (C) 2020-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; either
version 2.1 of the... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_tag_region.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/aarch64/__mtag_tag_region.S | 1 | 51 |
bminor/glibc:sysdeps/aarch64/__mtag_tag_region.S:1 | /* Copyright (C) 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; either
version 2.1 of the Lice... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_tag_region.S | LGPL-2.1 | d27f0e5d889f4bf4a796fe2a883b2f264bf40c12 | github | libc | https://github.com/bminor/glibc/blob/d27f0e5d889f4bf4a796fe2a883b2f264bf40c12/sysdeps/aarch64/__mtag_tag_region.S | 1 | 51 |
bminor/glibc:sysdeps/aarch64/__mtag_tag_zero_region.S:1 | /* Copyright (C) 2020-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; either
version 2.1 of the... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_tag_zero_region.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/__mtag_tag_zero_region.S | 1 | 60 |
bminor/glibc:sysdeps/aarch64/__mtag_tag_zero_region.S:2 | ENTRY (__libc_mtag_tag_zero_region)
add dstend, dstin, count
cmp count, 96
b.hi L(set_long)
tbnz count, 6, L(set96)
/* Set 0, 16, 32, or 48 bytes. */
lsr tmp, count, 5
add tmp, dstin, tmp, lsl 4
cbz count, L(end)
stzg dstin, [dstin]
stzg dstin, [tmp]
stzg dstin, [dstend, -16]
L(end):
ret
.p2align ... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_tag_zero_region.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/__mtag_tag_zero_region.S | 41 | 100 |
bminor/glibc:sysdeps/aarch64/__mtag_tag_zero_region.S:3 | stz2g dstin, [dstin]
stz2g dstin, [dstin, 32]
bic dst, dstin, 63
sub count, dstend, dst /* Count is now 64 too large. */
sub count, count, 128 /* Adjust count and bias for loop. */
.p2align 4
L(zva_loop):
add dst, dst, 64
dc gzva, dst
subs count, count, 64
b.hi L(zva_loop)
stz2g dstin, [dstend, -64]
stz2g... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_tag_zero_region.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/aarch64/__mtag_tag_zero_region.S | 81 | 110 |
bminor/glibc:sysdeps/aarch64/__mtag_tag_zero_region.S:1 | /* Copyright (C) 2020-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; either
version 2.1 of the... | arm64 | gas-like | handwritten | bminor/glibc | sysdeps/aarch64/__mtag_tag_zero_region.S | LGPL-2.1 | ce2f26a22e6b6f5c108d156afd9b43a452bb024c | github | libc | https://github.com/bminor/glibc/blob/ce2f26a22e6b6f5c108d156afd9b43a452bb024c/sysdeps/aarch64/__mtag_tag_zero_region.S | 1 | 60 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.