|
From: | Richard Henderson |
Subject: | Re: [RFC PATCH v3 43/44] target/loongarch: Use {set/get}_gpr replace to cpu_fpr |
Date: | Mon, 24 Apr 2023 17:02:58 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 |
On 4/20/23 09:07, 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> r~
[Prev in Thread] | Current Thread | [Next in Thread] |