glibc/sysdeps/aarch64/multiarch
Szabolcs Nagy 45b1e17e91 aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSE
DELOUSE was added to asm code to make them compatible with non-LP64
ABIs, but it is an unfortunate name and the code was not compatible
with ABIs where pointer and size_t are different. Glibc currently
only supports the LP64 ABI so these macros are not really needed or
tested, but for now the name is changed to be more meaningful instead
of removing them completely.

Some DELOUSE macros were dropped: clone, strlen and strnlen used it
unnecessarily.

The out of tree ILP32 patches are currently not maintained and will
likely need a rework to rebase them on top of the time64 changes.
2020-12-31 16:50:58 +00:00
..
ifunc-impl-list.c AArch64: Improve strlen_asimd performance (bug 25824) 2020-07-17 15:07:23 +01:00
init-arch.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Makefile AArch64: Improve strlen_asimd performance (bug 25824) 2020-07-17 15:07:23 +01:00
memchr_generic.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
memchr_nosimd.S aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSE 2020-12-31 16:50:58 +00:00
memchr.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
memcpy_advsimd.S aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSE 2020-12-31 16:50:58 +00:00
memcpy_falkor.S aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSE 2020-12-31 16:50:58 +00:00
memcpy_generic.S Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
memcpy_thunderx2.S aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSE 2020-12-31 16:50:58 +00:00
memcpy_thunderx.S aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSE 2020-12-31 16:50:58 +00:00
memcpy.c AArch64: Use __memcpy_simd on Neoverse N2/V1 2020-10-14 14:27:50 +01:00
memmove.c AArch64: Use __memcpy_simd on Neoverse N2/V1 2020-10-14 14:27:50 +01:00
memset_base64.S aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSE 2020-12-31 16:50:58 +00:00
memset_emag.S aarch64: Add BTI support to assembly files 2020-07-08 15:02:37 +01:00
memset_falkor.S aarch64: Add BTI support to assembly files 2020-07-08 15:02:37 +01:00
memset_generic.S aarch64: Add BTI support to assembly files 2020-07-08 15:02:37 +01:00
memset_kunpeng.S aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSE 2020-12-31 16:50:58 +00:00
memset.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
rtld-memset.S aarch64: Add BTI support to assembly files 2020-07-08 15:02:37 +01:00
strlen_asimd.S aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSE 2020-12-31 16:50:58 +00:00
strlen_mte.S AArch64: Improve strlen_asimd performance (bug 25824) 2020-07-17 15:07:23 +01:00
strlen.c aarch64: Use future HWCAP2_MTE in ifunc resolver 2020-07-27 12:54:22 +01:00