On 8/3/20 4:18 AM, Peter Maydell wrote: > Convert the T32 coprocessor instructions to decodetree. > As with the A32 conversion, this corrects an underdecoding > where we did not check that MRRC/MCRR [24:21] were 0b0010 > and so treated some kinds of LDC/STC and MRRC/MCRR rather > than UNDEFing them. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/t32.decode | 19 +++++++++++++ > target/arm/translate.c | 64 ++---------------------------------------- > 2 files changed, 21 insertions(+), 62 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~