|
From: | Richard Henderson |
Subject: | Re: [RFC PATCH] tcg/ppc: implement rem[u]_i{32,64} with mod[su][wd] |
Date: | Mon, 13 Jun 2022 10:03:32 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 |
On 6/13/22 07:43, Matheus Kowalczuk Ferst wrote:
Power ISA v3.0 introduced mod[su][wd] insns that can be used to implement rem[u]_i{32,64}. Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br> --- tcg/ppc/tcg-target.c.inc | 22 ++++++++++++++++++++++ tcg/ppc/tcg-target.h | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Queueing to tcg-next. r~
[Prev in Thread] | Current Thread | [Next in Thread] |