aboutsummaryrefslogtreecommitdiff
path: root/target/sh4/op_helper.c
AgeCommit message (Expand)Author
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