]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/h8300/bitops4h.s
19990502 sourceware import
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / h8300 / bitops4h.s
1 .h8300h
2 .text
3 h8300h_bit_ops_4:
4 bor #0,r0l
5 bor #0,@er0
6 bor #0,@64:8
7 bst #0,r0l
8 bst #0,@er0
9 bst #0,@64:8
10 btst #0,r0l
11 btst #0,@er0
12 btst #0,@64:8
13 btst r1l,r0l
14 btst r1l,@er0
15 btst r1l,@64:8
16 bxor #0,r0l
17 bxor #0,@er0
18 bxor #0,@64:8
19