mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
8 lines
225 B
NASM
8 lines
225 B
NASM
bits 64
|
|
vpermil2ps xmm0,xmm1,[rdi],xmm3,0
|
|
vpermil2ps xmm0,xmm1,xmm2,[rdi],1
|
|
vpermil2ps ymm0,ymm1,ymm2,ymm3,2
|
|
vpermil2ps ymm0,ymm1,ymm2,[rdi],3
|
|
vpermil2ps ymm0,ymm1,[rdi],ymm3,2
|
|
vpermil2ps ymm0,ymm1,ymm2,[rdi],3
|