Re: [Qemu-devel] [PATCH v3 2/4] target-tricore: Added MADD.F and MSUB.F instructions

2016-06-09 Thread Bastian Koppelmann
On 06/07/2016 05:49 PM, peer.ad...@c-lab.de wrote: > From: Peer Adelt > > Multiplies D[a] and D[b] and adds/subtracts the result to/from D[d]. > The result is put in D[c]. All operands are floating-point numbers. > > Signed-off-by: Peer Adelt > --- >

[Qemu-devel] [PATCH v3 2/4] target-tricore: Added MADD.F and MSUB.F instructions

2016-06-07 Thread peer . adelt
From: Peer Adelt Multiplies D[a] and D[b] and adds/subtracts the result to/from D[d]. The result is put in D[c]. All operands are floating-point numbers. Signed-off-by: Peer Adelt --- target-tricore/fpu_helper.c | 80