gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / armv8_1-m-bf-exchange-bad.s
1 .syntax unified
2 .text
3 .thumb
4 foo:
5 # OP0 : Unsigned, 5-bit, even
6 bfx 0, r3
7 bfx -2, r3
8 bflx 3, r3
9 bflx 32, r3
10 # OP1 : no SP or PC
11 bfx 2, PC
12 bflx 2, SP
This page took 0.029799 seconds and 4 git commands to generate.