Enable Intel AVX512_4FMAPS instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / avx512_4fmaps-warn.s
1 # Check warnings for invalid usage of register group
2
3 .text
4 v4fmaddps (%eax), %xmm0, %xmm6
5 v4fmaddps (%eax), %xmm1, %xmm6
6 v4fmaddps (%eax), %xmm2, %xmm6
7 v4fmaddps (%eax), %xmm3, %xmm6
8 v4fmaddps (%eax), %xmm4, %xmm6
9 v4fnmaddps (%eax), %xmm0, %xmm6
10 v4fnmaddps (%eax), %xmm1, %xmm6
11 v4fnmaddps (%eax), %xmm2, %xmm6
12 v4fnmaddps (%eax), %xmm3, %xmm6
13 v4fnmaddps (%eax), %xmm4, %xmm6
14 v4fmaddss (%eax), %xmm0, %xmm6
15 v4fmaddss (%eax), %xmm1, %xmm6
16 v4fmaddss (%eax), %xmm2, %xmm6
17 v4fmaddss (%eax), %xmm3, %xmm6
18 v4fmaddss (%eax), %xmm4, %xmm6
19 v4fnmaddss (%eax), %xmm0, %xmm6
20 v4fnmaddss (%eax), %xmm1, %xmm6
21 v4fnmaddss (%eax), %xmm2, %xmm6
22 v4fnmaddss (%eax), %xmm3, %xmm6
23 v4fnmaddss (%eax), %xmm4, %xmm6
This page took 0.049511 seconds and 5 git commands to generate.