aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc/op_mem.h
AgeCommit message (Expand)AuthorFilesLines
2008-03-13Use float32/64 instead of float/doubleaurel321-48/+21
2007-11-22Add new sane low-level memory accessors for PowerPC that do properj_mayer1-401/+249
2007-11-19PowerPC instruction fixes:j_mayer1-6/+6
2007-11-12Allow use of SPE extension by all PowerPC targets,j_mayer1-6/+0
2007-11-12More PowerPC target -1 usage fixes (reservation address).j_mayer1-8/+8
2007-10-27Fix endianness bug for PowerPC stfiwx instruction.j_mayer1-2/+11
2007-10-07Implement PowerPC Altivec load & stores, used by Apple firmware for memcpy.j_mayer1-0/+60
2007-10-07PowerPC target coding style fixes.j_mayer1-2/+0
2007-10-07PowerPC target optimisations: make intensive use of always_inline.j_mayer1-48/+58
2007-10-04Make PowerPC cache line size implementation dependant.j_mayer1-8/+114
2007-09-30Improve single-precision floats load & stores:j_mayer1-12/+55
2007-09-29Rework PowerPC exceptions model to make it more versatile:j_mayer1-20/+28
2007-09-17PowerPC flags update/use fixes:j_mayer1-16/+16
2007-09-17Coding style fixes in PowerPC related code (no functional change):j_mayer1-25/+25
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-04-24Code provision for new PowerPC embedded target support with:j_mayer1-4/+4
2007-03-23Add missing PowerPC 64 instructionsj_mayer1-0/+54
2007-03-20PowerPC 2.03 SPE extension - first pass.j_mayer1-7/+267
2007-03-18As icbi is not a priviledge instruction and is treated as a load by the MMUj_mayer1-0/+15
2007-03-17Make it safe to use 64 bits GPR and/or 64 bits host registers.j_mayer1-64/+474
2007-03-07Great PowerPC emulation code resynchronisation and improvments:j_mayer1-48/+94
2005-04-23This patch adds little-endian mode support to PPC emulation.bellard1-0/+180
2005-01-0364 bit target supportbellard1-22/+22
2004-05-21PowerPC merge: real time TB and decrementer - faster and simpler exception ha...bellard1-6/+3
2004-02-21lwarx fix (Jocelyn Mayer)bellard1-2/+2
2004-01-18PowerPC merge (Jocelyn Mayer)bellard1-0/+13
2004-01-04suppressed explicit access type and use the exception routine to infer it fro...bellard1-40/+34
2004-01-04PowerPC system emulation (Jocelyn Mayer) - modified patch to use new TLB apibellard1-0/+187