Initial revision
[binutils.git] / gas / testsuite / gas / h8300 / logicalh.s
blob9e95f11d454997e01de684dae78e7c8ad4d861c0
1 .h8300h
2 .text
3 h8300h_logical:
4 and.b #16,r1l
5 and.b r1l,r1h
6 and.w #32,r1
7 and.w r1,r1
8 and.l #64,er1
9 and.l er1,er1
10 andc #16,ccr
11 or.b #16,r0l
12 or.b r1l,r0l
13 or.w #32,r1
14 or.w r1,r1
15 or.l #64,er1
16 or.l er1,er1
17 orc #16,ccr
18 xor.b #16,r0l
19 xor.b r0l,r1l
20 xor.w #32,r1
21 xor.w r1,r1
22 xor.l #64,er1
23 xor.l er1,er1
24 xorc #16,ccr
25 neg.b r0l
26 neg.w r0
27 neg.l er0
28 not.b r0l
29 not.w r0
30 not.l er0