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

2016-05-31 Thread Bastian Koppelmann
On 05/31/2016 07:49 AM, peer.ad...@c-lab.de wrote: > From: Peer Adelt > > If D[15] is != sign_ext(const4) then PC will be set to (PC + > zero_ext(disp4 + 16)). > > Signed-off-by: Peer Adelt > --- > target-tricore/translate.c | 11 +++ > target-tricore/tricore-opcodes.h | 1 + >

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

2016-05-30 Thread peer . adelt
From: Peer Adelt If D[15] is != sign_ext(const4) then PC will be set to (PC + zero_ext(disp4 + 16)). Signed-off-by: Peer Adelt --- target-tricore/translate.c | 11 +++ target-tricore/tricore-opcodes.h | 1 + 2 files changed, 12 insertions(+) diff --git a/target-tricore/translat