Re: [Qemu-devel] [PATCH v2 0/6] TriCore: Add RRR1 and RRR2 instructions

2015-02-17 Thread Richard Henderson
On 02/11/2015 08:48 AM, Bastian Koppelmann wrote: > Bastian Koppelmann (6): > target-tricore: Fix RLC_ADDI, RLC_ADDIH using wrong microcode helper > target-tricore: fix msub32_suov return wrong results > target-tricore: Add instructions of RRR2 opcode format > target-tricore: Add instructio

Re: [Qemu-devel] [PATCH v2 0/6] TriCore: Add RRR1 and RRR2 instructions

2015-02-17 Thread Bastian Koppelmann
On 02/11/2015 04:48 PM, Bastian Koppelmann wrote: Hi, the patchset fixes two minor bugs and takes care of all the packed/fixed point mac instructions. So far I only implemented all the multiply-add instructions, since the multiply-sub instructions are similar and I don't want the reviewers to f

[Qemu-devel] [PATCH v2 0/6] TriCore: Add RRR1 and RRR2 instructions

2015-02-11 Thread Bastian Koppelmann
Hi, the patchset fixes two minor bugs and takes care of all the packed/fixed point mac instructions. So far I only implemented all the multiply-add instructions, since the multiply-sub instructions are similar and I don't want the reviewers to find the same mistakes twice. Once these are reviewed