From: Peer Adelt <peer.ad...@c-lab.de> This patch set contains 5 new instructions: - FTOUZ (converts float to unsigned int, rounds towards zero) - MADD.F / MSUB.F (multiplies two floats and adds/subtracts result to/from the third operand) - MOV (new variant in RR format - see ISA v1.6 for details) - JNE (new variant in SBC format - see ISA v1.6 for details)
Peer Adelt (4): target-tricore: Added FTOUZ instruction target-tricore: Added MADD.F and MSUB.F instructions target-tricore: Added new MOV instruction variant target-tricore: Added new JNE instruction variant target-tricore/fpu_helper.c | 74 ++++++++++++++++++++++++++++++++++++++++ target-tricore/helper.h | 3 ++ target-tricore/translate.c | 16 +++++++++ target-tricore/tricore-opcodes.h | 2 ++ 4 files changed, 95 insertions(+) -- 2.7.4 (Apple Git-66)