summaryrefslogtreecommitdiff
path: root/target-sh4/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber1-1/+3
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber1-5/+2
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber1-2/+2
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber1-3/+5
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber1-1/+3
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-1/+2
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-1/+3
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-5/+5
2012-12-16exec: refactor cpu_restore_stateBlue Swirl1-17/+6
2012-09-21target-sh4: rework exceptions handlingAurelien Jarno1-17/+13
2012-09-21target-sh4: implement addv and subv using TCGAurelien Jarno1-58/+0
2012-09-21target-sh4: implement addc and subc using TCGAurelien Jarno1-32/+0
2012-09-21target-sh4: use float32_muladd() to implement fmacAurelien Jarno1-2/+1
2012-09-15target-sh4: switch to AREG0 free modeBlue Swirl1-93/+89
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-8/+6
2012-03-14target-sh4: Don't overuse CPUStateAndreas Färber1-2/+2
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-1/+1
2011-07-30exec.h cleanupBlue Swirl1-1/+3
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-5/+5
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-04-12target-sh4: get rid of CPU_{Float,Double}UAurelien Jarno1-134/+68
2011-03-03target-sh4: move intr_at_halt out of cpu_halted()Aurelien Jarno1-0/+1
2011-01-16target-sh4: implement negc using TCGAurelien Jarno1-15/+0
2011-01-14target-sh4: optimize exceptionsAurelien Jarno1-10/+12
2011-01-14target-sh4: add ftrv instructionAurelien Jarno1-0/+26
2011-01-14target-sh4: add fipr instructionAurelien Jarno1-0/+20
2011-01-14target-sh4: implement FPU exceptionsAurelien Jarno1-22/+136
2011-01-14target-sh4: implement flush-to-zeroAurelien Jarno1-0/+1
2011-01-14target-sh4: define FPSCR constantsAurelien Jarno1-3/+4
2010-03-18Replace assert(0) with abort() or cpu_abort()Blue Swirl1-1/+1
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl1-2/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-04-01SH: Improve movca.l/ocbi emulation.edgar_igl1-0/+52
2009-01-14sh4: Add FMAC instruction supportaurel321-0/+11
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-07SH4: Implement FD bitaurel321-0/+12
2008-11-19target-sh4: use CPU_Float/CPU_Double instead of ugly castsaurel321-40/+102
2008-11-17TCG variable type checking.pbrook1-0/+1
2008-09-15SH4: sleep instruction bug fixaurel321-1/+2
2008-09-01SH4: final conversion to TCGaurel321-0/+6
2008-09-01SH4: convert floating-point ops to TCGaurel321-0/+148
2008-09-01SH4: Convert remaining non-fp ops to TCGaurel321-43/+20
2008-08-30SH4: convert control/status register load/store to TCGaurel321-0/+9
2008-08-30SH4: convert some more arithmetics ops to TCGaurel321-46/+33
2008-08-29SH4: convert a few helpers to TCGaurel321-6/+33
2008-05-25Fix off-by-one unwinding error.pbrook1-5/+0
2008-05-09SH4 MMU improvementsaurel321-0/+10
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths1-1/+5
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-2/+2