mips16-extend-noinsn.d 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #PROG: objcopy
  2. #objdump: -d --prefix-addresses --show-raw-insn
  3. #name: MIPS16 unsupported EXTEND and undefined opcode disassembly
  4. #as: -32
  5. # Verify raw hexadecimal EXTEND and inexistent opcode disassembly.
  6. .*: +file format .*mips.*
  7. Disassembly of section \.text:
  8. [0-9a-f]+ <[^>]*> 6500 nop
  9. [0-9a-f]+ <[^>]*> f123 extend 0x123
  10. [0-9a-f]+ <[^>]*> f456 extend 0x456
  11. [0-9a-f]+ <[^>]*> f765 extend 0x765
  12. [0-9a-f]+ <[^>]*> 1800 0000 jal 00000000 <foo>
  13. [0-9a-f]+ <[^>]*> 6500 nop
  14. [0-9a-f]+ <[^>]*> f432 extend 0x432
  15. [0-9a-f]+ <[^>]*> 1c00 0000 jalx 00000000 <foo>
  16. [0-9a-f]+ <[^>]*> 6500 nop
  17. [0-9a-f]+ <[^>]*> f123 extend 0x123
  18. [0-9a-f]+ <[^>]*> 6621 0x6621
  19. [0-9a-f]+ <[^>]*> f456 extend 0x456
  20. [0-9a-f]+ <[^>]*> e935 0xe935
  21. [0-9a-f]+ <[^>]*> f765 extend 0x765
  22. [0-9a-f]+ <[^>]*> ea60 0xea60
  23. [0-9a-f]+ <[^>]*> f432 extend 0x432
  24. [0-9a-f]+ <[^>]*> ece0 0xece0
  25. [0-9a-f]+ <[^>]*> f5aa extend 0x5aa
  26. [0-9a-f]+ <[^>]*> e971 0xe971
  27. [0-9a-f]+ <[^>]*> f655 extend 0x655
  28. [0-9a-f]+ <[^>]*> ebf1 0xebf1
  29. [0-9a-f]+ <[^>]*> 6621 0x6621
  30. [0-9a-f]+ <[^>]*> e935 0xe935
  31. [0-9a-f]+ <[^>]*> ea60 0xea60
  32. [0-9a-f]+ <[^>]*> ece0 0xece0
  33. [0-9a-f]+ <[^>]*> e971 0xe971
  34. [0-9a-f]+ <[^>]*> ebf1 0xebf1
  35. [0-9a-f]+ <[^>]*> 6500 nop
  36. \.\.\.