diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2020-08-03 12:18:44 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-08-24 10:02:06 +0100 |
commit | 19c23a9baafc91dd3881a7a4e9bf454e42d24e4e (patch) | |
tree | c33b5675478a1e6d6dea1484117c1e93df4a3328 /scripts/performance | |
parent | 7b4f933db865391a90a3b4518bb2050a83f2a873 (diff) | |
download | qemu-19c23a9baafc91dd3881a7a4e9bf454e42d24e4e.zip qemu-19c23a9baafc91dd3881a7a4e9bf454e42d24e4e.tar.gz qemu-19c23a9baafc91dd3881a7a4e9bf454e42d24e4e.tar.bz2 |
target/arm: Separate decode from handling of coproc insns
As a prelude to making coproc insns use decodetree, split out the
part of disas_coproc_insn() which does instruction decoding from the
part which does the actual work, and make do_coproc_insn() handle the
UNDEF-on-bad-permissions and similar cases itself rather than
returning 1 to eventually percolate up to a callsite that calls
unallocated_encoding() for it.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200803111849.13368-3-peter.maydell@linaro.org
Diffstat (limited to 'scripts/performance')
0 files changed, 0 insertions, 0 deletions