Re: [Qemu-devel] [PATCH 00/67] target/arm: Convert aa32 base isa to decodetree

2019-08-06 Thread Peter Maydell
On Mon, 5 Aug 2019 at 22:26, Richard Henderson wrote: > > On 8/5/19 8:44 AM, Peter Maydell wrote: > > On Fri, 26 Jul 2019 at 18:50, Richard Henderson > > wrote: > >> > >> This unifies the implementation of the actual instructions > >> for a32, t32, and t16. In order to make this happen, we > >>

Re: [Qemu-devel] [PATCH 00/67] target/arm: Convert aa32 base isa to decodetree

2019-08-05 Thread Richard Henderson
On 8/5/19 8:44 AM, Peter Maydell wrote: > On Fri, 26 Jul 2019 at 18:50, Richard Henderson > wrote: >> >> This unifies the implementation of the actual instructions >> for a32, t32, and t16. In order to make this happen, we >> need several preliminary cleanups. Most importantly to how >> we handl

Re: [Qemu-devel] [PATCH 00/67] target/arm: Convert aa32 base isa to decodetree

2019-08-05 Thread Peter Maydell
On Fri, 26 Jul 2019 at 18:50, Richard Henderson wrote: > > This unifies the implementation of the actual instructions > for a32, t32, and t16. In order to make this happen, we > need several preliminary cleanups. Most importantly to how > we handle the architectural representation of PC. I'd be

Re: [Qemu-devel] [PATCH 00/67] target/arm: Convert aa32 base isa to decodetree

2019-07-26 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190726175032.6769-1-richard.hender...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PATCH 00/67] target/arm: Convert aa32 base isa to decodetree Message

[Qemu-devel] [PATCH 00/67] target/arm: Convert aa32 base isa to decodetree

2019-07-26 Thread Richard Henderson
This unifies the implementation of the actual instructions for a32, t32, and t16. In order to make this happen, we need several preliminary cleanups. Most importantly to how we handle the architectural representation of PC. I attempt to convert single groups of instructions at once, as they are