summaryrefslogtreecommitdiffstats
path: root/target-mips
Commit message (Expand)AuthorAgeFilesLines
* target-mips: Fix helper and tests for dot/cross-dot product instructionsPetar Jovanovic2013-01-081-1/+1
* target-mips: Replace macros by inline functionsStefan Weil2013-01-081-18/+24
* target-mips: Allow DSP access to be disabled once enabled.Eric Johnson2013-01-081-1/+1
* target-mips: Use EXCP_SC rather than a magic number陳韋任 (Wei-Ren Chen)2013-01-011-3/+2
* target-mips: Make repl_ph to sign extend to target-longJovanovic, Petar2013-01-011-1/+2
* Fix my email addressDongxue Zhang2013-01-011-1/+1
* target-mips: Remove semicolon from macro definitionStefan Weil2013-01-011-1/+1
* target-mips: Fix for helpers for EXTR_* instructionsPetar Jovanovic2013-01-011-35/+10
* target-mips: Fix incorrect reads and writes to DSPControl registerPetar Jovanovic2013-01-011-0/+8
* fpu: move public header file to include/fpuPaolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* qom: move include files to include/qom/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-194-11/+11
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-7/+1
* Merge branch 'master' of git.qemu-project.org:/pub/git/qemuBlue Swirl2012-12-081-9/+10
|\
| * target-mips: Fix incorrect shift for SHILO and SHILOVPetar Jovanovic2012-12-061-8/+9
| * target-mips: Fix incorrect code and test for INSVPetar Jovanovic2012-12-061-1/+1
* | TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
* | TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
* | TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin2012-12-081-2/+2
|/
* target-mips: remove POOL48A from the microMIPS decodingAurelien Jarno2012-11-241-1/+0
* target-mips: Clean up microMIPS32 major opcode陳韋任 (Wei-Ren Chen)2012-11-241-7/+17
* target-mips: Add comments on POOL32Axf encoding陳韋任 (Wei-Ren Chen)2012-11-241-0/+17
* TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-3/+3
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-4/+5
* target-mips: fix wrong microMIPS opcode encoding陳韋任 (Wei-Ren Chen)2012-11-151-1/+1
* target-mips: Fix seg fault for LUI when MIPS_DEBUG_DISAS==1.Eric Johnson2012-11-111-7/+11
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* target-mips: use ULL for 64 bit constantsBlue Swirl2012-11-051-2/+2
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2012-11-011-5/+6
|\
| * cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-311-5/+6
* | target-mips: don't flush extra TLB on permissions upgradeAurelien Jarno2012-10-311-5/+23
* | target-mips: fix TLBR wrt SEGMaskAurelien Jarno2012-10-311-0/+6
* | target-mips: use deposit instead of hardcoded versionAurelien Jarno2012-10-311-28/+4
* | target-mips: optimize ddiv/ddivu/div/divu with movcondAurelien Jarno2012-10-311-48/+37
* | target-mips: implement movn/movz using movcondAurelien Jarno2012-10-311-15/+12
* | target-mips: don't use local temps for store conditionalAurelien Jarno2012-10-311-5/+6
* | target-mips: implement unaligned loads using TCGAurelien Jarno2012-10-313-159/+62
* | target-mips: simplify load/store microMIPS helpersAurelien Jarno2012-10-311-64/+9
* | target-mips: optimize load operationsAurelien Jarno2012-10-311-4/+12
* | target-mips: cleanup load/store operationsAurelien Jarno2012-10-311-64/+35
* | target-mips: restore CPU state after an FPU exceptionAurelien Jarno2012-10-311-90/+95
* | target-mips: use softfloat constants when possibleAurelien Jarno2012-10-311-48/+44
* | target-mips: cleanup float to int conversion helpersAurelien Jarno2012-10-311-39/+79
* | target-mips: fix FPU exceptionsAurelien Jarno2012-10-311-13/+19
* | target-mips: keep softfloat exception set to 0 between instructionsAurelien Jarno2012-10-311-63/+10
* | target-mips: use the softfloat floatXX_muladd functionsAurelien Jarno2012-10-313-105/+64
* | target-mips: do not save CPU state when using retranslationAurelien Jarno2012-10-311-20/+0
* | target-mips: correctly restore btarget upon exceptionAurelien Jarno2012-10-311-0/+11
OpenPOWER on IntegriCloud