Implement VMOVQ xmm1, xmm2/m64
commit10a22445d747817932692b1c1ee3faa726121cb4
authorMark Wielaard <mark@klomp.org>
Sun, 30 Jun 2024 18:17:32 +0000 (30 20:17 +0200)
committerMark Wielaard <mark@klomp.org>
Sun, 30 Jun 2024 18:19:18 +0000 (30 20:19 +0200)
tree97c300f1a12cdc39ee27aeb90522e347fba60be4
parent7881706947507968772ccef67ebdc7ac7451abc9
Implement VMOVQ xmm1, xmm2/m64

We implemented the memory variant already, but not the reg variant.
Add a separate avx-vmovq testcase, because avx-1 is already really big.

https://bugs.kde.org/show_bug.cgi?id=391148
https://bugs.kde.org/show_bug.cgi?id=417572
https://bugs.kde.org/show_bug.cgi?id=489088
.gitignore
NEWS
VEX/priv/guest_amd64_toIR.c
none/tests/amd64/Makefile.am
none/tests/amd64/avx-vmovq.c [new file with mode: 0644]
none/tests/amd64/avx-vmovq.stderr.exp [new file with mode: 0644]
none/tests/amd64/avx-vmovq.stdout.exp [new file with mode: 0644]
none/tests/amd64/avx-vmovq.vgtest [new file with mode: 0644]