Re: [Qemu-devel] [PATCH v2 3/5] target-tricore: Added new MOV instruction variant

2016-11-08 Thread Richard Henderson
On 11/07/2016 03:44 PM, Bastian Koppelmann wrote: From: Peer Adelt Puts the content of data register D[a] into E[c][63:32] and the content of data register D[b] into E[c][31:0]. [BK: fix style error] Signed-off-by: Peer Adelt Message-Id: <1465314555-11501-4-git-send-email-peer.ad...@c-lab.de>

[Qemu-devel] [PATCH v2 3/5] target-tricore: Added new MOV instruction variant

2016-11-07 Thread Bastian Koppelmann
From: Peer Adelt Puts the content of data register D[a] into E[c][63:32] and the content of data register D[b] into E[c][31:0]. [BK: fix style error] Signed-off-by: Peer Adelt Message-Id: <1465314555-11501-4-git-send-email-peer.ad...@c-lab.de> --- target-tricore/translate.c | 15