Add support for the Freescale s12z processor.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / s12z / mul-reg.d
1 #objdump: -d
2 #name:
3 #source: mul-reg.s
4
5
6 dump.o: file format elf32-s12z
7
8
9 Disassembly of section .text:
10
11 00000000 <.text>:
12 0: 4c a8 muls d0, d1, d2
13 2: 4d 81 muls d1, d2, d3
14 4: 48 8a muls d2, d3, d4
15 6: 49 93 muls d3, d4, d5
16 8: 4a 9e muls d4, d5, d6
17 a: 4b b7 muls d5, d6, d7
18 c: 4e bc muls d6, d7, d0
19 e: 4f a5 muls d7, d0, d1
20 10: 4c 28 mulu d0, d1, d2
21 12: 4d 01 mulu d1, d2, d3
22 14: 48 0a mulu d2, d3, d4
23 16: 49 13 mulu d3, d4, d5
24 18: 4a 1e mulu d4, d5, d6
25 1a: 4b 37 mulu d5, d6, d7
26 1c: 4e 3c mulu d6, d7, d0
27 1e: 4f 25 mulu d7, d0, d1
This page took 0.029994 seconds and 4 git commands to generate.