]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/translate.c
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)
commitc33171c7f22ba60aad2d011af91d665807b4aced
treead7f76f04aef68ed0305ecd21bc3958d77fcf6cb
parent57a8821bc6e4457230075a5c8da5f8a083889686
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