From: Julian Seward Date: Sun, 3 Jun 2012 23:13:08 +0000 (+0000) Subject: Update. X-Git-Tag: svn/VALGRIND_3_8_0~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc1a657259400701ba999bfb785f458ef70c311f;p=thirdparty%2Fvalgrind.git Update. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12607 --- diff --git a/none/tests/amd64/avx-1.c b/none/tests/amd64/avx-1.c index 49385f7b21..fd7f72c57e 100644 --- a/none/tests/amd64/avx-1.c +++ b/none/tests/amd64/avx-1.c @@ -663,6 +663,14 @@ GEN_test_RandM(VPSUBW_128, "vpsubw %%xmm6, %%xmm8, %%xmm7", "vpsubw (%%rax), %%xmm8, %%xmm7") +GEN_test_RandM(VMOVUPD_GtoE_256, + "vmovupd %%ymm9, %%ymm6", + "vmovupd %%ymm7, (%%rax)") + +GEN_test_RandM(VMOVUPD_EtoG_256, + "vmovupd %%ymm6, %%ymm9", + "vmovupd (%%rax), %%ymm7") + /* Comment duplicated above, for convenient reference: Allowed operands in test insns: @@ -673,6 +681,8 @@ GEN_test_RandM(VPSUBW_128, int main ( void ) { + test_VMOVUPD_EtoG_256(); + test_VMOVUPD_GtoE_256(); test_VPSUBW_128(); test_VPSUBQ_128(); test_VPADDQ_128();