index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
sh4
/
op_helper.c
Age
Commit message (
Expand
)
Author
2021-11-02
target/sh4: Set fault address in superh_cpu_do_unaligned_access
Richard Henderson
2021-10-15
target/sh4: Drop check for singlestep_enabled
Richard Henderson
2020-10-27
target/sh4: fix some comment spelling errors
Lichang Zhao
2020-10-27
target/sh4: Update coding style to make checkpatch.pl happy
Philippe Mathieu-Daudé
2019-06-10
target/sh4: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-05-10
target/sh4: Convert to CPUClass::tlb_fill
Richard Henderson
2019-05-08
target/sh4: Fix LGPL information in the file headers
Thomas Huth
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2017-07-18
target/sh4: Implement fsrra
Richard Henderson
2017-07-18
target/sh4: Handle user-space atomics
Richard Henderson
2017-07-18
target/sh4: return result of fcmp using TCG
Aurelien Jarno
2017-07-18
target/sh4: do not use a helper to implement fneg
Aurelien Jarno
2017-07-18
target/sh4: fix FPSCR cause vs flag inversion
Aurelien Jarno
2017-07-18
target/sh4: fix FPU unorderered compare
Aurelien Jarno
2017-07-18
target/sh4: do not check for PR bit for fabs instruction
Aurelien Jarno
2017-05-13
target/sh4: use cpu_loop_exit_restore
Aurelien Jarno
2017-05-13
target/sh4: trap unaligned accesses
Aurelien Jarno
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth