aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/avx10/misc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/avx10/misc.txt')
-rw-r--r--test/avx10/misc.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/avx10/misc.txt b/test/avx10/misc.txt
index 9464d03..7c969bf 100644
--- a/test/avx10/misc.txt
+++ b/test/avx10/misc.txt
@@ -165,3 +165,8 @@ vpdpwuuds(ym1, ym2, ptr_b[rax+128]);
vpdpwuuds(zm1, zm2, zm3);
vpdpwuuds(zm1, zm2, ptr[rax+128]);
vpdpwuuds(zm1, zm2, ptr_b[rax+128]);
+
+//
+vmovd(xm10, xm20);
+vmovd(xm10, ptr[rax+128]);
+vmovd(ptr[rax+128], xm30);