[binutils, ARM, 6/16] New BF instruction for Armv8.1-M Mainline
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / armv8_1-m-bf-bad.s
CommitLineData
4389b29a
AV
1 .syntax unified
2 .text
3 .thumb
4foo:
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.023862 seconds and 4 git commands to generate.