]> git.proxmox.com Git - mirror_qemu.git/commit
target-arm: Rename ARM_FEATURE_DIV to _THUMB_DIV
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 19 Oct 2011 16:14:06 +0000 (16:14 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 19 Oct 2011 16:14:06 +0000 (16:14 +0000)
commit477899908fd2e6ed72faf18ef5ab09f2ae746a8a
treebabba46a9a04e21c45b06f29a5e6fc6f648e5a24
parent41e9564df650ddedbdab27283ebcb0173adf024f
target-arm: Rename ARM_FEATURE_DIV to _THUMB_DIV

Rename the ARM_FEATURE_DIV feature bit to _THUMB_DIV, to
make room for a new feature switch enabling DIV in the ARM
encoding. (Cores may implement either (a) no divide insns
(b) divide insns in Thumb encodings only (c) divide insns
in both ARM and Thumb encodings.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu.h
target-arm/helper.c
target-arm/translate.c