mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
target/tricore: Implement hptof insn
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1667 Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Message-ID: <20230828112651.522058-8-kbastian@mail.uni-paderborn.de>
This commit is contained in:
parent
815061b9da
commit
5e0e06d9a2
6 changed files with 58 additions and 0 deletions
|
@ -112,6 +112,7 @@ DEF_HELPER_3(fcmp, i32, env, i32, i32)
|
|||
DEF_HELPER_2(qseed, i32, env, i32)
|
||||
DEF_HELPER_2(ftoi, i32, env, i32)
|
||||
DEF_HELPER_2(ftohp, i32, env, i32)
|
||||
DEF_HELPER_2(hptof, i32, env, i32)
|
||||
DEF_HELPER_2(itof, i32, env, i32)
|
||||
DEF_HELPER_2(utof, i32, env, i32)
|
||||
DEF_HELPER_2(ftoiz, i32, env, i32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue