Re: [Qemu-devel] [PATCH v5 07/15] target-tricore: Add instructions of SRR opcode format

2014-08-21 Thread Richard Henderson
On 08/13/2014 05:07 AM, Bastian Koppelmann wrote: Add instructions of SRR opcode format. Add helper for add/sub_ssov. Signed-off-by: Bastian Koppelmann kbast...@mail.uni-paderborn.de --- v4 - v5: - gen_sub_d now saves result of substraction into tcg temp to handle ret = r1 cases.

[Qemu-devel] [PATCH v5 07/15] target-tricore: Add instructions of SRR opcode format

2014-08-13 Thread Bastian Koppelmann
Add instructions of SRR opcode format. Add helper for add/sub_ssov. Signed-off-by: Bastian Koppelmann kbast...@mail.uni-paderborn.de --- v4 - v5: - gen_sub_d now saves result of substraction into tcg temp to handle ret = r1 cases. - gen_mul_i32s now calculates V, SV bits in bit 31. -