qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH 02/33] target/ppc: move resolve_PLS_D to translate.c


From: Richard Henderson
Subject: Re: [PATCH 02/33] target/ppc: move resolve_PLS_D to translate.c
Date: Fri, 22 Oct 2021 15:01:52 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 10/21/21 12:45 PM, matheus.ferst@eldorado.org.br wrote:
From: pherde<phervalle@gmail.com>

Move resolve_PLS_D from fixedpoint-impl.c.inc to translate.c
because this way the function can be used not only by fixed
point instructions.

Signed-off-by: Fernando Eckhardt Valle (pherde)<phervalle@gmail.com>
Signed-off-by: Matheus Ferst<matheus.ferst@eldorado.org.br>
---
  target/ppc/translate.c                     | 19 +++++++++++++++++++
  target/ppc/translate/fixedpoint-impl.c.inc | 19 -------------------
  2 files changed, 19 insertions(+), 19 deletions(-)

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

r~



reply via email to

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