qemu-riscv
[Top][All Lists]
Advanced

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

Re: [PATCH v4 02/17] qemu/int128: addition of a few 128-bit operations


From: Richard Henderson
Subject: Re: [PATCH v4 02/17] qemu/int128: addition of a few 128-bit operations
Date: Mon, 25 Oct 2021 13:16:29 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 10/25/21 8:47 AM, Philippe Mathieu-Daudé wrote:
On 10/25/21 14:28, Frédéric Pétrot wrote:
Addition of not, xor, div and rem on 128-bit integers, used in particular
within div/rem and csr helpers for computations on 128-bit registers in
the 128-bit riscv target.

Signed-off-by: Frédéric Pétrot <frederic.petrot@univ-grenoble-alpes.fr>
Co-authored-by: Fabien Portas <fabien.portas@grenoble-inp.org>
---
  include/qemu/int128.h |  26 +++++
  util/int128.c         | 218 ++++++++++++++++++++++++++++++++++++++++++
  util/meson.build      |   1 +
  3 files changed, 245 insertions(+)
  create mode 100644 util/int128.c

If you ever have to respin, please split the logical operations in
one patch and the div/rem in another.

I have pulled out these logicals into a separate patch and applied to tcg-next. I'll handle division relative to the PPC64 DFP patch set.


r~




reply via email to

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