Re: [PATCH v2 14/23] target/arm: Convert load/store-pair to decodetree

2023-06-13 Thread Richard Henderson
On 6/11/23 18:00, Peter Maydell wrote: Convert the load/store register pair insns (LDP, STP, LDNP, STNP, LDPSW, STGP) to decodetree. Signed-off-by: Peter Maydell Message-id:20230602155223.2040685-12-peter.mayd...@linaro.org --- This was reviewed in v1, but the underlying code changed enough in t

[PATCH v2 14/23] target/arm: Convert load/store-pair to decodetree

2023-06-11 Thread Peter Maydell
Convert the load/store register pair insns (LDP, STP, LDNP, STNP, LDPSW, STGP) to decodetree. Signed-off-by: Peter Maydell Message-id: 20230602155223.2040685-12-peter.mayd...@linaro.org --- This was reviewed in v1, but the underlying code changed enough in the atomic-ops work that I've dropped th