summaryrefslogtreecommitdiffstats
path: root/target-sh4/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-1/+3
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-5/+5
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-17/+6
* target-sh4: rework exceptions handlingAurelien Jarno2012-09-211-17/+13
* target-sh4: implement addv and subv using TCGAurelien Jarno2012-09-211-58/+0
* target-sh4: implement addc and subc using TCGAurelien Jarno2012-09-211-32/+0
* target-sh4: use float32_muladd() to implement fmacAurelien Jarno2012-09-211-2/+1
* target-sh4: switch to AREG0 free modeBlue Swirl2012-09-151-93/+89
* Use uintptr_t for various op related functionsBlue Swirl2012-04-141-8/+6
* target-sh4: Don't overuse CPUStateAndreas Färber2012-03-141-2/+2
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+3
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-071-1/+1
* exec.h cleanupBlue Swirl2011-07-301-1/+3
* cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-5/+5
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-1/+1
* target-sh4: get rid of CPU_{Float,Double}UAurelien Jarno2011-04-121-134/+68
* target-sh4: move intr_at_halt out of cpu_halted()Aurelien Jarno2011-03-031-0/+1
* target-sh4: implement negc using TCGAurelien Jarno2011-01-161-15/+0
* target-sh4: optimize exceptionsAurelien Jarno2011-01-141-10/+12
* target-sh4: add ftrv instructionAurelien Jarno2011-01-141-0/+26
* target-sh4: add fipr instructionAurelien Jarno2011-01-141-0/+20
* target-sh4: implement FPU exceptionsAurelien Jarno2011-01-141-22/+136
* target-sh4: implement flush-to-zeroAurelien Jarno2011-01-141-0/+1
* target-sh4: define FPSCR constantsAurelien Jarno2011-01-141-3/+4
* Replace assert(0) with abort() or cpu_abort()Blue Swirl2010-03-181-1/+1
* Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl2009-09-211-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* SH: Improve movca.l/ocbi emulation.edgar_igl2009-04-011-0/+52
* sh4: Add FMAC instruction supportaurel322009-01-141-0/+11
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* SH4: Implement FD bitaurel322008-12-071-0/+12
* target-sh4: use CPU_Float/CPU_Double instead of ugly castsaurel322008-11-191-40/+102
* TCG variable type checking.pbrook2008-11-171-0/+1
* SH4: sleep instruction bug fixaurel322008-09-151-1/+2
* SH4: final conversion to TCGaurel322008-09-011-0/+6
* SH4: convert floating-point ops to TCGaurel322008-09-011-0/+148
* SH4: Convert remaining non-fp ops to TCGaurel322008-09-011-43/+20
* SH4: convert control/status register load/store to TCGaurel322008-08-301-0/+9
* SH4: convert some more arithmetics ops to TCGaurel322008-08-301-46/+33
* SH4: convert a few helpers to TCGaurel322008-08-291-6/+33
* Fix off-by-one unwinding error.pbrook2008-05-251-5/+0
* SH4 MMU improvementsaurel322008-05-091-0/+10
* Adjust s390 addresses (the MSB is defined as "to be ignored").ths2007-10-291-1/+5
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-2/+2
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-1/+1
* Clean up of some target specifics in exec.c/cpu-exec.c.ths2007-06-031-5/+0
* Remove debug output.pbrook2006-06-171-2/+2
* sh4 target (Samuel Tardieu)bellard2006-04-271-0/+372
OpenPOWER on IntegriCloud