commit | cc13115bdecb4596fd4201f16455220a7d1a85f8 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Apr 11 16:26:14 2011 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Tue Apr 12 21:51:51 2011 +0200 |
tree | 925867433c2501beb51824358c1fc0c4ce57e9c5 | |
parent | a5a14945da2c9ea8903c69af22274c33ad9488f7 [diff] |
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>