mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53: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
|
@ -1153,6 +1153,7 @@ enum {
|
|||
OPC2_32_RR_CMP_F = 0x00,
|
||||
OPC2_32_RR_FTOIZ = 0x13,
|
||||
OPC2_32_RR_FTOHP = 0x25, /* 1.6.2 only */
|
||||
OPC2_32_RR_HPTOF = 0x24, /* 1.6.2 only */
|
||||
OPC2_32_RR_FTOQ31 = 0x11,
|
||||
OPC2_32_RR_FTOQ31Z = 0x18,
|
||||
OPC2_32_RR_FTOU = 0x12,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue