x86: Allow integer conversion without suffix in AT&T syntax
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / avx512vl-plain.s
1 .text
2 .arch generic32
3 .arch .avx512vl
4 _start:
5 {evex} vaesenc %ymm1, %ymm2, %ymm3
6 vgf2p8mulb %ymm1, %ymm2, %ymm3{%k4}
7 {evex} vpclmulqdq $0, %ymm1, %ymm2, %ymm3
8
9 .arch .vaes
10 {evex} vaesenc %ymm1, %ymm2, %ymm3
11
12 .arch .gfni
13 vgf2p8mulb %ymm1, %ymm2, %ymm3{%k4}
14
15 .arch .vpclmulqdq
16 {evex} vpclmulqdq $0, %ymm1, %ymm2, %ymm3
17 .p2align 4,0
This page took 0.051275 seconds and 4 git commands to generate.