aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/loongarch/sys/regdef.h
AgeCommit message (Collapse)AuthorFilesLines
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2024-05-15LoongArch: Add support for TLS Descriptorsmengqinggang1-0/+1
This is mostly based on AArch64 and RISC-V implementation. Add R_LARCH_TLS_DESC32 and R_LARCH_TLS_DESC64 relocations. For _dl_tlsdesc_dynamic function slow path, temporarily save and restore all vector registers.
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-08-14Loongarch: Add ifunc support and add different versions of strlendengjianbo1-0/+57
strlen-lasx is implemeted by LASX simd instructions(256bit) strlen-lsx is implemeted by LSX simd instructions(128bit) strlen-align is implemented by LA basic instructions and never use unaligned memory acess
2023-07-11LoongArch: Add vector implementation for _dl_runtime_resolve.caiyinyu1-0/+18
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-07-26LoongArch: Build Infrastructurecaiyinyu1-0/+93