diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-10-13 11:16:27 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-10-13 13:51:06 +0900 |
commit | dedb7f52af9ee648c41ae27fb48978a5ae68901e (patch) | |
tree | e1b6709531172ad9538d11cee9b94937f3c15048 /test | |
parent | 6e083527507052145d99585eb028342cba81df60 (diff) | |
download | xbyak-dedb7f52af9ee648c41ae27fb48978a5ae68901e.tar.gz xbyak-dedb7f52af9ee648c41ae27fb48978a5ae68901e.zip |
add vdpphps
Diffstat (limited to 'test')
-rw-r--r-- | test/avx10/misc.txt | 13 |
1 files changed, 13 insertions, 0 deletions
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 |