OSDN Git Service

target/tricore: Implement ftohp insn
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Mon, 28 Aug 2023 11:26:46 +0000 (13:26 +0200)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Thu, 28 Sep 2023 08:45:22 +0000 (10:45 +0200)
commit815061b9da88a3a9a90fae58b5a778632e0cc2df
tree4aa125ddb7d925f729a527e3e4691bd36971ff1d
parente43692bce684b76480df66473a9b3bec7a7d312a
target/tricore: Implement ftohp insn

reported in https://gitlab.com/qemu-project/qemu/-/issues/1667

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Message-ID: <20230828112651.522058-7-kbastian@mail.uni-paderborn.de>
target/tricore/fpu_helper.c
target/tricore/helper.c
target/tricore/helper.h
target/tricore/translate.c
target/tricore/tricore-opcodes.h
tests/tcg/tricore/Makefile.softmmu-target
tests/tcg/tricore/asm/test_ftohp.S [new file with mode: 0644]