mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
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>
This commit is contained in:
parent
9bcd41d41f
commit
81ddae7c30
11 changed files with 69 additions and 50 deletions
|
@ -27,6 +27,7 @@
|
|||
#include "exec/exec-all.h"
|
||||
#include "exec/cpu_ldst.h"
|
||||
#include "fpu/softfloat.h"
|
||||
#include "fpu_helper.h"
|
||||
|
||||
|
||||
/* Complex FPU operations which may need stack space. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue