Add automation to avx test.
[nasm/avx512.git] / test / avx.asm
blob6ef8c48b3687220691951910036a1ab7e19a9c73
1 ;Testname=unoptimized; Arguments=-O0 -fbin -oavx.bin; Files=.stdout .stderr avx.bin
2 ;Testname=optimized; Arguments=-Ox -fbin -oavx.bin; Files=.stdout .stderr avx.bin
4 bits 64
5 vblendvpd xmm2,xmm1,xmm0,xmm0
6 vblendvpd xmm2,xmm1,xmm0
7 vblendvpd ymm2,ymm1,ymm0,ymm0
8 vblendvpd ymm2,ymm1,ymm0
10 vcvtsi2sd xmm9,xmm10,ecx
11 vcvtsi2sd xmm9,xmm10,rcx
12 vcvtsi2sd xmm9,xmm10,dword [rdi]
13 vcvtsi2sd xmm9,xmm10,qword [rdi]
15 vpermil2ps xmm0,xmm1,[rdi],xmm3,0
16 vpermil2ps xmm0,xmm1,xmm2,[rdi],1
17 vpermil2ps ymm0,ymm1,ymm2,ymm3,2
18 vpermil2ps ymm0,ymm1,ymm2,[rdi],3
19 vpermil2ps ymm0,ymm1,[rdi],ymm3,2
20 vpermil2ps ymm0,ymm1,ymm2,[rdi],3