summaryrefslogtreecommitdiff
path: root/test cases/common/126 llvm ir and assembly/square-arm.S
blob: e66fa479073fa0db50bcb84a6972307ab9506297 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "symbol-underscore.h"

.text
.globl SYMBOL_NAME(square_unsigned)
# ifdef __linux__
.type square_unsigned, %function
#endif

SYMBOL_NAME(square_unsigned):
	mul	r1, r0, r0
	mov	r0, r1
	mov	pc, lr