aboutsummaryrefslogtreecommitdiff
path: root/target-sh4/translate.c
AgeCommit message (Expand)Author
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson
2012-09-21target-sh4: remove useless codeAurelien Jarno
2012-09-21target-sh4: cleanup DisasContextAurelien Jarno
2012-09-21target-sh4: rework exceptions handlingAurelien Jarno
2012-09-21target-sh4: remove gen_clr_t() and gen_set_t()Aurelien Jarno
2012-09-21target-sh4: optimize swap.wAurelien Jarno
2012-09-21target-sh4: optimize xtrctAurelien 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-15target-sh4: switch to AREG0 free modeBlue Swirl
2012-06-04Kill off cpu_state_reset()Andreas Färber
2012-06-04target-sh4: Let cpu_sh4_init() return SuperHCPUAndreas Färber
2012-04-30target-sh4: Start QOM'ifying CPU initAndreas Färber
2012-04-30target-sh4: QOM'ify CPU resetAndreas Färber
2012-04-30target-sh4: QOM'ify CPUAndreas Färber
2012-03-14target-sh4: Don't overuse CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-02-28target-sh4: Clean includesStefan Weil
2012-01-10target-sh4: ignore ocbp and ocbwb instructionsAurelien Jarno
2012-01-07target-sh4: Fix operands for fipr, ftrv instructionsStefan Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil
2011-02-04target-sh4: fix negcAurelien Jarno
2011-01-16target-sh4: implement negc using TCGAurelien Jarno
2011-01-16target-sh4: use rotl/rotr when possibleAurelien 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 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
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-05-05target-sh4: Remove duplicate CPU log.Richard Henderson
2010-04-08remove TARGET_* defines from translate-all.cPaolo Bonzini
2010-02-09target-sh4: MMU: fix mem_idx computationAurelien Jarno
2010-02-08target-sh4: minor optimisationsAurelien Jarno
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-05-13Include assert.h from qemu-common.hPaul Brook
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel32