..
|
|
|
TODO
|
|
Update TODO.
|
cpu.h
|
|
Implement missing MIPS supervisor mode bits.
|
exec.h
|
|
Implement missing MIPS supervisor mode bits.
|
fop_template.c
|
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
helper.c
|
|
Fix logic bug which broke TLBL/TLBS handling somewhat.
|
mips-defs.h
|
|
Use the standard ASE check for MIPS-3D and MT.
|
op.c
|
|
Restrict CP0_PerfCnt to legal values.
|
op_helper.c
|
|
Adjust s390 addresses (the MSB is defined as "to be ignored").
|
op_mem.c
|
|
Enforce proper sign extension for lwl/lwr on MIPS64.
|
op_template.c
|
|
Code provision for n32/n64 mips userland emulation. Not functional yet.
|
translate.c
|
|
Implement missing MIPS supervisor mode bits.
|
translate_init.c
|
|
Preliminary MIPS64R2 mode.
|