..
|
|
|
TODO
|
|
MIPS TODO: mention unimplemented system controllers.
|
cpu.h
|
|
Make MIPS MT implementation more cache friendly.
|
exec.h
|
|
Fix typo which broke MIPS32R2 64-bit FPU support.
|
fop_template.c
|
|
Fix int/float inconsistencies.
|
helper.c
|
|
Fix infinite loop when invalidating TLB, by Herve Poussineau.
|
mips-defs.h
|
|
Support for VR5432, and some of its special instructions. Original patch
|
op.c
|
|
Fix MIPS MT GPR accesses, thanks Stefan Weil.
|
op_helper.c
|
|
Make MIPS MT implementation more cache friendly.
|
op_mem.c
|
|
Use FORCE_RET, scrap RETURN which was implemented in target-specific code.
|
op_template.c
|
|
Fix MIPS MT GPR accesses, thanks Stefan Weil.
|
translate.c
|
|
Factorize code in translate.c
|
translate_init.c
|
|
Set FCR0.F64 for MIPS64R2-generic, by Richard Sandiford.
|