summaryrefslogtreecommitdiff
path: root/target/sh4/op_helper.c
AgeCommit message (Expand)Author
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2021-11-02target/sh4: Set fault address in superh_cpu_do_unaligned_accessRichard Henderson
2021-10-15target/sh4: Drop check for singlestep_enabledRichard Henderson
2020-10-27target/sh4: fix some comment spelling errorsLichang Zhao
2020-10-27target/sh4: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé
2019-06-10target/sh4: Use env_cpu, env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-05-10target/sh4: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-08target/sh4: Fix LGPL information in the file headersThomas Huth
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2017-07-18target/sh4: Implement fsrraRichard Henderson
2017-07-18target/sh4: Handle user-space atomicsRichard 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: fix FPSCR cause vs flag inversionAurelien Jarno
2017-07-18target/sh4: fix FPU unorderered compareAurelien Jarno
2017-07-18target/sh4: do not check for PR bit for fabs instructionAurelien Jarno
2017-05-13target/sh4: use cpu_loop_exit_restoreAurelien Jarno
2017-05-13target/sh4: trap unaligned accessesAurelien Jarno
2016-12-20Move target-* CPU file into a target/ folderThomas Huth