aboutsummaryrefslogtreecommitdiff
path: root/target-sh4/op_helper.c
AgeCommit message (Expand)Author
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
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
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-16exec: refactor cpu_restore_stateBlue Swirl
2012-09-21target-sh4: rework exceptions handlingAurelien Jarno
2012-09-21target-sh4: implement addv and subv using TCGAurelien Jarno
2012-09-21target-sh4: implement addc and subc using TCGAurelien Jarno
2012-09-21target-sh4: use float32_muladd() to implement fmacAurelien Jarno
2012-09-15target-sh4: switch to AREG0 free modeBlue Swirl
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-03-14target-sh4: Don't overuse CPUStateAndreas Färber
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-12target-sh4: get rid of CPU_{Float,Double}UAurelien Jarno
2011-03-03target-sh4: move intr_at_halt out of cpu_halted()Aurelien Jarno
2011-01-16target-sh4: implement negc using TCGAurelien Jarno
2011-01-14target-sh4: optimize exceptionsAurelien Jarno
2011-01-14target-sh4: add ftrv instructionAurelien Jarno
2011-01-14target-sh4: add fipr instructionAurelien Jarno
2011-01-14target-sh4: implement FPU exceptionsAurelien Jarno
2011-01-14target-sh4: implement flush-to-zeroAurelien Jarno
2011-01-14target-sh4: define FPSCR constantsAurelien Jarno
2010-03-18Replace assert(0) with abort() or cpu_abort()Blue Swirl
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-04-01SH: Improve movca.l/ocbi emulation.edgar_igl
2009-01-14sh4: Add FMAC instruction supportaurel32
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-07SH4: Implement FD bitaurel32
2008-11-19target-sh4: use CPU_Float/CPU_Double instead of ugly castsaurel32
2008-11-17TCG variable type checking.pbrook
2008-09-15SH4: sleep instruction bug fixaurel32
2008-09-01SH4: final conversion to TCGaurel32
2008-09-01SH4: convert floating-point ops to TCGaurel32
2008-09-01SH4: Convert remaining non-fp ops to TCGaurel32
2008-08-30SH4: convert control/status register load/store to TCGaurel32
2008-08-30SH4: convert some more arithmetics ops to TCGaurel32
2008-08-29SH4: convert a few helpers to TCGaurel32
2008-05-25Fix off-by-one unwinding error.pbrook