qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 07/11] target/tricore: Implement hptof insn


From: Richard Henderson
Subject: Re: [PATCH v2 07/11] target/tricore: Implement hptof insn
Date: Mon, 28 Aug 2023 11:17:25 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 8/28/23 04:26, Bastian Koppelmann wrote:
Resolves:https://gitlab.com/qemu-project/qemu/-/issues/1667
Signed-off-by: Bastian Koppelmann<kbastian@mail.uni-paderborn.de>
---
v1 -> v2:
     - Removed special case for f_arg being infinity
     - Clarified, why we need a special case for arg being NAN

  target/tricore/fpu_helper.c               | 36 +++++++++++++++++++++++
  target/tricore/helper.h                   |  1 +
  target/tricore/translate.c                |  7 +++++
  target/tricore/tricore-opcodes.h          |  1 +
  tests/tcg/tricore/Makefile.softmmu-target |  1 +
  tests/tcg/tricore/asm/test_hptof.S        | 12 ++++++++
  6 files changed, 58 insertions(+)
  create mode 100644 tests/tcg/tricore/asm/test_hptof.S

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]