aboutsummaryrefslogtreecommitdiff
path: root/target-sh4
AgeCommit message (Expand)Author
2011-03-13inline cpu_halted into sole callerPaolo Bonzini
2011-03-03target-sh4: move intr_at_halt out of cpu_halted()Aurelien Jarno
2011-02-04target-sh4: fix negcAurelien Jarno
2011-01-26target-sh4: update PTEH upon MMU exceptionAlexandre Courbot
2011-01-26sh4: implement missing mmaped TLB read functionsAurelien Jarno
2011-01-26sh4: implement missing mmaped TLB write functionsAurelien Jarno
2011-01-25target-sh4: fix index of address read error exceptionAlexandre Courbot
2011-01-25target-sh4: fix TLB invalidation codeAlexandre Courbot
2011-01-16target-sh4: implement negc using TCGAurelien Jarno
2011-01-16target-sh4: use rotl/rotr when possibleAurelien Jarno
2011-01-15target-sh4: correct use of ! and &Aurelien Jarno
2011-01-14target-sh4: use setcond when possibleAurelien Jarno
2011-01-14target-sh4: log instructions start in TCG codeAurelien Jarno
2011-01-14target-sh4: simplify comparisons after a 'and' opAurelien Jarno
2011-01-14target-sh4: fix reset on r2dAurelien 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
2011-01-14target-sh4: use default-NaN modeAurelien Jarno
2011-01-11target-sh4: fix fpu disabled/illegal exceptionAurelien Jarno
2011-01-10target-sh4: improve TLBAurelien Jarno
2011-01-09target-sh4: implement writes to mmaped ITLBAurelien Jarno
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-07-12target-sh4: Add support for ldc & stc with sgrAlexandre Courbot
2010-07-12target-sh4: Split the LDST macro into 2 sub-macrosAlexandre Courbot
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini
2010-05-05target-sh4: Remove duplicate CPU log.Richard Henderson
2010-04-08remove TARGET_* defines from translate-all.cPaolo Bonzini
2010-03-18Replace assert(0) with abort() or cpu_abort()Blue Swirl
2010-03-17Large page TLB flushPaul Brook
2010-03-12Target specific usermode cleanupPaul Brook
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson
2010-02-14Fix incorrect exception_index useBlue Swirl
2010-02-09target-sh4: MMU: separate execute and read/write permissionsAurelien Jarno
2010-02-09target-sh4: MMU: fix store queue addressesAurelien Jarno
2010-02-09target-sh4: MMU: remove dead codeAurelien Jarno
2010-02-09target-sh4: MMU: reduce the size of a TLB entryAurelien Jarno
2010-02-09target-sh4: MMU: optimize UTLB accessesAurelien Jarno
2010-02-09target-sh4: MMU: fix ITLB priviledge checkAurelien Jarno
2010-02-09target-sh4: MMU: simplify call to tlb_set_page()Aurelien Jarno
2010-02-09target-sh4: MMU: fix mem_idx computationAurelien Jarno
2010-02-09sh7750: handle MMUCR TI bitAurelien Jarno
2010-02-08target-sh4: minor optimisationsAurelien Jarno
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori