index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-mips
/
dsp_helper.c
Age
Commit message (
Expand
)
Author
2016-01-23
mips: Clean up includes
Peter Maydell
2015-03-19
target-mips: Fix warning from Sparse
Stefan Weil
2014-10-14
target-mips/dsp_helper.c: Add ifdef guards around various functions
Peter Maydell
2014-10-14
target-mips/dsp_helper.c: Remove unused function get_DSPControl_24()
Peter Maydell
2014-05-28
tcg: Invert the inclusion of helper.h
Richard Henderson
2013-12-09
target-mips: Use macro ARRAY_SIZE where possible
Stefan Weil
2013-07-29
target-mips: fix mipsdsp_mul_q31_q31
Petar Jovanovic
2013-07-29
target-mips: fix mipsdsp_trunc16_sat16_round
Petar Jovanovic
2013-07-28
target-mips: fix multiplication in mipsdsp_rndq15_mul_q15_q15
Petar Jovanovic
2013-05-20
target-mips: clean-up in BIT_INSV
Petar Jovanovic
2013-05-19
target-mips: set carry bit correctly in DSPControl register
Petar Jovanovic
2013-05-19
target-mips: fix EXTPDP and setting up pos field in the DSPControl reg
Petar Jovanovic
2013-05-17
target-mips: fix incorrect behaviour for EXTP
Petar Jovanovic
2013-05-08
target-mips: fix incorrect behaviour for INSV
Petar Jovanovic
2013-05-03
target-mips: fix calculation of overflow for SHLL.PH and SHLL.QB
Petar Jovanovic
2013-04-15
target-mips: fix mipsdsp_mul_q15_q15 and tests for MAQ_SA_W_PHL/PHR
Petar Jovanovic
2013-03-17
target-mips: fix rndrashift_short_acc and code for EXTR_ instructions
Petar Jovanovic
2013-03-05
mips-linux-user: Save and restore fpu and dsp from sigcontext
Richard Henderson
2013-03-04
target-mips: fix DSP overflow macro and affected routines
Petar Jovanovic
2013-02-23
target-mips: fix for sign-issue in MULQ_W helper
Petar Jovanovic
2013-02-23
target-mips: fix for incorrect multiplication with MULQ_S.PH
Petar Jovanovic
2013-01-31
target-mips: implement DSP (d)append sub-class with TCG
Aurelien Jarno
2013-01-31
target-mips: use DSP unions for reduction add instructions
Aurelien Jarno
2013-01-31
target-mips: use DSP unions for unary DSP operators
Aurelien Jarno
2013-01-31
target-mips: use DSP unions for binary DSP operators
Aurelien Jarno
2013-01-31
target-mips: add unions to access DSP elements
Aurelien Jarno
2013-01-08
target-mips: Fix helper and tests for dot/cross-dot product instructions
Petar Jovanovic
2013-01-01
Fix my email address
Dongxue Zhang
2013-01-01
target-mips: Fix for helpers for EXTR_* instructions
Petar Jovanovic
2013-01-01
target-mips: Fix incorrect reads and writes to DSPControl register
Petar Jovanovic
2012-12-06
target-mips: Fix incorrect shift for SHILO and SHILOV
Petar Jovanovic
2012-12-06
target-mips: Fix incorrect code and test for INSV
Petar Jovanovic
2012-11-05
target-mips: use ULL for 64 bit constants
Blue Swirl
2012-10-31
target-mips: Add ASE DSP accumulator instructions
Jia Liu
2012-10-31
target-mips: Add ASE DSP compare-pick instructions
Jia Liu
2012-10-31
target-mips: Add ASE DSP bit/manipulation instructions
Jia Liu
2012-10-31
target-mips: Add ASE DSP multiply instructions
Jia Liu
2012-10-31
target-mips: Add ASE DSP GPR-based shift instructions
Jia Liu
2012-10-31
target-mips: Add ASE DSP arithmetic instructions
Jia Liu
2012-10-31
target-mips: Add ASE DSP internal functions
Jia Liu