]> git.proxmox.com Git - qemu.git/commit
target-arm: Handle UNDEF cases for Neon 3-regs-same insns
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 11 Apr 2011 15:26:12 +0000 (16:26 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 12 Apr 2011 19:51:51 +0000 (21:51 +0200)
commit25f84f79481db5363c638dd95d5c2a0a0e430cee
tree98932d7614efa11bd6a6dcd6f2adcdbadda6b23a
parent62698be3bac2e4c969205f3849c48922e0e76e88
target-arm: Handle UNDEF cases for Neon 3-regs-same insns

Correct the handling of UNDEF cases for the NEON "3 registers same
size" forms, by adding missing checks and rationalising some others
so they are done early enough to avoid leaking TCG temporaries.

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