Re: [Qemu-devel] [PATCH v2 0/4] TriCore add instructions of RR1, RR2, RRPW and RRR opcode format

2015-01-26 Thread Richard Henderson
On 01/26/2015 08:29 AM, Bastian Koppelmann wrote: > v1 -> v2: > - Add 3 helper functions (gen_mul_q, gen_mul_q_16, gen_mulr_q) to > remove repetition. > - gen_mul_q now uses 64 arithmetic instead of emulating it. > - MUL_Q now uses arithmetic shift, instead of normal shift + sign

[Qemu-devel] [PATCH v2 0/4] TriCore add instructions of RR1, RR2, RRPW and RRR opcode format

2015-01-26 Thread Bastian Koppelmann
Hi, this is a rather short patchset, that only implements instructions of four formats. There will be another patchset, which has a few bugfixes. Cheers, Bastian v1 -> v2: - Add 3 helper functions (gen_mul_q, gen_mul_q_16, gen_mulr_q) to remove repetition. - gen_mul_q now uses 64 a