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

2016-05-31 Thread Bastian Koppelmann
On 05/31/2016 07:48 AM, peer.ad...@c-lab.de 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]. > > Signed-off-by: Peer Adelt > --- > target-tricore/translate.c

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

2016-05-30 Thread peer . adelt
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]. Signed-off-by: Peer Adelt --- target-tricore/translate.c | 8 target-tricore/tricore-opcodes.h | 1 + 2