summaryrefslogtreecommitdiff
path: root/test/avx.asm
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-05-06 20:06:14 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-05-06 20:06:14 -0700
commite30393639145a6ed8c599b8dc112e662a5754d88 (patch)
tree19b24bb862d0998f5d8927a60721837a8f8d5cd1 /test/avx.asm
parent4e0fd9fb638474ea3aba15b8881d0d96c0231574 (diff)
downloadnasm-e30393639145a6ed8c599b8dc112e662a5754d88.tar.gz
Fix encoding of VPERMIL2PS instructions
Diffstat (limited to 'test/avx.asm')
-rw-r--r--test/avx.asm7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/avx.asm b/test/avx.asm
index 14100b8e..018135b2 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
-