]> Git Repo - qemu.git/commit
target/arm/translate-a64: Don't underdecode system instructions
authorPeter Maydell <[email protected]>
Fri, 1 Feb 2019 14:55:44 +0000 (14:55 +0000)
committerPeter Maydell <[email protected]>
Fri, 1 Feb 2019 14:55:44 +0000 (14:55 +0000)
commit08d5e3bde6b4ad32996bf69d93aa66ae43d3f3ff
tree87d463e0b28b92101483856499fa2fe98ed54926
parent23f9242332baee5020daaa5c4f4ddc72e12bc9f0
target/arm/translate-a64: Don't underdecode system instructions

The "system instructions" and "system register move" subcategories
of "branches, exception generating and system instructions" for A64
only apply if bits [23:22] are zero; other values are currently
unallocated. Correctly UNDEF these unallocated encodings.

Reported-by: Laurent Desnogues <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Laurent Desnogues <[email protected]>
Message-id: 20190125182626[email protected]
target/arm/translate-a64.c
This page took 0.027768 seconds and 4 git commands to generate.