* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[deliverable/binutils-gdb.git] / gas / testsuite / gas / h8300 / bitops4.s
1 .text
2 h8300_bit_ops_4:
3 bor #0,r0l
4 bor #0,@r0
5 bor #0,@64:8
6 bst #0,r0l
7 bst #0,@r0
8 bst #0,@64:8
9 btst #0,r0l
10 btst #0,@r0
11 btst #0,@64:8
12 btst r1l,r0l
13 btst r1l,@r0
14 btst r1l,@64:8
15 bxor #0,r0l
16 bxor #0,@r0
17 bxor #0,@64:8
18
This page took 0.031779 seconds and 4 git commands to generate.