summaryrefslogtreecommitdiffstats
path: root/target-ppc/op_mem.h
Commit message (Expand)AuthorAgeFilesLines
* Use float32/64 instead of float/doubleaurel322008-03-131-48/+21
* Add new sane low-level memory accessors for PowerPC that do properj_mayer2007-11-221-401/+249
* PowerPC instruction fixes:j_mayer2007-11-191-6/+6
* Allow use of SPE extension by all PowerPC targets,j_mayer2007-11-121-6/+0
* More PowerPC target -1 usage fixes (reservation address).j_mayer2007-11-121-8/+8
* Fix endianness bug for PowerPC stfiwx instruction.j_mayer2007-10-271-2/+11
* Implement PowerPC Altivec load & stores, used by Apple firmware for memcpy.j_mayer2007-10-071-0/+60
* PowerPC target coding style fixes.j_mayer2007-10-071-2/+0
* PowerPC target optimisations: make intensive use of always_inline.j_mayer2007-10-071-48/+58
* Make PowerPC cache line size implementation dependant.j_mayer2007-10-041-8/+114
* Improve single-precision floats load & stores:j_mayer2007-09-301-12/+55
* Rework PowerPC exceptions model to make it more versatile:j_mayer2007-09-291-20/+28
* PowerPC flags update/use fixes:j_mayer2007-09-171-16/+16
* Coding style fixes in PowerPC related code (no functional change):j_mayer2007-09-171-25/+25
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-1/+1
* Code provision for new PowerPC embedded target support with:j_mayer2007-04-241-4/+4
* Add missing PowerPC 64 instructionsj_mayer2007-03-231-0/+54
* PowerPC 2.03 SPE extension - first pass.j_mayer2007-03-201-7/+267
* As icbi is not a priviledge instruction and is treated as a load by the MMUj_mayer2007-03-181-0/+15
* Make it safe to use 64 bits GPR and/or 64 bits host registers.j_mayer2007-03-171-64/+474
* Great PowerPC emulation code resynchronisation and improvments:j_mayer2007-03-071-48/+94
* This patch adds little-endian mode support to PPC emulation.bellard2005-04-231-0/+180
* 64 bit target supportbellard2005-01-031-22/+22
* PowerPC merge: real time TB and decrementer - faster and simpler exception ha...bellard2004-05-211-6/+3
* lwarx fix (Jocelyn Mayer)bellard2004-02-211-2/+2
* PowerPC merge (Jocelyn Mayer)bellard2004-01-181-0/+13
* suppressed explicit access type and use the exception routine to infer it fro...bellard2004-01-041-40/+34
* PowerPC system emulation (Jocelyn Mayer) - modified patch to use new TLB apibellard2004-01-041-0/+187
OpenPOWER on IntegriCloud