gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / armv8_1-m-bf-bad.s
1 .syntax unified
2 .text
3 .thumb
4 foo:
5 # OP0 : Unsigned, 5-bit, even
6 bf 0, 36
7 bf -2, 36
8 bf 3, 36
9 bf 32, 36
10 # OP1 : signed, 17-bit, even
11 bf 2, -5
12 bf 2, 5
13 bf 2, 65536
14 bf 2, -65538
This page took 0.029868 seconds and 4 git commands to generate.