]> git.proxmox.com Git - qemu.git/commit
target-arm: Simplify three-register pairwise code
authorJuha Riihimäki <juha.riihimaki@nokia.com>
Mon, 11 Apr 2011 15:26:13 +0000 (16:26 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 12 Apr 2011 19:51:51 +0000 (21:51 +0200)
commita5a14945da2c9ea8903c69af22274c33ad9488f7
treef7458857fc350b9d951c175e19d5d60458ba7f04
parent25f84f79481db5363c638dd95d5c2a0a0e430cee
target-arm: Simplify three-register pairwise code

Since we know that the case of (pairwise && q) has been caught
earlier, we can simplify the register setup code for each pass
in the three-register-same-size Neon loop.

Signed-off-by: Juha Riihimäki <juha.riihimaki@nokia.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/translate.c