From dce19a2d079be514ec34d0e66e025ec78d119558 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Tue, 22 May 2012 10:50:19 +0000 Subject: [PATCH] Update. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12576 --- none/tests/amd64/avx-1.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/none/tests/amd64/avx-1.c b/none/tests/amd64/avx-1.c index 861bba861c..bb159c7756 100644 --- a/none/tests/amd64/avx-1.c +++ b/none/tests/amd64/avx-1.c @@ -308,8 +308,23 @@ GEN_test_RandM(VMULSS_128, "vmulss %%xmm6, %%xmm8, %%xmm7", "vmulss (%%rax), %%xmm8, %%xmm7") +GEN_test_RandM(VPUNPCKLBW_128, + "vpunpcklbw %%xmm6, %%xmm8, %%xmm7", + "vpunpcklbw (%%rax), %%xmm8, %%xmm7") + +GEN_test_RandM(VPUNPCKHBW_128, + "vpunpckhbw %%xmm6, %%xmm8, %%xmm7", + "vpunpckhbw (%%rax), %%xmm8, %%xmm7") + +GEN_test_RandM(VCVTTSS2SI_32, + "vcvttss2si %%xmm8, %%r14d", + "vcvttss2si (%%rax), %%r14d") + int main ( void ) { + test_VCVTTSS2SI_32(); + test_VPUNPCKLBW_128(); + test_VPUNPCKHBW_128(); test_VMULSS_128(); test_VSUBSS_128(); test_VADDSS_128(); -- 2.47.2