]> git.proxmox.com Git - mirror_qemu.git/commit
target/loongarch: Use {set/get}_gpr replace to cpu_fpr
authorSong Gao <gaosong@loongson.cn>
Thu, 4 May 2023 12:28:09 +0000 (20:28 +0800)
committerSong Gao <gaosong@loongson.cn>
Sat, 6 May 2023 03:19:50 +0000 (11:19 +0800)
commit4854bbbe015ccb07959103b1fd816581f00f4397
tree978494bc8e1568efcce2909b6ceb7d5a9d502cf6
parent29bb5d727ff8434218ad03a16a4be24a5eee59bd
target/loongarch: Use {set/get}_gpr replace to cpu_fpr

Introduce set_fpr() and get_fpr() and remove cpu_fpr.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20230504122810.4094787-44-gaosong@loongson.cn>
target/loongarch/insn_trans/trans_farith.c.inc
target/loongarch/insn_trans/trans_fcmp.c.inc
target/loongarch/insn_trans/trans_fmemory.c.inc
target/loongarch/insn_trans/trans_fmov.c.inc
target/loongarch/translate.c