]> git.proxmox.com Git - qemu.git/commit
target-arm: Implement abs_i32 inline rather than as a helper
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 18 Oct 2012 16:40:41 +0000 (17:40 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 24 Oct 2012 12:33:29 +0000 (13:33 +0100)
commit36c91fd115a5920a35d4cb0e7a1903281469e0db
treec1aa6a8733cdc9bb065aaead04d5f6044e25ee21
parentee6fa5593ebfc437cbedaf28de8b66b2e7d44e70
target-arm: Implement abs_i32 inline rather than as a helper

Implement abs_i32 inline (with movcond) rather than using a helper
function.

Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/helper.c
target-arm/helper.h
target-arm/translate.c