From dedb7f52af9ee648c41ae27fb48978a5ae68901e Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Sun, 13 Oct 2024 11:16:27 +0900 Subject: add vdpphps --- test/avx10/misc.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/avx10/misc.txt (limited to 'test') diff --git a/test/avx10/misc.txt b/test/avx10/misc.txt new file mode 100644 index 0000000..f7d1351 --- /dev/null +++ b/test/avx10/misc.txt @@ -0,0 +1,13 @@ +vdpphps(xm1, xm2, xm3); +vdpphps(xm1, xm2, ptr[rax+128]); +vdpphps(xm1, xm2, ptr_b[rax+128]); + +vdpphps(ym1, ym2, ym3); +vdpphps(ym1, ym2, ptr[rax+128]); +vdpphps(ym1, ym2, ptr_b[rax+128]); + +vdpphps(zm1, zm2, zm3); +vdpphps(zm1, zm2, ptr[rax+128]); +vdpphps(zm1, zm2, ptr_b[rax+128]); + +// skip vmpsadbw -- cgit v1.2.3