aboutsummaryrefslogtreecommitdiff
path: root/target-sh4/op_helper.c
AgeCommit message (Expand)Author
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
2008-05-09SH4 MMU improvementsaurel32
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths
2006-06-17Remove debug output.pbrook
2006-04-27sh4 target (Samuel Tardieu)bellard