diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2010-08-16 15:23:16 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2010-08-16 15:23:16 -0700 |
commit | dbdb6d3df6a21e6d6e826ae0fe57c61dc1e4e0d3 (patch) | |
tree | 697c47e1db5865e82e90b6b89c8824eecfb804e9 /test | |
parent | 96ba233088e9a7a0ae7a393b3a2e0f0a40c98005 (diff) | |
download | nasm-dbdb6d3df6a21e6d6e826ae0fe57c61dc1e4e0d3.tar.gz nasm-dbdb6d3df6a21e6d6e826ae0fe57c61dc1e4e0d3.tar.bz2 nasm-dbdb6d3df6a21e6d6e826ae0fe57c61dc1e4e0d3.zip |
test/avx: remove deleted instructions
Remove the deleted VPERMIL2 instructions.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/avx.asm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/avx.asm b/test/avx.asm index 9e5e15b..e114639 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 |