aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-28* sort the PowerPC target object filesj_mayer13-512/+908
2007-10-28Give an opaque to the m48t59 direct access routines to make it easierj_mayer2-7/+13
2007-10-28Add OMAP Shared GPIO module.balrog3-1/+186
2007-10-28Implement missing MIPS supervisor mode bits.ths8-37/+51
2007-10-28Handle MMC card insertion/removal/readonly signals.balrog4-2/+57
2007-10-28Add PalmT|E matrix keypad connected to OMAP GPIOs.balrog2-6/+37
2007-10-28Implement OMAP1 MPU I/O module.balrog2-2/+295
2007-10-28 Use shared ctpop64 helperblueswir11-6/+2
2007-10-28Use cpp to generate correct build dependencies for target objectsj_mayer1-54/+6
2007-10-28Make Alpha and PowerPC targets use shared helpersj_mayer4-162/+29
2007-10-28Add shared ctz32, cto32, ctz64, cto64,j_mayer1-0/+97
2007-10-28Use the shiny new clz helpers.ths2-6/+4
2007-10-28Less debug noise from the mipsnet driver.ths1-3/+3
2007-10-28Alpha coding style and inlining fixes.j_mayer5-81/+98
2007-10-28PowerPC coding style and inlining fixes.j_mayer3-42/+46
2007-10-27PowerPC floating-point helper typo.j_mayer1-2/+2
2007-10-27PowerPC float bugfix: 64 bits float mantissa is 52 bits long.j_mayer1-2/+2
2007-10-27Fix PowerPC FPSCR update and floating-point exception generationj_mayer9-349/+1122
2007-10-27PowerPC user-mode fix: MSR is now entirelly set-up in the cpu_reset routine.j_mayer2-2/+0
2007-10-27Fix endianness bug for PowerPC stfiwx instruction.j_mayer1-2/+11
2007-10-27Add sharable clz/clo inline functions and use them for the mips target.ths4-49/+137
2007-10-26The other half of the mul64 rework. Sorry for the breakage, I committedths3-5/+7
2007-10-26 Add const etc. to places forgotten from the previous commitblueswir16-9/+9
2007-10-26 Use const and static as needed, disable unused codeblueswir128-221/+163
2007-10-26Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir122-125/+203
2007-10-26Fix Windows build failure, by Stefan Weil.ths1-3/+4
2007-10-26For consistency, align the address to the cache line before using it,j_mayer1-2/+2
2007-10-26Bugfix in PowerPC dcbi instruction:j_mayer1-5/+2
2007-10-26Pretty dump for specific PowerPC instructions names.j_mayer1-35/+75
2007-10-26Make PowerPC hypervisor resources able to compile, even if not enabled for now.j_mayer1-6/+18
2007-10-26Bugfix: PowerPC 64 slbia never invalidates the first segment entry.j_mayer1-1/+2
2007-10-25Fix PowerPC 64x64 bits multiplication overflow check.j_mayer1-1/+2
2007-10-25Use host-utils for Alpha 64x64 bits multiplications.j_mayer3-25/+11
2007-10-25Use host-utils for PowerPC 64 64x64 bits multiplications.j_mayer3-78/+3
2007-10-25Add PowerPC power-management state check callback.j_mayer1-0/+1
2007-10-25Implement power-management for all defined PowerPC CPUs.j_mayer2-30/+174
2007-10-25Restore a more maintainable version of the 64bit multiply code.ths1-34/+69
2007-10-25Update PowerPC emulation status file.j_mayer1-20/+39
2007-10-25Allow selection of all defined PowerPC 74xx (aka G4) CPUs.j_mayer1-36/+0
2007-10-25Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer11-471/+407
2007-10-25Fix gdb stub for MIPS64.ths1-11/+28
2007-10-24Fix typo, spotted by Edivaldo de Araujo Pereira.ths1-3/+3
2007-10-24Remove bogus instruction decode.ths1-1/+0
2007-10-24Force proper sign extension for mfc0/mfhc0 on MIPS64.ths1-2/+2
2007-10-23Fix writable length of the index register.ths1-1/+8
2007-10-23Enforce proper sign extension for lwl/lwr on MIPS64.ths1-1/+3
2007-10-23Fix overflow when multiplying two large positive numbers.ths1-2/+4
2007-10-23Fix CLO calculation for MIPS64. And a small code cleanup.ths1-5/+5
2007-10-23Use the standard ASE check for MIPS-3D and MT.ths3-93/+80
2007-10-23Switch bc1any* instructions off if no MIPS-3D is implemented.ths1-1/+9