qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH v2 44/44] target/loongarch: Use {set/get}_gpr replace to


From: Richard Henderson
Subject: Re: [RFC PATCH v2 44/44] target/loongarch: Use {set/get}_gpr replace to cpu_fpr
Date: Mon, 3 Apr 2023 20:44:22 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0

On 3/27/23 20:06, Song Gao wrote:
Introduce set_fpr() and get_fpr() and remove cpu_fpr.

Signed-off-by: Song Gao<gaosong@loongson.cn>
---
  .../loongarch/insn_trans/trans_farith.c.inc   | 72 +++++++++++++++----
  target/loongarch/insn_trans/trans_fcmp.c.inc  | 12 ++--
  .../loongarch/insn_trans/trans_fmemory.c.inc  | 37 ++++++----
  target/loongarch/insn_trans/trans_fmov.c.inc  | 31 +++++---
  target/loongarch/translate.c                  | 20 ++++--
  5 files changed, 129 insertions(+), 43 deletions(-)

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

As previously mentioned, patch 2 must be last, because without this patch you will generate invalid tcg.


r~



reply via email to

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