]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/h8300/bitops1.s
19990502 sourceware import
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / h8300 / bitops1.s
1 .text
2 h8300_bit_ops_1:
3 band #0,r0l
4 band #0,@r0
5 band #0,@64:8
6 bclr #0,r0l
7 bclr #0,@r0
8 bclr #0,@64:8
9 bclr r1l,r0l
10 bclr r1l,@r0
11 bclr r1l,@64:8
12 biand #0,r0l
13 biand #0,@r0
14 biand #0,@64:8
15 bild #0,r0l
16 bild #0,@r0
17 bild #0,@64:8
18