From: Julian Seward Date: Thu, 12 Jun 2014 10:13:44 +0000 (+0000) Subject: Add tests for movi_4s_#imm8,lsl8 and ushr_d_d_#imm. X-Git-Tag: svn/VALGRIND_3_10_0~412 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4751b4053b27d7634cdbe5b761ead84c49044e0;p=thirdparty%2Fvalgrind.git Add tests for movi_4s_#imm8,lsl8 and ushr_d_d_#imm. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14025 --- diff --git a/none/tests/arm64/fp_and_simd.c b/none/tests/arm64/fp_and_simd.c index 2400a5e548..da255bf2be 100644 --- a/none/tests/arm64/fp_and_simd.c +++ b/none/tests/arm64/fp_and_simd.c @@ -3663,7 +3663,7 @@ int main ( void ) // movi 4s,2s #imm8, LSL #0, 8, 16, 24 // mvni 4s,2s #imm8, LSL #0, 8, 16, 24 if (1) test_movi_4s_0x5A_lsl0(TyS); - if (0) test_movi_4s_0x6B_lsl8(TyS); + if (1) test_movi_4s_0x6B_lsl8(TyS); if (0) test_movi_4s_0x49_lsl16(TyS); if (0) test_movi_4s_0x3D_lsl24(TyS); if (0) test_movi_2s_0x5A_lsl0(TyS); @@ -4811,9 +4811,9 @@ int main ( void ) if (0) test_sshr_d_d_1(TyD); if (0) test_sshr_d_d_32(TyD); if (0) test_sshr_d_d_64(TyD); - if (0) test_ushr_d_d_1(TyD); - if (0) test_ushr_d_d_32(TyD); - if (0) test_ushr_d_d_64(TyD); + if (1) test_ushr_d_d_1(TyD); + if (1) test_ushr_d_d_32(TyD); + if (1) test_ushr_d_d_64(TyD); // shl (imm) 16b,8b,8h,4h,4s,2s,2d // sshr (imm) 2d,4s,2s,8h,4h,16b,8b