[binutils, ARM, 6/16] New BF instruction for Armv8.1-M Mainline
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / armv8_1-m-bf.s
1 .syntax unified
2 .text
3 .thumb
4 foo:
5 bf 2, 6
6 mov r1, r1
7 bf .LBranch, .LB2
8 mov r2, r1
9 .LB2:
10 mov r3, r2
11 .LBranch:
12 mov r4, r2
This page took 0.031214 seconds and 4 git commands to generate.