x86/Intel: correct permitted operand sizes for AVX512 scatter/gather
[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.052033 seconds and 4 git commands to generate.