]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/mn10300/bit.s
opcodes: bfin: simplify field width processing and fix build warnings
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / mn10300 / bit.s
1 .text
2 btst 64,d1
3 btst 8192,d2
4 btst 131071,d3
5 btst 64,(8,a1)
6 btst 64,(131071)
7 bset d1,(a2)
8 bset 64,(8,a1)
9 bset 64,(131071)
10 bclr d1,(a2)
11 bclr 64,(8,a1)
12 bclr 64,(131071)