summaryrefslogtreecommitdiffstats
path: root/target-mips/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* exec: Return CPUState from qemu_get_cpu()Andreas Färber2013-01-151-3/+8
* target-mips: Clean up mips_cpu_map_tc() documentationAndreas Färber2013-01-151-5/+9
* cpu: Move nr_{cores,threads} fields to CPUStateAndreas Färber2013-01-151-3/+5
* target-mips: Replace macros by inline functionsStefan Weil2013-01-081-18/+24
* target-mips: Use EXCP_SC rather than a magic number陳韋任 (Wei-Ren Chen)2013-01-011-3/+2
* target-mips: Remove semicolon from macro definitionStefan Weil2013-01-011-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-5/+5
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-7/+1
* 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: implement unaligned loads using TCGAurelien Jarno2012-10-311-142/+0
* target-mips: simplify load/store microMIPS helpersAurelien Jarno2012-10-311-64/+9
* 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-311-89/+48
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-3/+3
* target-mips: Pass MIPSCPU to mips_vpe_sleep()Andreas Färber2012-10-171-3/+7
* target-mips: Pass MIPSCPU to mips_tc_sleep()Andreas Färber2012-10-171-3/+5
* target-mips: Pass MIPSCPU to mips_vpe_is_wfi()Andreas Färber2012-10-171-4/+8
* target-mips: Pass MIPSCPU to mips_tc_wake()Andreas Färber2012-10-171-3/+8
* target-mips: Clean up other_cpu in helper_{d,e}vpe()Andreas Färber2012-10-171-14/+14
* target-mips: switch to AREG0 free modeBlue Swirl2012-09-151-505/+560
* MIPS/user: Fix reset CPU state initializationMaciej W. Rozycki2012-09-081-49/+0
* target-mips: Fix some helper functions (VR54xx multiplication)Stefan Weil2012-08-241-46/+29
* target-mips: Remove unused inline functionStefan Weil2012-05-031-6/+0
* target-mips: Fix type cast for w64 (uintptr_t)Stefan Weil2012-04-151-1/+1
* Use uintptr_t for various op related functionsBlue Swirl2012-04-141-10/+8
* target-mips: Add compiler attribute to some functions which don't returnStefan Weil2012-03-241-1/+2
* target-mips: Don't overuse CPUStateAndreas Färber2012-03-141-62/+62
* Spelling fixes in comments (it's -> its)Stefan Weil2012-03-081-1/+1
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+3
* mips: Add MT halting and waking of VPEsEdgar E. Iglesias2011-09-061-4/+78
* mips: Correct IntCtl write mask for VIntEdgar E. Iglesias2011-09-061-1/+1
* mips: Hook in more reg accesses via mttr/mftrEdgar E. Iglesias2011-09-061-11/+129
* mips: Synchronize CP0 TCSTatus, Status and EntryHiEdgar E. Iglesias2011-09-061-44/+106
* mips: Handle TC indexing of other VPEsEdgar E. Iglesias2011-09-061-105/+161
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-071-1/+1
* exec.h cleanupBlue Swirl2011-07-301-1/+55
* Fix unassigned memory access handlingBlue Swirl2011-07-201-2/+4
* cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-2/+2
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-2/+2
* target-mips: clear softfpu exception state for comparison instructionsAurelien Jarno2011-04-171-16/+25
* target-mips: fix c.ps.* instructionsAurelien Jarno2011-04-171-4/+4
* target-mips: don't hardcode softfloat exception bitsAurelien Jarno2011-04-171-15/+20
* target-mips: simplify FP comparisonsAurelien Jarno2011-04-171-36/+36
* softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno2011-04-171-16/+16
OpenPOWER on IntegriCloud