Home | History | Annotate | Download | only in d10v
      1 #objdump: -D
      2 #source: instruction_packing-007.s
      3 #as: -gstabs --no-gstabs-packing --gstabs-packing
      4 
      5 .*:     file format elf32-d10v
      6 
      7 Disassembly of section .text:
      8 
      9 00000000 <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
     15 #pass
     16