Re: [Qemu-devel] [PATCH v2 5/5] tricore: reset DisasContext before generating code

2019-06-19 Thread Brenken, David (EFS-GH2)
) ; Hofstetter, Georg (EFS-GH2) ; Brenken, David (EFS-GH2) ; Rasche, Robert (EFS-GH2) ; Konopik, Andreas (EFS-GH2) Betreff: Re: [Qemu-devel] [PATCH v2 5/5] tricore: reset DisasContext before generating code On 6/19/19 9:56 AM, David Brenken wrote: > From: Georg Hofstetter > > Sign

Re: [Qemu-devel] [PATCH 3/5] tricore: fix RRPW_INSERT instruction

2019-06-11 Thread Brenken, David (EFS-GH2)
Thank you for your hint. Would anyone mind, if keep my insert implementation anyway? If I compare the pseudo code of the instruction manual to the insert implementation it looks nearly the same whereas it seems kind of difficult to directly map the pseudo code of the instruction manual to the gen

Re: [Qemu-devel] [PATCH 3/5] tricore: fix RRPW_INSERT instruction

2019-06-06 Thread Brenken, David (EFS-GH2)
Hi Bastian, > Hi David, > > On 6/5/19 8:11 AM, David Brenken wrote: > > From: David Brenken > > > > Signed-off-by: Andreas Konopik > > Signed-off-by: David Brenken > > Signed-off-by: Georg Hofstetter > > Signed-off-by: Robert Rasche > > Signed-off-by: Lars Biermanski > > > > --- > > targe