aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc/op_helper_mem.h
AgeCommit message (Expand)AuthorFilesLines
2008-03-13Use float32/64 instead of float/doubleaurel321-12/+6
2007-11-22Add new sane low-level memory accessors for PowerPC that do properj_mayer1-119/+21
2007-10-26For consistency, align the address to the cache line before using it,j_mayer1-2/+2
2007-10-07PowerPC target optimisations: make intensive use of always_inline.j_mayer1-4/+5
2007-10-04More cache tuning fixes:j_mayer1-1/+1
2007-10-04Make PowerPC cache line size implementation dependant.j_mayer1-4/+98
2007-09-19More PowerPC target cleanups:j_mayer1-25/+25
2007-09-17Coding style fixes in PowerPC related code (no functional change):j_mayer1-1/+1
2007-03-18As icbi is not a priviledge instruction and is treated as a load by the MMUj_mayer1-0/+29
2007-03-17Make it safe to use 64 bits GPR and/or 64 bits host registers.j_mayer1-22/+134
2007-03-07Great PowerPC emulation code resynchronisation and improvments:j_mayer1-41/+165
2005-06-05added back loglevel testbellard1-4/+12
2005-06-04removed dynamic test of tracesbellard1-12/+12
2005-04-23This patch adds little-endian mode support to PPC emulation.bellard1-0/+49
2005-01-0364 bit target supportbellard1-4/+4
2004-01-04suppressed explicit access type and use the exception routine to infer it fro...bellard1-5/+4
2004-01-04PowerPC system emulation (Jocelyn Mayer) - modified patch to use new TLB apibellard1-0/+44