Add aarch64 assembly test

pull/4393/head
mimi89999 4 years ago committed by Jussi Pakkanen
parent 0fa808f706
commit 631a7b5a2a
  1. 11
      test cases/common/119 llvm ir and assembly/square-aarch64.S

@ -15,6 +15,15 @@ SYMBOL_NAME(square_unsigned) ENDP
#else
#error gas syntax assembly for this test needs to be written
.text
.globl SYMBOL_NAME(square_unsigned)
# ifdef __linux__
.type square_unsigned, %function
#endif
SYMBOL_NAME(square_unsigned):
mul x1, x0, x0
mov x0, x1
ret
#endif

Loading…
Cancel
Save