summaryrefslogtreecommitdiff
path: root/target/sh4/translate.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-30target/sh4: introduce DELAY_SLOT_MASKAurelien Jarno1-9/+8
2017-05-13target/sh4: trap unaligned accessesAurelien Jarno1-2/+4
2017-05-13target/sh4: movua.l is an SH4-A only instructionAurelien Jarno1-11/+15
2017-05-13target/sh4: implement tas.b using atomic helperAurelien Jarno1-12/+7
2017-05-13target/sh4: generate fences for SH4Aurelien Jarno1-4/+5
2017-05-13target/sh4: optimize gen_write_sr using extract opAurelien Jarno1-6/+3
2017-05-13target/sh4: optimize gen_store_fpr64Aurelien Jarno1-7/+1
2017-05-13target/sh4: fold ctx->bstate = BS_BRANCH into gen_conditional_jumpAurelien Jarno1-6/+3
2017-05-13target/sh4: only save flags state at the end of the TBAurelien Jarno1-36/+33
2017-05-13target/sh4: fix BS_EXCP exitAurelien Jarno1-9/+7
2017-05-13target/sh4: fix BS_STOP exitAurelien Jarno1-2/+3
2017-05-13target/sh4: move DELAY_SLOT_TRUE flag into a separate globalAurelien Jarno1-9/+13
2017-05-13target/sh4: get rid of DELAY_SLOT_CLEARMEAurelien Jarno1-12/+5
2017-05-13target/sh4: split ctx->flags into ctx->tbflags and ctx->envflagsAurelien Jarno1-79/+82
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+1944