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)
commitbd4744ad7f85381f33ba23e9afa3325f638d8e93
treef7458857fc350b9d951c175e19d5d60458ba7f04
parentd65c3e829108e652ec1f75f7f300e4ae749917e6
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