aboutsummaryrefslogtreecommitdiff
path: root/target-mips/op_helper.c
AgeCommit message (Expand)Author
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini
2014-06-05softmmu: move ALIGNED_ONLY to cpu.hPaolo Bonzini
2014-06-05softmmu: make do_unaligned_access a method of CPUPaolo Bonzini
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-03-27target-mips: Avoid shifting left into sign bitPeter Maydell
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber
2014-02-10target-mips: add user-mode FR switch support for MIPS32r5Petar Jovanovic
2014-02-10target-mips: add support for CP0_Config5Petar Jovanovic
2014-02-10target-mips: add support for CP0_Config4Petar Jovanovic
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-07-29target-mips: Remove assignment to a variable which is never usedStefan Weil
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-06-28cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber
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