..
|
|
|
STATUS
|
|
Update PowerPC emulation status file.
|
cpu.h
|
|
Fix PowerPC FPSCR update and floating-point exception generation
|
exec.h
|
|
Gprof prooved the PowerPC emulation spent too much time in MSR load and store
|
helper.c
|
|
PowerPC coding style and inlining fixes.
|
helper_regs.h
|
|
Implement power-management for all defined PowerPC CPUs.
|
mfrom_table.c
|
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
mfrom_table_gen.c
|
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
op.c
|
|
Fix CR ops with complement, thanks to Julian Seward for testing
|
op_helper.c
|
|
Fix two PowerPC FPU emulation bugs (thanks to Aurelien Jarno)
|
op_helper.h
|
|
Make Alpha and PowerPC targets use shared helpers
|
op_helper_mem.h
|
|
For consistency, align the address to the cache line before using it,
|
op_mem.h
|
|
Fix endianness bug for PowerPC stfiwx instruction.
|
op_template.h
|
|
Fix CR ops with complement, thanks to Julian Seward for testing
|
translate.c
|
|
Fix CR ops with complement, thanks to Julian Seward for testing
|
translate_init.c
|
|
Implement power-management for all defined PowerPC CPUs.
|