target-arm: Refactor to pull narrowing decode into separate function
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Feb 2011 11:05:21 +0000 (11:05 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 21 Feb 2011 14:39:02 +0000 (15:39 +0100)
commit90e90390ad7c28d044a74543048c6ccbfdd44e35
treead7f76f04aef68ed0305ecd21bc3958d77fcf6cb
parentbf7298fb7178237ed5ef8c00b869a51316116503
target-arm: Refactor to pull narrowing decode into separate function

Pull the code which decodes narrowing operations as being either
signed/unsigned saturate or plain out into its own function.

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