|
From: <sv...@va...> - 2012-07-14 14:31:50
|
sewardj 2012-07-14 15:31:44 +0100 (Sat, 14 Jul 2012)
New Revision: 12745
Log:
Add test case for VCMPNGESS.
Modified files:
trunk/none/tests/amd64/avx-1.c
Modified: trunk/none/tests/amd64/avx-1.c (+5 -0)
===================================================================
--- trunk/none/tests/amd64/avx-1.c 2012-07-14 11:08:40 +01:00 (rev 12744)
+++ trunk/none/tests/amd64/avx-1.c 2012-07-14 15:31:44 +01:00 (rev 12745)
@@ -2125,6 +2125,10 @@
"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 @@
DO_D( VPCLMULQDQ_0x10 );
DO_D( VPCLMULQDQ_0x11 );
DO_D( VPCLMULQDQ_0xFF );
+ DO_D( VCMPSS_128_0x9 );
return 0;
}
|