summaryrefslogtreecommitdiffstats
path: root/target/sh4
Commit message (Expand)AuthorAgeFilesLines
* target/sh4: fix RTE instruction delay slotAurelien Jarno2017-05-302-5/+16
* target/sh4: ignore interrupts in a delay slotAurelien Jarno2017-05-301-2/+10
* target/sh4: introduce DELAY_SLOT_MASKAurelien Jarno2017-05-303-12/+12
* target/sh4: fix reset when using a kernel and an initrdAurelien Jarno2017-05-301-1/+9
* target/sh4: log unauthorized accesses using qemu_log_maskAurelien Jarno2017-05-301-1/+1
* target/sh4: use cpu_loop_exit_restoreAurelien Jarno2017-05-131-8/+2Star
* target/sh4: trap unaligned accessesAurelien Jarno2017-05-134-2/+25
* target/sh4: movua.l is an SH4-A only instructionAurelien Jarno2017-05-131-11/+15
* target/sh4: implement tas.b using atomic helperAurelien Jarno2017-05-131-12/+7Star
* target/sh4: generate fences for SH4Aurelien Jarno2017-05-131-4/+5
* target/sh4: optimize gen_write_sr using extract opAurelien Jarno2017-05-131-6/+3Star
* target/sh4: optimize gen_store_fpr64Aurelien Jarno2017-05-131-7/+1Star
* target/sh4: fold ctx->bstate = BS_BRANCH into gen_conditional_jumpAurelien Jarno2017-05-131-6/+3Star
* target/sh4: only save flags state at the end of the TBAurelien Jarno2017-05-131-36/+33Star
* target/sh4: fix BS_EXCP exitAurelien Jarno2017-05-131-9/+7Star
* target/sh4: fix BS_STOP exitAurelien Jarno2017-05-131-2/+3
* target/sh4: move DELAY_SLOT_TRUE flag into a separate globalAurelien Jarno2017-05-133-18/+16Star
* target/sh4: do not include DELAY_SLOT_TRUE in the TB stateAurelien Jarno2017-05-131-2/+1Star
* target/sh4: get rid of DELAY_SLOT_CLEARMEAurelien Jarno2017-05-133-16/+6Star
* target/sh4: split ctx->flags into ctx->tbflags and ctx->envflagsAurelien Jarno2017-05-131-79/+82
* monitor: Fix crashes when using HMP commands without CPUThomas Huth2017-02-211-0/+5
* cputlb: drop flush_global flag from tlb_flushAlex Bennée2017-01-131-1/+1
* qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée2017-01-132-2/+4
* Move target-* CPU file into a target/ folderThomas Huth2016-12-2011-0/+4500