target-arm: Fix decoding of preload and memory hint space
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 3 Feb 2011 19:43:24 +0000 (19:43 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 4 Feb 2011 20:30:15 +0000 (21:30 +0100)
commit5b43e045c6320f82faf187b0babc7009240ffdcf
tree85b73fd93fe22922e763e5526064a6e1c6e32a0f
parent21166b4ea17510732e367beccb0b3eb92f7267c2
target-arm: Fix decoding of preload and memory hint space

Correct the decoding of the ARM preload and memory hint space,
by adding decoding of PLI, PLDW and the v7MP unallocated hint
space. This commit also corrects a slightly overexuberant
decoding of PLD(register) which was not checking that bit 4
was one.

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