target-arm: Handle UNDEF cases for Neon "2 regs and shift" insns
commitcc13115bdecb4596fd4201f16455220a7d1a85f8
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 11 Apr 2011 15:26:14 +0000 (11 16:26 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 12 Apr 2011 19:51:51 +0000 (12 21:51 +0200)
tree925867433c2501beb51824358c1fc0c4ce57e9c5
parenta5a14945da2c9ea8903c69af22274c33ad9488f7
target-arm: Handle UNDEF cases for Neon "2 regs and shift" insns

Correctly handle all the UNDEF cases for Neon instructions of the
"2 registers and shift" form, and make sure that we check for these
cases early enough not to leak TCG temporaries.

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