Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / h8300 / logicals.s
1         .h8300s
2         .text
3 h8300s_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         andc #16,exr
12         or.b #16,r0l
13         or.b r1l,r0l
14         or.w #32,r1
15         or.w r1,r1
16         or.l #64,er1
17         or.l er1,er1
18         orc #16,ccr
19         orc #16,exr
20         xor.b #16,r0l
21         xor.b r0l,r1l
22         xor.w #32,r1
23         xor.w r1,r1
24         xor.l #64,er1
25         xor.l er1,er1
26         xorc #16,ccr
27         xorc #16,exr
28         neg.b r0l
29         neg.w r0
30         neg.l er0
31         not.b r0l
32         not.w r0
33         not.l er0
34