target-arm: Collapse VSRI case into VSHL, VSLI
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 11 Apr 2011 15:26:15 +0000 (16:26 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 12 Apr 2011 21:33:29 +0000 (23:33 +0200)
commit5b5ccf9f5cda6367cf2ae35c88e7e3fa854b5a46
tree1f749fafef5848d5d26e4c33ee438ace644ffa33
parent5d8e154b220676772401e57b26c58aa77f5ae39a
target-arm: Collapse VSRI case into VSHL, VSLI

Collapse some switch cases for VSRI into those for VSHL, VSLI,
since the bodies are the same. (This is not completely obvious
for the size < 3 case, but since for VSRI we know U=1 the
GEN_NEON_INTEGER_OP() expansion is equivalent to the open-coded
VSHL/VSLI case.)

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