Age | Commit message (Expand) | Author | Files | Lines |
2013-03-05 | mips64-linux-user: Enable 64-bit address mode and fpu | Richard Henderson | 1 | -0/+12 |
2013-03-05 | mips-linux-user: Save and restore fpu and dsp from sigcontext | Richard Henderson | 2 | -3/+16 |
2013-03-05 | target-mips: Fix accumulator selection for MIPS16 and microMIPS | Richard Sandiford | 1 | -84/+64 |
2013-03-04 | target-mips: fix DSP overflow macro and affected routines | Petar Jovanovic | 1 | -42/+48 |
2013-03-03 | gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end | Peter Maydell | 1 | -2/+2 |
2013-03-03 | cpu: Introduce ENV_OFFSET macros | Andreas Färber | 1 | -0/+1 |
2013-02-23 | target-mips: fix for sign-issue in MULQ_W helper | Petar Jovanovic | 1 | -1/+1 |
2013-02-23 | target-mips: fix for incorrect multiplication with MULQ_S.PH | Petar Jovanovic | 1 | -1/+1 |
2013-02-23 | target-mips: Use mul[us]2 in [D]MULT[U] insns | Richard Henderson | 3 | -42/+20 |
2013-02-16 | cpu: Add CPUArchState pointer to CPUState | Andreas Färber | 1 | -0/+2 |
2013-02-16 | target-mips: Move TCG initialization to MIPSCPU initfn | Andreas Färber | 3 | -2/+6 |
2013-02-16 | target-mips: Introduce QOM realizefn for MIPSCPU | Andreas Färber | 3 | -2/+20 |
2013-01-31 | target-mips: enable access to DSP ASE if implemented | Petar Jovanovic | 1 | -4/+2 |
2013-01-31 | target-mips: Unfuse {,N}M{ADD,SUB}.fmt | Richard Sandiford | 1 | -8/+17 |
2013-01-31 | target-mips: Sign-extend the result of LWR | Richard Sandiford | 1 | -0/+1 |
2013-01-31 | target-mips: Fix signedness of loads in MIPS16 RESTOREs | Richard Sandiford | 1 | -1/+1 |
2013-01-31 | target-mips: implement DSP (d)append sub-class with TCG | Aurelien Jarno | 3 | -126/+87 |
2013-01-31 | target-mips: use DSP unions for reduction add instructions | Aurelien Jarno | 1 | -16/+14 |
2013-01-31 | target-mips: use DSP unions for unary DSP operators | Aurelien Jarno | 1 | -82/+42 |
2013-01-31 | target-mips: use DSP unions for binary DSP operators | Aurelien Jarno | 1 | -268/+116 |
2013-01-31 | target-mips: add unions to access DSP elements | Aurelien Jarno | 1 | -0/+22 |
2013-01-31 | target-mips: generate a reserved instruction exception on CPU without DSP | Aurelien Jarno | 1 | -2/+10 |
2013-01-31 | target-mips: copy insn_flags in DisasContext | Aurelien Jarno | 1 | -381/+381 |
2013-01-31 | target-mips: fix DSP loads with rd = 0 | Aurelien Jarno | 1 | -5/+0 |
2013-01-15 | exec: Return CPUState from qemu_get_cpu() | Andreas Färber | 1 | -3/+8 |
2013-01-15 | cpu: Move cpu_index field to CPUState | Andreas Färber | 2 | -10/+15 |
2013-01-15 | target-mips: Clean up mips_cpu_map_tc() documentation | Andreas Färber | 1 | -5/+9 |
2013-01-15 | cpu: Move nr_{cores,threads} fields to CPUState | Andreas Färber | 1 | -3/+5 |
2013-01-08 | target-mips: Fix helper and tests for dot/cross-dot product instructions | Petar Jovanovic | 1 | -1/+1 |
2013-01-08 | target-mips: Replace macros by inline functions | Stefan Weil | 1 | -18/+24 |
2013-01-08 | target-mips: Allow DSP access to be disabled once enabled. | Eric Johnson | 1 | -1/+1 |
2013-01-01 | target-mips: Use EXCP_SC rather than a magic number | 陳韋任 (Wei-Ren Chen) | 1 | -3/+2 |
2013-01-01 | target-mips: Make repl_ph to sign extend to target-long | Jovanovic, Petar | 1 | -1/+2 |
2013-01-01 | Fix my email address | Dongxue Zhang | 1 | -1/+1 |
2013-01-01 | target-mips: Remove semicolon from macro definition | Stefan Weil | 1 | -1/+1 |
2013-01-01 | target-mips: Fix for helpers for EXTR_* instructions | Petar Jovanovic | 1 | -35/+10 |
2013-01-01 | target-mips: Fix incorrect reads and writes to DSPControl register | Petar Jovanovic | 1 | -0/+8 |
2012-12-19 | fpu: move public header file to include/fpu | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | qom: move include files to include/qom/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini | 4 | -11/+11 |
2012-12-19 | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-16 | exec: refactor cpu_restore_state | Blue Swirl | 1 | -7/+1 |
2012-12-08 | Merge branch 'master' of git.qemu-project.org:/pub/git/qemu | Blue Swirl | 1 | -9/+10 |
2012-12-08 | TCG: Use gen_opc_instr_start from context instead of global variable. | Evgeny Voevodin | 1 | -3/+3 |
2012-12-08 | TCG: Use gen_opc_icount from context instead of global variable. | Evgeny Voevodin | 1 | -1/+1 |
2012-12-08 | TCG: Use gen_opc_pc from context instead of global variable. | Evgeny Voevodin | 1 | -2/+2 |
2012-12-06 | target-mips: Fix incorrect shift for SHILO and SHILOV | Petar Jovanovic | 1 | -8/+9 |
2012-12-06 | target-mips: Fix incorrect code and test for INSV | Petar Jovanovic | 1 | -1/+1 |
2012-11-24 | target-mips: remove POOL48A from the microMIPS decoding | Aurelien Jarno | 1 | -1/+0 |