Remove i370 support
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / mips / mips-ase-1.d
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
6 # Verify that in the absence of its ASE flag MDMX code is not disassembled
7 # with MIPS64r2, where MDMX presence is not implied.
8
9 .*: +file format .*mips.*
10 !private flags = .*mdmx.*
11
12 MIPS ABI Flags Version: 0
13
14 ISA: MIPS64r2
15 GPR size: 32
16 CPR1 size: 64
17 CPR2 size: 0
18 FP ABI: Hard float \(32-bit CPU, 64-bit FPU\)
19 ISA Extension: None
20 ASEs:
21 None
22 FLAGS 1: .*
23 FLAGS 2: .*
24
25 Disassembly of section \.text:
26 [0-9a-f]+ <[^>]*> 7aa2080b 0x7aa2080b
27 [0-9a-f]+ <[^>]*> 46c520c0 add\.ps \$f3,\$f4,\$f5
28 [0-9a-f]+ <[^>]*> 46c83998 addr\.ps \$f6,\$f7,\$f8
29 \.\.\.
This page took 0.034535 seconds and 4 git commands to generate.