]> 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>
Tue, 26 Jul 2011 14:30:54 +0000 (14:30 +0000)
commit934814f1984346af3e95306648cf20195269b098
tree28b34718b3b869c47370589501f16edeecdda4ea
parent87f19eb2a5a3ffda5db4ab3bc0c326f2fcd3bcce
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