aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/bfs-0.s
blob: 844417a56c6f35e56716ef929d3a81f09b7615b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.arch armv8.1-m.main
.text
.syntax unified
.thumb
future:
	bf	branch, target
	bfcsel	branch, target, else, eq
	bfl	branch, target
	add	r0, r0, r1
branch:
	b	target
else: