]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/tic80/bitnum.s
* gas/tic80/{add.d, add.lst, add.s, bitnum.d, bitnum.lst, bitnum.s,
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / tic80 / bitnum.s
CommitLineData
28ddd87e
FF
1;; Test that all the predefined symbol names for the BITNUM field
2;; are properly accepted and translated to numeric values. Also
3;; verifies that they are disassembled correctly as symbolics.
4
5 bbo r10,r8,eq.b
6 bbo r10,r8,ne.b
7 bbo r10,r8,gt.b
8 bbo r10,r8,le.b
9 bbo r10,r8,lt.b
10 bbo r10,r8,ge.b
11 bbo r10,r8,hi.b
12 bbo r10,r8,ls.b
13 bbo r10,r8,lo.b
14 bbo r10,r8,hs.b
15
16 bbo r10,r8,eq.h
17 bbo r10,r8,ne.h
18 bbo r10,r8,gt.h
19 bbo r10,r8,le.h
20 bbo r10,r8,lt.h
21 bbo r10,r8,ge.h
22 bbo r10,r8,hi.h
23 bbo r10,r8,ls.h
24 bbo r10,r8,lo.h
25 bbo r10,r8,hs.h
26
27 bbo r10,r8,eq.w
28 bbo r10,r8,ne.w
29 bbo r10,r8,gt.w
30 bbo r10,r8,le.w
31 bbo r10,r8,lt.w
32 bbo r10,r8,ge.w
33 bbo r10,r8,hi.w
34 bbo r10,r8,ls.w
35 bbo r10,r8,lo.w
36 bbo r10,r8,hs.w
37