aboutsummaryrefslogtreecommitdiff
path: root/target/sh4/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-27target/sh4: fix some comment spelling errorsLichang Zhao1-1/+1
2020-10-27target/sh4: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé1-3/+5
2019-06-10target/sh4: Use env_cpu, env_archcpuRichard Henderson1-6/+3
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-1/+1
2019-05-10target/sh4: Convert to CPUClass::tlb_fillRichard Henderson1-12/+0
2019-05-08target/sh4: Fix LGPL information in the file headersThomas Huth1-1/+1
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-0/+1
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-3/+3
2017-07-18target/sh4: Implement fsrraRichard Henderson1-0/+16
2017-07-18target/sh4: Handle user-space atomicsRichard Henderson1-0/+6
2017-07-18target/sh4: return result of fcmp using TCGAurelien Jarno1-8/+8
2017-07-18target/sh4: do not use a helper to implement fnegAurelien Jarno1-5/+0
2017-07-18target/sh4: fix FPSCR cause vs flag inversionAurelien Jarno1-10/+10
2017-07-18target/sh4: fix FPU unorderered compareAurelien Jarno1-20/+8
2017-07-18target/sh4: do not check for PR bit for fabs instructionAurelien Jarno1-10/+0
2017-05-13target/sh4: use cpu_loop_exit_restoreAurelien Jarno1-8/+2
2017-05-13target/sh4: trap unaligned accessesAurelien Jarno1-0/+16
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+498