kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

aa64_stp_ldp_q.s (111B)


      1 .text
      2 .globl test_main
      3 test_main:
      4     stp q0, q1, [sp, #160]
      5     ldp q0, q1, [sp, #160]
      6     mov w0, #0
      7     ret