mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
test/avx: remove deleted instructions
Remove the deleted VPERMIL2 instructions. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
96ba233088
commit
dbdb6d3df6
@ -14,13 +14,6 @@
|
||||
vcvtsi2sd xmm9,xmm10,dword [rdi]
|
||||
vcvtsi2sd xmm9,xmm10,qword [rdi]
|
||||
|
||||
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
|
||||
|
||||
vpextrb [rax],xmm1,0x33
|
||||
vpextrw [rax],xmm1,0x33
|
||||
vpextrd [rax],xmm1,0x33
|
||||
|
Loading…
Reference in New Issue
Block a user