mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
target-mips: Add ASE DSP internal functions
Add internal functions using by MIPS ASE DSP instructions. Signed-off-by: Jia Liu <proljc@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
aee0bf7d8d
commit
235eb0158c
2 changed files with 1064 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
obj-y += translate.o op_helper.o lmi_helper.o helper.o cpu.o
|
||||
obj-y += translate.o dsp_helper.o op_helper.o lmi_helper.o helper.o cpu.o
|
||||
obj-$(CONFIG_SOFTMMU) += machine.o
|
||||
|
|
1063
target-mips/dsp_helper.c
Normal file
1063
target-mips/dsp_helper.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue