aboutsummaryrefslogtreecommitdiff
path: root/target-mips/op_helper.c
AgeCommit message (Expand)Author
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-02-23target-mips: Use mul[us]2 in [D]MULT[U] insnsRichard Henderson
2013-01-31target-mips: Unfuse {,N}M{ADD,SUB}.fmtRichard Sandiford
2013-01-15exec: Return CPUState from qemu_get_cpu()Andreas Färber
2013-01-15target-mips: Clean up mips_cpu_map_tc() documentationAndreas Färber
2013-01-15cpu: Move nr_{cores,threads} fields to CPUStateAndreas Färber
2013-01-08target-mips: Replace macros by inline functionsStefan Weil
2013-01-01target-mips: Use EXCP_SC rather than a magic number陳韋任 (Wei-Ren Chen)
2013-01-01target-mips: Remove semicolon from macro definitionStefan Weil
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-16exec: refactor cpu_restore_stateBlue Swirl
2012-10-31target-mips: don't flush extra TLB on permissions upgradeAurelien Jarno
2012-10-31target-mips: fix TLBR wrt SEGMaskAurelien Jarno
2012-10-31target-mips: implement unaligned loads using TCGAurelien Jarno
2012-10-31target-mips: simplify load/store microMIPS helpersAurelien Jarno
2012-10-31target-mips: restore CPU state after an FPU exceptionAurelien Jarno
2012-10-31target-mips: use softfloat constants when possibleAurelien Jarno
2012-10-31target-mips: cleanup float to int conversion helpersAurelien Jarno
2012-10-31target-mips: fix FPU exceptionsAurelien Jarno
2012-10-31target-mips: keep softfloat exception set to 0 between instructionsAurelien Jarno
2012-10-31target-mips: use the softfloat floatXX_muladd functionsAurelien Jarno
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-17target-mips: Pass MIPSCPU to mips_vpe_sleep()Andreas Färber
2012-10-17target-mips: Pass MIPSCPU to mips_tc_sleep()Andreas Färber
2012-10-17target-mips: Pass MIPSCPU to mips_vpe_is_wfi()Andreas Färber
2012-10-17target-mips: Pass MIPSCPU to mips_tc_wake()Andreas Färber
2012-10-17target-mips: Clean up other_cpu in helper_{d,e}vpe()Andreas Färber
2012-09-15target-mips: switch to AREG0 free modeBlue Swirl
2012-09-08MIPS/user: Fix reset CPU state initializationMaciej W. Rozycki
2012-08-24target-mips: Fix some helper functions (VR54xx multiplication)Stefan Weil
2012-05-03target-mips: Remove unused inline functionStefan Weil
2012-04-15target-mips: Fix type cast for w64 (uintptr_t)Stefan Weil
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-03-24target-mips: Add compiler attribute to some functions which don't returnStefan Weil
2012-03-14target-mips: Don't overuse CPUStateAndreas Färber
2012-03-08Spelling fixes in comments (it's -> its)Stefan Weil
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-09-06mips: Add MT halting and waking of VPEsEdgar E. Iglesias
2011-09-06mips: Correct IntCtl write mask for VIntEdgar E. Iglesias
2011-09-06mips: Hook in more reg accesses via mttr/mftrEdgar E. Iglesias
2011-09-06mips: Synchronize CP0 TCSTatus, Status and EntryHiEdgar E. Iglesias
2011-09-06mips: Handle TC indexing of other VPEsEdgar E. Iglesias
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-07-20Fix unassigned memory access handlingBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil