x86-64: fix Intel64 handling of branch with data16 prefix
[deliverable/binutils-gdb.git] / gas / testsuite / gas / d10v / instruction_packing-010.d
CommitLineData
8c2784a5
TR
1#objdump: -D
2#source: instruction_packing-007.s
3#as: -gstabs --no-gstabs-packing --gstabs-packing
4
5.*: file format elf32-d10v
6
7Disassembly of section .text:
8
900000000 <foo>:
10 0: e0 00 00 00 ldi.l r0, 0x0
11 4: e0 10 10 00 ldi.l r1, 0x1000
12 8: 60 22 c0 67 ldi.s r2, 0x2 -> ldi.s r3, 0x3
13 c: e0 40 40 00 ldi.l r4, 0x4000
14 10: 60 55 cc 1a ldi.s r5, 0x5 -> jmp r13
ba7f26d2 15#pass
This page took 0.774892 seconds and 4 git commands to generate.