[Qemu-devel] [PATCH 0/2] tricore: fixes for CADD and CADDN instructions

David Brenken posted 2 patches 6 years, 9 months ago
Test docker-mingw@fedora passed
Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190207073928.4048-1-david.brenken@efs-auto.org
Maintainers: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
target/tricore/translate.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
[Qemu-devel] [PATCH 0/2] tricore: fixes for CADD and CADDN instructions
Posted by David Brenken 6 years, 9 months ago
From: David Brenken <david.brenken@efs-auto.de>

Hello,

this patch series contains a fix for the RCR CADD and RCR CADDN instruction of the TriCore.
The r4 and r3 registers were swapped.

Best regards

David Brenken

David Brenken (2):
  tricore: fixed RCR_CADD instruction
  tricore: fixed RCR_CADDN instruction

 target/tricore/translate.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
2.7.4


Re: [Qemu-devel] [PATCH 0/2] tricore: fixes for CADD and CADDN instructions
Posted by Bastian Koppelmann 6 years, 9 months ago
Hi David,

On 2/7/19 8:39 AM, David Brenken wrote:
> From: David Brenken <david.brenken@efs-auto.de>
>
> Hello,
>
> this patch series contains a fix for the RCR CADD and RCR CADDN instruction of the TriCore.
> The r4 and r3 registers were swapped.
>
> Best regards
>
> David Brenken
>
> David Brenken (2):
>    tricore: fixed RCR_CADD instruction
>    tricore: fixed RCR_CADDN instruction
>
>   target/tricore/translate.c | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
>
Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>

I queued it for the next PR.

Cheers,

Bastian