Re: [Qemu-devel] [PATCH 11/67] target/arm: Add stubs for aa32 decodetree

2019-08-09 Thread Aleksandar Markovic
On Fri, Aug 9, 2019 at 4:55 PM Richard Henderson < richard.hender...@linaro.org> wrote: > On 8/9/19 3:31 AM, Aleksandar Markovic wrote: > > > > > > On Thu, Aug 8, 2019 at 5:43 PM Richard Henderson < > richard.hender...@linaro.org > > > wrote: > > > > On

Re: [Qemu-devel] [PATCH 11/67] target/arm: Add stubs for aa32 decodetree

2019-08-09 Thread Richard Henderson
On 8/9/19 3:31 AM, Aleksandar Markovic wrote: > > > On Thu, Aug 8, 2019 at 5:43 PM Richard Henderson > wrote: > > On 8/8/19 4:41 AM, Aleksandar Markovic wrote: > >     +/* > >     + * Include the generated decoders. > >     + * Note that the

Re: [Qemu-devel] [PATCH 11/67] target/arm: Add stubs for aa32 decodetree

2019-08-09 Thread Aleksandar Markovic
On Thu, Aug 8, 2019 at 5:43 PM Richard Henderson < richard.hender...@linaro.org> wrote: > On 8/8/19 4:41 AM, Aleksandar Markovic wrote: > > +/* > > + * Include the generated decoders. > > + * Note that the T32 decoder reuses some of the trans_* functions > > + * initially declared

Re: [Qemu-devel] [PATCH 11/67] target/arm: Add stubs for aa32 decodetree

2019-08-08 Thread Richard Henderson
On 8/8/19 4:41 AM, Aleksandar Markovic wrote: > +/* > + * Include the generated decoders. > + * Note that the T32 decoder reuses some of the trans_* functions > + * initially declared by the A32 decoder, which results in duplicate > + * declaration warnings.  Suppress them. >

Re: [Qemu-devel] [PATCH 11/67] target/arm: Add stubs for aa32 decodetree

2019-08-08 Thread Aleksandar Markovic
On Fri, Jul 26, 2019 at 8:05 PM Richard Henderson < richard.hender...@linaro.org> wrote: > Add the infrastructure that will become the new decoder. > No instructions adjusted so far. > > Signed-off-by: Richard Henderson > --- > target/arm/translate.c | 45

Re: [Qemu-devel] [PATCH 11/67] target/arm: Add stubs for aa32 decodetree

2019-08-06 Thread Philippe Mathieu-Daudé
On 7/26/19 7:49 PM, Richard Henderson wrote: > Add the infrastructure that will become the new decoder. > No instructions adjusted so far. > > Signed-off-by: Richard Henderson > --- > target/arm/translate.c | 45 +++- > target/arm/Makefile.objs | 18

Re: [Qemu-devel] [PATCH 11/67] target/arm: Add stubs for aa32 decodetree

2019-07-29 Thread Peter Maydell
On Fri, 26 Jul 2019 at 18:50, Richard Henderson wrote: > > Add the infrastructure that will become the new decoder. > No instructions adjusted so far. > > Signed-off-by: Richard Henderson > --- > target/arm/translate.c | 45 +++- > target/arm/Makefile.objs

[Qemu-devel] [PATCH 11/67] target/arm: Add stubs for aa32 decodetree

2019-07-26 Thread Richard Henderson
Add the infrastructure that will become the new decoder. No instructions adjusted so far. Signed-off-by: Richard Henderson --- target/arm/translate.c | 45 +++- target/arm/Makefile.objs | 18 +++ target/arm/a32-uncond.decode | 23