commit | ddd7fead8c8524dc51b9b7c20b1f08a4b34ef653 | [log] [tgz] |
---|---|---|
author | Bastian Koppelmann <kbastian@mail.uni-paderborn.de> | Thu Oct 06 16:50:53 2016 +0200 |
committer | Bastian Koppelmann <kbastian@mail.uni-paderborn.de> | Wed Jan 11 14:37:07 2017 +0100 |
tree | 21b7b75160d5d202bb40a0ce6f7920c9084b5043 | |
parent | 8f75983db8d67bce42332db7b38c62e2d45a5c7f [diff] |
target-tricore: Added MADD.F and MSUB.F instructions 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: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Reviewed-by: Richard Henderson <rth@twiddle.net>