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:
Philippe Mathieu-Daudé 2020-11-14 19:03:11 +01:00
parent 9bcd41d41f
commit 81ddae7c30
11 changed files with 69 additions and 50 deletions

View file

@ -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. */