Re: [Qemu-devel] [PATCH v2 3/6] target-tricore: Add instructions of RRR2 opcode format

2015-02-17 Thread Bastian Koppelmann
On 02/17/2015 07:56 PM, Richard Henderson wrote: On 02/11/2015 08:49 AM, Bastian Koppelmann wrote: -OPC2_32_RRR2_MADD_U_32 = 0x68, +OPC2_32_RRR2_MADD_U_64 = 0x68, I guess this is a change to the spec, after the V1.0, 2012-05 edition that I h

Re: [Qemu-devel] [PATCH v2 3/6] target-tricore: Add instructions of RRR2 opcode format

2015-02-17 Thread Richard Henderson
On 02/11/2015 08:49 AM, Bastian Koppelmann wrote: > -OPC2_32_RRR2_MADD_U_32 = 0x68, > +OPC2_32_RRR2_MADD_U_64 = 0x68, I guess this is a change to the spec, after the V1.0, 2012-05 edition that I have? r~

[Qemu-devel] [PATCH v2 3/6] target-tricore: Add instructions of RRR2 opcode format

2015-02-11 Thread Bastian Koppelmann
Signed-off-by: Bastian Koppelmann --- target-tricore/translate.c | 149 +++ target-tricore/tricore-opcodes.h | 2 +- 2 files changed, 136 insertions(+), 15 deletions(-) diff --git a/target-tricore/translate.c b/target-tricore/translate.c index cfd6a77.