2010-01-06 Quentin Neill <quentin.neill@amd.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / regy-op.s
CommitLineData
3c3bdf30
NC
1# For insns where Y is a constant: 'Y'-type operands.
2# Only NEG and NEGU, actually.
3Main 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
34X IS $123
35Y IS 12
36Z IS $67
37Z0 IS 176
This page took 0.45153 seconds and 4 git commands to generate.