Add support for the Freescale s12z processor.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / s12z / neg-opr.d
1 #objdump: -d
2 #name:
3 #source: neg-opr.s
4
5
6 dump.o: file format elf32-s12z
7
8
9 Disassembly of section .text:
10
11 00000000 <.text>:
12 0: df fe 12 34 neg.l \[1193046\]
13 4: 56
14 5: dc c4 04 neg.b \[4,x\]
15 8: dd b8 neg.w d2
16 a: dc dc neg.b \[d0,y\]
17 c: dc e4 0c neg.b \[12,s\]
18 f: dc 63 neg.b \(3,s\)
19 11: dc e1 85 neg.b \(-123,s\)
20 14: df f2 12 3a neg.l \(1194684,p\)
21 18: bc
22 19: dd c7 neg.w \(x-\)
23 1b: dd d7 neg.w \(y-\)
24 1d: dc e7 neg.b \(x\+\)
25 1f: dc f7 neg.b \(y\+\)
26 21: dc ff neg.b \(s\+\)
27 23: df e3 neg.l \(\+x\)
28 25: dd f3 neg.w \(\+y\)
29 27: df c3 neg.l \(-x\)
30 29: dd d3 neg.w \(-y\)
31 2b: dc fb neg.b \(-s\)
32 2d: df 8d neg.l \(d1,x\)
33 2f: df 98 neg.l \(d2,y\)
34 31: df a9 neg.l \(d3,s\)
This page took 0.032855 seconds and 4 git commands to generate.