Add support for the Freescale s12z processor.
[external/binutils.git] / gas / testsuite / gas / s12z / neg-opr.s
1         neg.l [0x123456]
2         neg.b [4,x]
3         neg.w d2
4         neg.b [d0, y]
5         neg.b [12,s]
6         neg.b (3,s)
7         neg.b (-123,s)
8         neg.l (0x123abc,p)
9         neg.w (x-)
10         neg.w (y-)
11         neg.b (x+)
12         neg.b (y+)
13         neg.b (s+)
14         neg.l (+x)
15         neg.w (+y)
16         neg.l (-x)
17         neg.w (-y)
18         neg.b (-s)
19         neg.l (d1, x)
20         neg.l (d2, y)
21         neg.l (d3, s)