Re: [Qemu-devel] [PATCH v4 4/4] target-tricore: Add instructions of RCR opcode format

2014-11-21 Thread Richard Henderson
On 11/21/2014 04:31 PM, Bastian Koppelmann wrote: > Add instructions of RCR opcode format. > Add helper for madd32/64_ssov and madd32/64_suov. > Add helper for msub32/64_ssov and msub32/64_suov. > Add microcode generator function madd/msub for 32bit and 64bit, which > calculate a mul and a add/sub

[Qemu-devel] [PATCH v4 4/4] target-tricore: Add instructions of RCR opcode format

2014-11-21 Thread Bastian Koppelmann
Add instructions of RCR opcode format. Add helper for madd32/64_ssov and madd32/64_suov. Add helper for msub32/64_ssov and msub32/64_suov. Add microcode generator function madd/msub for 32bit and 64bit, which calculate a mul and a add/sub. OPC2_32_RCR_MSUB_U_32 -> OPC2_32_RCR_MSUB_U_32. Signed-of