Skip to content

Commit

Permalink
target/arm: Remove ARM_FEATURE_VFP check from disas_vfp_insn
Browse files Browse the repository at this point in the history
We now have proper ISA checks within each trans_* function.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200224222232.13807-11-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
  • Loading branch information
rth7680 authored and pm215 committed Feb 28, 2020
1 parent c52881b commit 46c9801
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions target/arm/translate.c
Expand Up @@ -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
Expand Down

0 comments on commit 46c9801

Please sign in to comment.