From 37f5b9dd1421df4f5f90bf28d563a70b2527d07f Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Tue, 10 Jun 2014 22:53:01 +0000 Subject: [PATCH] Enable test for movi_{16b,8b}_#imm8. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14021 --- none/tests/arm64/fp_and_simd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/none/tests/arm64/fp_and_simd.c b/none/tests/arm64/fp_and_simd.c index 5e512f5598..2400a5e548 100644 --- a/none/tests/arm64/fp_and_simd.c +++ b/none/tests/arm64/fp_and_simd.c @@ -3646,8 +3646,8 @@ int main ( void ) // Some of these movi and mvni cases are similar to orr and bic // cases with immediates. Maybe they should be moved together. // movi 16b,8b #imm8, LSL #0 - if (0) test_movi_16b_0x9C_lsl0(TyB); - if (0) test_movi_8b_0x8B_lsl0(TyB); + if (1) test_movi_16b_0x9C_lsl0(TyB); + if (1) test_movi_8b_0x8B_lsl0(TyB); // movi 8h,4h #imm8, LSL #0 or 8 // mvni 8h,4h #imm8, LSL #0 or 8 -- 2.47.3