You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/tcg/loongarch64
Richard Henderson 10dcb08b03 target/loongarch: Remove cpu_fcsr0
All of the fpu operations are defined with TCG_CALL_NO_WG, but they
all modify FCSR0.  The most efficient way to fix this is to remove
cpu_fcsr0, and instead use explicit load and store operations for the
two instructions that manipulate that value.

Acked-by: Qi Hu <huqi@loongson.cn>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Reported-by: Feiyang Chen <chenfeiyang@loongson.cn>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2 years ago
..
system
Makefile.softmmu-target
Makefile.target target/loongarch: Remove cpu_fcsr0 2 years ago
float_convd.ref
float_convs.ref
float_madds.ref
test_bit.c tests/tcg/loongarch64: Add clo related instructions test 2 years ago
test_div.c tests/tcg/loongarch64: Add div and mod related instructions test 2 years ago
test_fclass.c tests/tcg/loongarch64: Add fclass test 2 years ago
test_fcsr.c target/loongarch: Remove cpu_fcsr0 2 years ago
test_fpcom.c tests/tcg/loongarch64: Add fp comparison instructions test 2 years ago
test_pcadd.c tests/tcg/loongarch64: Add pcadd related instructions test 2 years ago