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