qemu-patch-raspberry4/target-ppc
j_mayer d9bce9d99f Make it safe to use 64 bits GPR and/or 64 bits host registers.
For "symetry", add 64 bits versions of all modified functions.
As a side effect, add a lot of code provision for PowerPC 64 support.
Move overflow and carry checks in common routines for simple cases.
Add isel and popcntb instructions from PowerPC 2.03 specification.
Remove remaining micro-operations helpers prototypes from op.c.
Fix XER_BC field to be 7 bits long.
Add power management support for PowerPC 603 & 604.
Fix compilation warnings.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2482 c046a42c-6fe2-441c-8c8c-71466251a162
2007-03-17 14:02:15 +00:00
..
cpu.h Make it safe to use 64 bits GPR and/or 64 bits host registers. 2007-03-17 14:02:15 +00:00
exec.h Make it safe to use 64 bits GPR and/or 64 bits host registers. 2007-03-17 14:02:15 +00:00
helper.c Make it safe to use 64 bits GPR and/or 64 bits host registers. 2007-03-17 14:02:15 +00:00
mfrom_table.c Great PowerPC emulation code resynchronisation and improvments: 2007-03-07 08:32:30 +00:00
mfrom_table_gen.c Great PowerPC emulation code resynchronisation and improvments: 2007-03-07 08:32:30 +00:00
op.c Make it safe to use 64 bits GPR and/or 64 bits host registers. 2007-03-17 14:02:15 +00:00
op_helper.c Make it safe to use 64 bits GPR and/or 64 bits host registers. 2007-03-17 14:02:15 +00:00
op_helper.h Make it safe to use 64 bits GPR and/or 64 bits host registers. 2007-03-17 14:02:15 +00:00
op_helper_mem.h Make it safe to use 64 bits GPR and/or 64 bits host registers. 2007-03-17 14:02:15 +00:00
op_mem.h Make it safe to use 64 bits GPR and/or 64 bits host registers. 2007-03-17 14:02:15 +00:00
op_template.h Great PowerPC emulation code resynchronisation and improvments: 2007-03-07 08:32:30 +00:00
STATUS Great PowerPC emulation code resynchronisation and improvments: 2007-03-07 08:32:30 +00:00
translate.c Make it safe to use 64 bits GPR and/or 64 bits host registers. 2007-03-17 14:02:15 +00:00
translate_init.c Great PowerPC emulation code resynchronisation and improvments: 2007-03-07 08:32:30 +00:00