target/arm: Convert LDXP, STXP, CASP, CAS to decodetree
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 19 Jun 2023 10:20:21 +0000 (11:20 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 19 Jun 2023 10:22:18 +0000 (11:22 +0100)
commite8a149a359f4d518bdd5dac320fc16ef0909dc77
tree75186b367cabc179268137d030f073aba9eddd11
parent84693e67fa5a6ffa14133c3038c57988b71dd135
target/arm: Convert LDXP, STXP, CASP, CAS to decodetree

Convert the load/store exclusive pair (LDXP, STXP, LDAXP, STLXP),
compare-and-swap pair (CASP, CASPA, CASPAL, CASPL), and compare-and
swap (CAS, CASA, CASAL, CASL) instructions to decodetree.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230602155223.2040685-10-peter.maydell@linaro.org
target/arm/tcg/a64.decode
target/arm/tcg/translate-a64.c