]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/mmix/regy-op.s
opcodes: bfin: simplify field width processing and fix build warnings
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / mmix / regy-op.s
1 # For insns where Y is a constant: 'Y'-type operands.
2 # Only NEG and NEGU, actually.
3 Main NEG X,Y,Z
4 NEGU $32,Y,Z
5 NEG X,32,Z
6 NEGU $0,133,Z
7 NEG X,Y,$73
8 NEGU $130,Y,$233
9 NEG X,38,$212
10 NEGU $1,175,$181
11
12 NEG X,Y,Z0
13 NEGU $32,Y,Z0
14 NEG X,132,Z0
15 NEGU $232,133,Z0
16 NEG X,Y,203
17 NEGU $231,Y,213
18 NEG X,38,211
19 NEGU $4,175,161
20
21 NEG X,Y,0
22 NEGU $23,Y,0
23 NEG $2,Y,0
24 NEGU $232,133,0
25
26 NEG X,Z
27 NEGU $32,Z
28 NEG X,32
29 NEGU $232,133
30 NEG X,Z0
31 NEGU $32,Z0
32 NEG X,$32
33 NEGU $232,$133
34 X IS $123
35 Y IS 12
36 Z IS $67
37 Z0 IS 176