diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-05-06 20:06:14 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-05-06 20:06:14 -0700 |
commit | e30393639145a6ed8c599b8dc112e662a5754d88 (patch) | |
tree | 19b24bb862d0998f5d8927a60721837a8f8d5cd1 /test/avx.asm | |
parent | 4e0fd9fb638474ea3aba15b8881d0d96c0231574 (diff) | |
download | nasm-e30393639145a6ed8c599b8dc112e662a5754d88.tar.gz nasm-e30393639145a6ed8c599b8dc112e662a5754d88.tar.bz2 nasm-e30393639145a6ed8c599b8dc112e662a5754d88.zip |
Fix encoding of VPERMIL2PS instructions
Diffstat (limited to 'test/avx.asm')
-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 14100b8..018135b 100644 --- a/test/avx.asm +++ b/test/avx.asm @@ -1,14 +1,7 @@ bits 64 vpermil2ps xmm0,xmm1,[rdi],xmm3,0 - times 16 nop vpermil2ps xmm0,xmm1,xmm2,[rdi],1 - times 16 nop vpermil2ps ymm0,ymm1,ymm2,ymm3,2 - times 16 nop vpermil2ps ymm0,ymm1,ymm2,[rdi],3 - times 16 nop vpermil2ps ymm0,ymm1,[rdi],ymm3,2 - times 16 nop vpermil2ps ymm0,ymm1,ymm2,[rdi],3 - times 16 nop - |