summaryrefslogtreecommitdiffstats
path: root/target-sh4
Commit message (Expand)AuthorAgeFilesLines
* target-sh4: use setcond when possibleAurelien Jarno2011-01-141-29/+27
* target-sh4: log instructions start in TCG codeAurelien Jarno2011-01-141-0/+4
* target-sh4: simplify comparisons after a 'and' opAurelien Jarno2011-01-141-3/+3
* target-sh4: fix reset on r2dAurelien Jarno2011-01-142-18/+16
* target-sh4: optimize exceptionsAurelien Jarno2011-01-142-15/+12
* target-sh4: add ftrv instructionAurelien Jarno2011-01-143-0/+38
* target-sh4: add fipr instructionAurelien Jarno2011-01-143-0/+33
* target-sh4: implement FPU exceptionsAurelien Jarno2011-01-141-22/+136
* target-sh4: implement flush-to-zeroAurelien Jarno2011-01-142-0/+2
* target-sh4: define FPSCR constantsAurelien Jarno2011-01-143-9/+37
* target-sh4: use default-NaN modeAurelien Jarno2011-01-141-0/+1
* target-sh4: fix fpu disabled/illegal exceptionAurelien Jarno2011-01-111-10/+18
* target-sh4: improve TLBAurelien Jarno2011-01-101-21/+44
* target-sh4: implement writes to mmaped ITLBAurelien Jarno2011-01-092-0/+21
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-302-2/+3
* target-sh4: Add support for ldc & stc with sgrAlexandre Courbot2010-07-121-0/+2
* target-sh4: Split the LDST macro into 2 sub-macrosAlexandre Courbot2010-07-121-2/+6
* remove exec-all.h inclusion from cpu.hPaolo Bonzini2010-07-031-1/+0
* move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2010-07-032-6/+6
* target-sh4: Remove duplicate CPU log.Richard Henderson2010-05-051-6/+0
* remove TARGET_* defines from translate-all.cPaolo Bonzini2010-04-081-0/+2
* Replace assert(0) with abort() or cpu_abort()Blue Swirl2010-03-183-5/+5
* Large page TLB flushPaul Brook2010-03-171-1/+2
* Target specific usermode cleanupPaul Brook2010-03-121-0/+2
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-121-5/+0
* Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson2010-03-121-0/+3
* Fix incorrect exception_index useBlue Swirl2010-02-141-1/+1
* target-sh4: MMU: separate execute and read/write permissionsAurelien Jarno2010-02-091-21/+6
* target-sh4: MMU: fix store queue addressesAurelien Jarno2010-02-091-1/+1
* target-sh4: MMU: remove dead codeAurelien Jarno2010-02-091-18/+0
* target-sh4: MMU: reduce the size of a TLB entryAurelien Jarno2010-02-091-12/+11
* target-sh4: MMU: optimize UTLB accessesAurelien Jarno2010-02-091-24/+14
* target-sh4: MMU: fix ITLB priviledge checkAurelien Jarno2010-02-091-1/+1
* target-sh4: MMU: simplify call to tlb_set_page()Aurelien Jarno2010-02-091-6/+3
* target-sh4: MMU: fix mem_idx computationAurelien Jarno2010-02-091-1/+1
* sh7750: handle MMUCR TI bitAurelien Jarno2010-02-092-0/+20
* target-sh4: minor optimisationsAurelien Jarno2010-02-081-26/+26
* kill regs_to_env and env_to_regsPaolo Bonzini2010-01-191-10/+0
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-012-4/+4
* Get rid of _t suffixmalc2009-10-012-4/+4
* Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl2009-09-211-2/+2
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd2009-08-241-0/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-165-10/+5
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-8/+0
* Include assert.h from qemu-common.hPaul Brook2009-05-132-2/+0
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-0/+1
* qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori2009-04-241-1/+6
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-3/+2
* SH: Fix linux-user _is_cached typo.edgar_igl2009-04-031-1/+1
OpenPOWER on IntegriCloud