x86: Pass -O0 to assembler for some tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / compat.d
CommitLineData
1efbbeb4 1#as: -mmnemonic=att
9d141669
L
2#objdump: -d -Matt-mnemonic
3#name: i386 float AT&T mnemonic
4
5.*: +file format .*
6
7Disassembly of section .text:
8
90+ <.text>:
10[ ]*[a-f0-9]+: dc e3 fsub %st,%st\(3\)
11[ ]*[a-f0-9]+: de e1 fsubp %st,%st\(1\)
12[ ]*[a-f0-9]+: de e3 fsubp %st,%st\(3\)
13[ ]*[a-f0-9]+: de e3 fsubp %st,%st\(3\)
14[ ]*[a-f0-9]+: dc eb fsubr %st,%st\(3\)
15[ ]*[a-f0-9]+: de e9 fsubrp %st,%st\(1\)
16[ ]*[a-f0-9]+: de eb fsubrp %st,%st\(3\)
17[ ]*[a-f0-9]+: de eb fsubrp %st,%st\(3\)
18[ ]*[a-f0-9]+: dc f3 fdiv %st,%st\(3\)
19[ ]*[a-f0-9]+: de f1 fdivp %st,%st\(1\)
20[ ]*[a-f0-9]+: de f3 fdivp %st,%st\(3\)
21[ ]*[a-f0-9]+: de f3 fdivp %st,%st\(3\)
22[ ]*[a-f0-9]+: dc fb fdivr %st,%st\(3\)
23[ ]*[a-f0-9]+: de f9 fdivrp %st,%st\(1\)
24[ ]*[a-f0-9]+: de fb fdivrp %st,%st\(3\)
25[ ]*[a-f0-9]+: de fb fdivrp %st,%st\(3\)
26#pass
This page took 0.512729 seconds and 4 git commands to generate.