Commit d6084fba authored by Richard Henderson's avatar Richard Henderson
Browse files

target/arm: Use a non-overlapping group for misc control



The miscellaneous control instructions are mutually exclusive
within the t32 decode sub-group.

Reviewed-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
parent fe079aa1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -312,13 +312,13 @@ CLZ 1111 1010 1011 ---- 1111 .... 1000 .... @rdm
                 &cps

    # Miscellaneous control
    {
    [
      CLREX      1111 0011 1011 1111 1000 1111 0010 1111
      DSB        1111 0011 1011 1111 1000 1111 0100 ----
      DMB        1111 0011 1011 1111 1000 1111 0101 ----
      ISB        1111 0011 1011 1111 1000 1111 0110 ----
      SB         1111 0011 1011 1111 1000 1111 0111 0000
    }
    ]

    # Note that the v7m insn overlaps both the normal and banked insn.
    {