target/mips: Extract FPU helpers to 'fpu_helper.h'
commit81ddae7c3095065466d235f782aa2af620db78d0
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 14 Nov 2020 18:03:11 +0000 (14 19:03 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (14 17:13 +0100)
treefbebf8977604cfd3d6cf37ebf25fc79947ab7c7d
parent9bcd41d41fb4fd9efbc2fd657a4a12c614e78412
target/mips: Extract FPU helpers to 'fpu_helper.h'

Extract FPU specific helpers from "internal.h" to "fpu_helper.h".

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20201120210844.2625602-2-f4bug@amsat.org>
linux-user/mips/cpu_loop.c
target/mips/fpu_helper.c
target/mips/fpu_helper.h [new file with mode: 0644]
target/mips/gdbstub.c
target/mips/internal.h
target/mips/kvm.c
target/mips/machine.c
target/mips/msa_helper.c
target/mips/op_helper.c
target/mips/translate.c
target/mips/translate_init.c.inc