target-arm: Move call to disas_vfp_insn out of disas_coproc_insn.
commit6a57f3ebba2dbe4a398319cec4df62cbcf3c5b8d
authorWill Newton <will.newton@linaro.org>
Fri, 6 Dec 2013 17:01:40 +0000 (6 17:01 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Dec 2013 13:28:50 +0000 (10 13:28 +0000)
tree67ec1a08076fd3bad9c72bfce2ea32b0568a4559
parent8202aa539135a44906c38f82a469234ec65e0ef7
target-arm: Move call to disas_vfp_insn out of disas_coproc_insn.

Floating point is an extension to the instruction set rather than
a coprocessor, so call it directly from the ARM and Thumb decode
functions.

Signed-off-by: Will Newton <will.newton@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1386158099-9239-2-git-send-email-will.newton@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/translate.c