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