xemu/target/tricore
Bastian Koppelmann ddd7fead8c 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>
2017-01-11 14:37:07 +01:00
..
Makefile.objs Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
cpu-qom.h Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
cpu.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
cpu.h Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
csfr.def Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
fpu_helper.c target-tricore: Added MADD.F and MSUB.F instructions 2017-01-11 14:37:07 +01:00
helper.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
helper.h target-tricore: Added MADD.F and MSUB.F instructions 2017-01-11 14:37:07 +01:00
op_helper.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
translate.c target-tricore: Added MADD.F and MSUB.F instructions 2017-01-11 14:37:07 +01:00
tricore-defs.h Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
tricore-opcodes.h Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00