summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2010-08-16 15:23:16 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2010-08-16 15:23:16 -0700
commitdbdb6d3df6a21e6d6e826ae0fe57c61dc1e4e0d3 (patch)
tree697c47e1db5865e82e90b6b89c8824eecfb804e9
parent96ba233088e9a7a0ae7a393b3a2e0f0a40c98005 (diff)
downloadnasm-dbdb6d3df6a21e6d6e826ae0fe57c61dc1e4e0d3.tar.gz
test/avx: remove deleted instructions
Remove the deleted VPERMIL2 instructions. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r--test/avx.asm7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/avx.asm b/test/avx.asm
index 9e5e15bf..e114639d 100644
--- a/test/avx.asm
+++ b/test/avx.asm
@@ -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