gotop32.dd 960 B

12345678910111213141516171819202122232425262728293031323334
  1. #source: gotop32.s
  2. #as: --32 -K PIC
  3. #ld: -shared -melf32_sparc
  4. #objdump: -drj.text
  5. #target: sparc*-*-*
  6. .*: +file format elf32-sparc.*
  7. Disassembly of section .text:
  8. 00001000 <foo-0x8>:
  9. +1000: 81 c3 e0 08 retl *
  10. +1004: ae 03 c0 17 add %o7, %l7, %l7
  11. 00001008 <foo>:
  12. +1008: 9d e3 bf 98 save %sp, -104, %sp
  13. +100c: 2f 00 00 44 sethi %hi\(0x11000\), %l7
  14. +1010: 7f ff ff fc call 1000 <foo-0x8>
  15. +1014: ae 05 e0 60 add %l7, 0x60, %l7 ! 11060 <.*>
  16. +1018: 01 00 00 00 nop *
  17. +101c: 23 00 00 00 sethi %hi\(0\), %l1
  18. +1020: 01 00 00 00 nop *
  19. +1024: a2 1c 60 04 xor %l1, 4, %l1
  20. +1028: 01 00 00 00 nop *
  21. +102c: f0 05 c0 11 ld \[ %l7 \+ %l1 \], %i0
  22. +1030: 01 00 00 00 nop *
  23. +1034: 23 00 00 03 sethi %hi\(0xc00\), %l1
  24. +1038: 01 00 00 00 nop
  25. +103c: a2 1c 63 94 xor %l1, 0x394, %l1
  26. +1040: 01 00 00 00 nop
  27. +1044: b0 05 c0 11 add %l7, %l1, %i0
  28. +1048: 01 00 00 00 nop
  29. +104c: 81 c7 e0 08 ret
  30. +1050: 81 e8 00 00 restore
  31. #pass