Skip to content

Commit

Permalink
target-mips: Add ASE DSP internal functions
Browse files Browse the repository at this point in the history
Add internal functions using by MIPS ASE DSP instructions.

Signed-off-by: Jia Liu <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
  • Loading branch information
J-Liu authored and aurel32 committed Oct 31, 2012
1 parent aee0bf7 commit 235eb01
Show file tree
Hide file tree
Showing 2 changed files with 1,064 additions and 1 deletion.
2 changes: 1 addition & 1 deletion target-mips/Makefile.objs
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 235eb01

Please sign in to comment.