• Assembly language examples of ARMv8 AArch64 instruction set
    Hello everyone, I hope to find some assembly language examples of ARMv8 AArch64 instruction set. Where can I find them? Thank you in advance !
  • Cryptography instructions sample for ARMv8
    hi, experts: I found ARMv8 supported some cryptography instructions. So: Is there any sample code demonstrating how to use these crypto instructions? best wishes,
  • Understanding armv8 tbx and tbl instructions
    -1 down vote  favorite    From the ARMv8 instruction overview about tbl & tbx instructions, I found that 'tbl' is Vector table lookup instruction is used for rearranging data within vectors and 'tbx'...
  • ARMv8-A Instruction for Getting CPU Number
    Hi, I'm using a Juno r1 board and I'm trying to get processor's related CPU ID without using any header file like function sched_getcpu from sched.h . The reason is I want to get the CPU number for TrustZone...
  • What is the equivalent instruction for QSUB in ARMv8?
    This is sort of intriguing for me. I couldn't find any saturation instructions using  general purpose register in ARMv8. However, there are saturation instructions for Neon registers I couldn't find the...