]> git.proxmox.com Git - mirror_qemu.git/commit
target-arm: Add ARM UDIV/SDIV support
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)
commitb8b8ea05c4008343afcedf99b9c91fd750ea90e5
tree4d1c4eee3a5e8ada8af69de5b4bafde58f80732e
parent477899908fd2e6ed72faf18ef5ab09f2ae746a8a
target-arm: Add ARM UDIV/SDIV support

Add support for UDIV and SDIV in ARM mode. This is a new optional
feature for A profile cores (Thumb mode has had UDIV and SDIV for
M profile cores for some time).

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