riscv64_zba.s 123 B

123456789
  1. /* RISC-V - test if the Zba extension is present */
  2. .text
  3. .global main
  4. main:
  5. sh1add x6, x6, x7
  6. li x10, 0
  7. ret