diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2020-10-19 16:12:55 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-10-20 16:12:01 +0100 |
commit | 45f11876ae86128bdee27e0b089045de43cc88e4 (patch) | |
tree | 5d90b8307e4be3461ce0b2c190e859160788f81c /target/arm/translate.c | |
parent | cc73bbded0dfb5612b0e416f7eda13a66950542a (diff) | |
download | qemu-45f11876ae86128bdee27e0b089045de43cc88e4.zip qemu-45f11876ae86128bdee27e0b089045de43cc88e4.tar.gz qemu-45f11876ae86128bdee27e0b089045de43cc88e4.tar.bz2 |
target/arm: Make the t32 insn[25:23]=111 group non-overlapping
The t32 decode has a group which represents a set of insns
which overlap with B_cond_thumb because they have [25:23]=111
(which is an invalid condition code field for the branch insn).
This group is currently defined using the {} overlap-OK syntax,
but it is almost entirely non-overlapping patterns. Switch
it over to use a non-overlapping group.
For this to be valid syntactically, CPS must move into the same
overlapping-group as the hint insns (CPS vs hints was the
only actual use of the overlap facility for the group).
The non-overlapping subgroup for CLREX/DSB/DMB/ISB/SB is no longer
necessary and so we can remove it (promoting those insns to
be members of the parent group).
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20201019151301.2046-5-peter.maydell@linaro.org
Diffstat (limited to 'target/arm/translate.c')
0 files changed, 0 insertions, 0 deletions