aboutsummaryrefslogtreecommitdiff
path: root/target/sh4/translate.c
AgeCommit message (Expand)Author
2017-07-18target/sh4: Unify cpu_fregs into FREGRichard Henderson
2017-07-18target/sh4: Hoist register bank selectionRichard Henderson
2017-07-18target/sh4: Recognize common gUSA sequencesRichard Henderson
2017-07-18target/sh4: Handle user-space atomicsRichard Henderson
2017-07-18target/sh4: Introduce TB_FLAG_ENVFLAGS_MASKRichard Henderson
2017-07-18target/sh4: Consolidate end-of-TB testsRichard Henderson
2017-07-18target/sh4: return result of fcmp using TCGAurelien Jarno
2017-07-18target/sh4: do not use a helper to implement fnegAurelien Jarno
2017-07-18target/sh4: do not check for PR bit for fabs instructionAurelien Jarno
2017-05-30target/sh4: fix RTE instruction delay slotAurelien Jarno
2017-05-30target/sh4: introduce DELAY_SLOT_MASKAurelien Jarno
2017-05-13target/sh4: trap unaligned accessesAurelien Jarno
2017-05-13target/sh4: movua.l is an SH4-A only instructionAurelien Jarno
2017-05-13target/sh4: implement tas.b using atomic helperAurelien Jarno
2017-05-13target/sh4: generate fences for SH4Aurelien Jarno
2017-05-13target/sh4: optimize gen_write_sr using extract opAurelien Jarno
2017-05-13target/sh4: optimize gen_store_fpr64Aurelien Jarno
2017-05-13target/sh4: fold ctx->bstate = BS_BRANCH into gen_conditional_jumpAurelien Jarno
2017-05-13target/sh4: only save flags state at the end of the TBAurelien Jarno
2017-05-13target/sh4: fix BS_EXCP exitAurelien Jarno
2017-05-13target/sh4: fix BS_STOP exitAurelien Jarno
2017-05-13target/sh4: move DELAY_SLOT_TRUE flag into a separate globalAurelien Jarno
2017-05-13target/sh4: get rid of DELAY_SLOT_CLEARMEAurelien Jarno
2017-05-13target/sh4: split ctx->flags into ctx->tbflags and ctx->envflagsAurelien Jarno
2016-12-20Move target-* CPU file into a target/ folderThomas Huth