]> git.proxmox.com Git - qemu.git/commit
target-arm: v6 media multiply space: UNDEF on unassigned encodings
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 19 Oct 2011 16:14:05 +0000 (16:14 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 19 Oct 2011 16:14:05 +0000 (16:14 +0000)
commit41e9564df650ddedbdab27283ebcb0173adf024f
treee8601b84e4c4ac508efaab6e2ba1cc3ed1e342ce
parent26cc6abf61cc2bf68eaeb89b1497c12330e6b73c
target-arm: v6 media multiply space: UNDEF on unassigned encodings

Clean up the decoding of the v6 media multiply space so that we UNDEF
on unassigned encodings rather than randomly interpreting them as
some instruction in this space.

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