X86: Add pseudo prefixes to control encoding
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / avx512_4fmaps_vl-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 v4fmaddps (%eax), %ymm0, %ymm6
15 v4fmaddps (%eax), %ymm1, %ymm6
16 v4fmaddps (%eax), %ymm2, %ymm6
17 v4fmaddps (%eax), %ymm3, %ymm6
18 v4fmaddps (%eax), %ymm4, %ymm6
19 v4fnmaddps (%eax), %ymm0, %ymm6
20 v4fnmaddps (%eax), %ymm1, %ymm6
21 v4fnmaddps (%eax), %ymm2, %ymm6
22 v4fnmaddps (%eax), %ymm3, %ymm6
23 v4fnmaddps (%eax), %ymm4, %ymm6
This page took 0.030907 seconds and 4 git commands to generate.