From 3823586a6f8fbdfbc865e0bc7ec3ce1df335d3ea Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Sat, 14 Jul 2012 14:31:44 +0000 Subject: [PATCH] Add test case for VCMPNGESS. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12745 --- none/tests/amd64/avx-1.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/none/tests/amd64/avx-1.c b/none/tests/amd64/avx-1.c index 2c9b04a0e4..fcc3513ea8 100644 --- a/none/tests/amd64/avx-1.c +++ b/none/tests/amd64/avx-1.c @@ -2125,6 +2125,10 @@ GEN_test_RandM(VPCLMULQDQ_0xFF, "vpclmulqdq $0xFF, %%xmm6, %%xmm8, %%xmm7", "vpclmulqdq $0xFF, (%%rax), %%xmm8, %%xmm7") +GEN_test_RandM(VCMPSS_128_0x9, + "vcmpss $0x9, %%xmm6, %%xmm8, %%xmm7", + "vcmpss $0x9, (%%rax), %%xmm8, %%xmm7") + /* Comment duplicated above, for convenient reference: Allowed operands in test insns: Reg form: %ymm6, %ymm7, %ymm8, %ymm9 and %r14. @@ -2664,6 +2668,7 @@ int main ( void ) DO_D( VPCLMULQDQ_0x10 ); DO_D( VPCLMULQDQ_0x11 ); DO_D( VPCLMULQDQ_0xFF ); + DO_D( VCMPSS_128_0x9 ); return 0; } -- 2.47.2