mirror of
https://github.com/qemu/qemu.git
synced 2024-11-23 19:03:38 +08:00
target/mips: Separate FPU-related helpers into their own file
For clarity and easier maintenence, create target/mips/fpu_helper.c, and move all FPU-related content form target/mips/op_helper.c to that file. Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com> Reviewed-by: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> Message-Id: <1580745443-24650-3-git-send-email-aleksandar.markovic@rt-rk.com>
This commit is contained in:
parent
256eb7ee58
commit
7b77f048e2
@ -1,5 +1,5 @@
|
||||
obj-y += translate.o cpu.o gdbstub.o helper.o
|
||||
obj-y += op_helper.o cp0_helper.o
|
||||
obj-y += op_helper.o cp0_helper.o fpu_helper.o
|
||||
obj-y += dsp_helper.o lmi_helper.o msa_helper.o
|
||||
obj-$(CONFIG_SOFTMMU) += mips-semi.o
|
||||
obj-$(CONFIG_SOFTMMU) += machine.o cp0_timer.o
|
||||
|
1911
target/mips/fpu_helper.c
Normal file
1911
target/mips/fpu_helper.c
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user