aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/avx10/comp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/avx10/comp.txt')
-rw-r--r--test/avx10/comp.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/avx10/comp.txt b/test/avx10/comp.txt
new file mode 100644
index 0000000..bfc883e
--- /dev/null
+++ b/test/avx10/comp.txt
@@ -0,0 +1,17 @@
+vcomxsd(xm1, xm2|T_sae);
+vcomxsd(xm1, ptr[rax+128]);
+
+vcomxsh(xm1, xm2|T_sae);
+vcomxsh(xm1, ptr[rax+128]);
+
+vcomxss(xm1, xm2|T_sae);
+vcomxss(xm1, ptr[rax+128]);
+
+vucomxsd(xm1, xm2|T_sae);
+vucomxsd(xm1, ptr[rax+128]);
+
+vucomxsh(xm1, xm2|T_sae);
+vucomxsh(xm1, ptr[rax+128]);
+
+vucomxss(xm1, xm2|T_sae);
+vucomxss(xm1, ptr[rax+128]);