]> git.proxmox.com Git - qemu.git/commit
target-arm: Handle UNDEF and UNPREDICTABLE cases for VLDM, VSTM
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Jul 2011 00:51:19 +0000 (00:51 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 27 Jul 2011 09:29:22 +0000 (09:29 +0000)
commit31b13080462de35343e0b3eca868e7868fcb78f7
tree5073c7eb3998dba1a70d219d57f93dd14e63ab16
parent4ec648dd6ed97182d123e0df5bc5012c734aa858
target-arm: Handle UNDEF and UNPREDICTABLE cases for VLDM, VSTM

Handle the UNDEF and UNPREDICTABLE cases for VLDM and VSTM. In
particular, we now generate an undef exception for overlarge imm8
values rather than generating 1000+ TCG ops and hitting an assertion.

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