Hello everyone,
I hope to find some assembly language examples of ARMv8 AArch64 instruction set.
Where can I find them?
Thank you in advance !
If you are looking for GNU style (gas), you can look at libav or x264 packages
git.libav.org Git - libav.git/tree
Go to libav/aarch64 and look at the .S files
git.videolan.org Git - x264.git/tree
Go to common/aarch64
An alternative to coding raw assembly language is to use NEON C intrinsics, these are compatible between aarch32 and aarch64 so no porting needed