* elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix dst_mask for
[deliverable/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)
This page took 0.030451 seconds and 4 git commands to generate.