mips-ase-1.d 691 B

1234567891011121314151617181920212223242526272829
  1. #PROG: objcopy
  2. #objdump: -dp --prefix-addresses --show-raw-insn
  3. #name: MIPS ELF file ASE information interpretation for disassembly 1
  4. #as: -32
  5. # Verify that in the absence of its ASE flag MDMX code is not disassembled
  6. # with MIPS64r2, where MDMX presence is not implied.
  7. .*: +file format .*mips.*
  8. !private flags = .*mdmx.*
  9. MIPS ABI Flags Version: 0
  10. ISA: MIPS64r2
  11. GPR size: 32
  12. CPR1 size: 64
  13. CPR2 size: 0
  14. FP ABI: Hard float \(32-bit CPU, 64-bit FPU\)
  15. ISA Extension: None
  16. ASEs:
  17. None
  18. FLAGS 1: .*
  19. FLAGS 2: .*
  20. Disassembly of section \.text:
  21. [0-9a-f]+ <[^>]*> 7aa2080b 0x7aa2080b
  22. [0-9a-f]+ <[^>]*> 46c520c0 add\.ps \$f3,\$f4,\$f5
  23. [0-9a-f]+ <[^>]*> 46c83998 addr\.ps \$f6,\$f7,\$f8
  24. \.\.\.