x86-64: bndmk, bndldx, and bndstx don't allow RIP-relative addressing
[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.042626 seconds and 4 git commands to generate.