i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / no87.s
1 # Test .arch .no87
2 .text
3 .arch generic32
4 fninit
5 .arch .287
6 fninit
7 fsincos
8 .arch .387
9 fsincos
10 fcomi
11 .arch i686
12 fcomi
13 fisttpl (%eax)
14 .arch prescott
15 fisttpl (%eax)
16 .arch .no87
17 fcomi
18 fisttpl (%eax)
This page took 0.02963 seconds and 4 git commands to generate.