Power10 Copy/Paste Extensions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / armv8_1-m-bf-exchange.s
1 .syntax unified
2 .text
3 .thumb
4 foo:
5 bfx .LB1, r5
6 mov r1, r1
7 bflx .LB2, r3
8 mov r2, r1
9 .LB1:
10 mov r3, r2
11 .LB2:
12 mov r4, r2
This page took 0.047087 seconds and 4 git commands to generate.