aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2023-05-12 15:40:48 +0100
committerPeter Maydell <peter.maydell@linaro.org>2023-05-18 11:16:45 +0100
commit8058c8316f1081ea6ddedef4db647d327e2e2488 (patch)
tree4eb86a2b62a508c54e4ae402610b73ea55fc3b3f /.gitattributes
parent8ed24ba17abc2a6f072f9631a05d871d9eb7fc7e (diff)
downloadqemu-8058c8316f1081ea6ddedef4db647d327e2e2488.zip
qemu-8058c8316f1081ea6ddedef4db647d327e2e2488.tar.gz
qemu-8058c8316f1081ea6ddedef4db647d327e2e2488.tar.bz2
target/arm: Create decodetree skeleton for A64
The A64 translator uses a hand-written decoder for everything except SVE or SME. It's fairly well structured, but it's becoming obvious that it's still more painful to add instructions to than the A32 translator, because putting a new instruction into the right place in a hand-written decoder is much harder than adding new instruction patterns to a decodetree file. As the first step in conversion to decodetree, create the skeleton of the decodetree decoder; where it does not handle instructions we will fall back to the legacy decoder (which will be for everything at the moment, since there are no patterns in a64.decode). Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20230512144106.3608981-3-peter.maydell@linaro.org
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions