qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 15/33] target/arm: Remove ARM_FEATURE_VFP check from disas_vfp_ins


From: Peter Maydell
Subject: [PULL 15/33] target/arm: Remove ARM_FEATURE_VFP check from disas_vfp_insn
Date: Fri, 28 Feb 2020 16:38:22 +0000

From: Richard Henderson <address@hidden>

We now have proper ISA checks within each trans_* function.

Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Richard Henderson <address@hidden>
Message-id: address@hidden
Signed-off-by: Peter Maydell <address@hidden>
---
 target/arm/translate.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/target/arm/translate.c b/target/arm/translate.c
index 0489e0cdaa6..893911fca70 100644
--- a/target/arm/translate.c
+++ b/target/arm/translate.c
@@ -2652,10 +2652,6 @@ static void gen_neon_dup_high16(TCGv_i32 var)
  */
 static int disas_vfp_insn(DisasContext *s, uint32_t insn)
 {
-    if (!arm_dc_feature(s, ARM_FEATURE_VFP)) {
-        return 1;
-    }
-
     /*
      * If the decodetree decoder handles this insn it will always
      * emit code to either execute the insn or generate an appropriate
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]