Sign in
qemu
/
qemu
/
5560b85a31e6f15a8841b66620d9497943094ee4
/
target-sh4
/
op_helper.c
f08b617
softmmu: introduce cpu_ldst.h
by Paolo Bonzini
· 11 years ago
0f590e74
softmmu: commonize helper definitions
by Paolo Bonzini
· 11 years ago
2ef6175
tcg: Invert the inclusion of helper.h
by Richard Henderson
· 11 years ago
a47dddd
exec: Change cpu_abort() argument to CPUState
by Andreas Färber
· 12 years ago
3f38f30
translate-all: Change cpu_restore_state() argument to CPUState
by Andreas Färber
· 12 years ago
5638d18
cpu-exec: Change cpu_loop_exit() argument to CPUState
by Andreas Färber
· 12 years ago
d5a11fe
exec: Change tlb_fill() argument to CPUState
by Andreas Färber
· 12 years ago
2710342
cpu: Move exception_index field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
7510454
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
by Andreas Färber
· 12 years ago
259186a
cpu: Move halted and interrupt_request fields to CPUState
by Andreas Färber
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
a8a826a
exec: refactor cpu_restore_state
by Blue Swirl
· 12 years ago
1012740
target-sh4: rework exceptions handling
by Aurelien Jarno
· 13 years ago
ad8d25a
target-sh4: implement addv and subv using TCG
by Aurelien Jarno
· 13 years ago
22b88fd
target-sh4: implement addc and subc using TCG
by Aurelien Jarno
· 13 years ago
ff2086f
target-sh4: use float32_muladd() to implement fmac
by Aurelien Jarno
· 13 years ago
485d003
target-sh4: switch to AREG0 free mode
by Blue Swirl
· 13 years ago
2050396
Use uintptr_t for various op related functions
by Blue Swirl
· 13 years ago
73e5716
target-sh4: Don't overuse CPUState
by Andreas Färber
· 13 years ago
bccd9ec
softmmu_header: pass CPUState to tlb_fill
by Blue Swirl
· 14 years ago
97b348e
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
by Blue Swirl
· 14 years ago
3e45717
exec.h cleanup
by Blue Swirl
· 14 years ago
1162c04
cpu_loop_exit: avoid using AREG0
by Blue Swirl
· 14 years ago
618ba8e
Remove unused function parameter from cpu_restore_state
by Stefan Weil
· 14 years ago
d6c424c
target-sh4: get rid of CPU_{Float,Double}U
by Aurelien Jarno
· 14 years ago
efac415
target-sh4: move intr_at_halt out of cpu_halted()
by Aurelien Jarno
· 14 years ago
b2d9eda
target-sh4: implement negc using TCG
by Aurelien Jarno
· 14 years ago
fd4bab1
target-sh4: optimize exceptions
by Aurelien Jarno
· 14 years ago
17075f1
target-sh4: add ftrv instruction
by Aurelien Jarno
· 14 years ago
af8c2bd
target-sh4: add fipr instruction
by Aurelien Jarno
· 14 years ago
21829e9
target-sh4: implement FPU exceptions
by Aurelien Jarno
· 14 years ago
a0d4ac3
target-sh4: implement flush-to-zero
by Aurelien Jarno
· 14 years ago
26ac1ea
target-sh4: define FPSCR constants
by Aurelien Jarno
· 14 years ago
43dc2a6
Replace assert(0) with abort() or cpu_abort()
by Blue Swirl
· 15 years ago
b9d38e9
Fix Sparse warnings about using plain integer as NULL pointer
by Blue Swirl
· 16 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
852d481
SH: Improve movca.l/ocbi emulation.
by edgar_igl
· 16 years ago
5b7141a
sh4: Add FMAC instruction support
by aurel32
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
d8299bc
SH4: Implement FD bit
by aurel32
· 16 years ago
9850d1e
target-sh4: use CPU_Float/CPU_Double instead of ugly casts
by aurel32
· 16 years ago
a7812ae
TCG variable type checking.
by pbrook
· 16 years ago
f24f381
SH4: sleep instruction bug fix
by aurel32
· 17 years ago
7fdf924
SH4: final conversion to TCG
by aurel32
· 17 years ago
cc4ba6a
SH4: convert floating-point ops to TCG
by aurel32
· 17 years ago
69d6275
SH4: Convert remaining non-fp ops to TCG
by aurel32
· 17 years ago
390af82
SH4: convert control/status register load/store to TCG
by aurel32
· 17 years ago
6f06939
SH4: convert some more arithmetics ops to TCG
by aurel32
· 17 years ago
e6afc2f
SH4: convert a few helpers to TCG
by aurel32
· 17 years ago
9b7b85d
Fix off-by-one unwinding error.
by pbrook
· 17 years ago
ea2b542
SH4 MMU improvements
by aurel32
· 17 years ago
273af66
Adjust s390 addresses (the MSB is defined as "to be ignored").
by ths
· 17 years ago
6ebbf39
Replace is_user variable with mmu_idx in softmmu core,
by j_mayer
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 18 years ago
bfed01f
Clean up of some target specifics in exec.c/cpu-exec.c.
by ths
· 18 years ago
397e923
Remove debug output.
by pbrook
· 19 years ago
fdf9b3e
sh4 target (Samuel Tardieu)
by bellard
· 19 years ago