summaryrefslogtreecommitdiff
path: root/target-ppc/op_helper.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-04Make PowerPC cache line size implementation dependant.j_mayer1-0/+2
2007-10-01Handle all MMU models in switches, even if it's just to abort because of lackj_mayer1-0/+1
2007-10-01Remove definitions for deprecated SLB & TLB related op helpers.j_mayer1-13/+0
2007-09-30* Update OEA environment, following the PowerPC 2.04 specification:j_mayer1-0/+3
2007-09-30Implement Process Priority Register as defined in the PowerPC 2.04 spec.j_mayer1-0/+3
2007-09-30Implement new floating-point instructions (fre, frin, friz, frip, frim)j_mayer1-0/+5
2007-09-26Great rework and cleanups to ease PowerPC implementations definitions.j_mayer1-1/+1
2007-09-21Rework PowerPC 440 TLB management (thanks to Hollis Blanchard)j_mayer1-9/+5
2007-09-19Code provision for PowerPC BookE MMU model support.j_mayer1-0/+12
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-04-16Fix a lot of debug traces for PowerPC emulation: use logfile instead of stdoutj_mayer1-0/+4
2007-03-30Fix rfi instruction: do not depend on current execution modej_mayer1-5/+6
2007-03-23Add missing PowerPC 64 instructionsj_mayer1-0/+7
2007-03-22PowerPC bugfixes:j_mayer1-0/+4
2007-03-21Fix compilation on 32 bits hosts (pb reported by Thiemo Seufer)j_mayer1-3/+2
2007-03-20PowerPC 2.03 SPE extension - first pass.j_mayer1-0/+281
2007-03-18As icbi is not a priviledge instruction and is treated as a load by the MMUj_mayer1-5/+2
2007-03-17Make it safe to use 64 bits GPR and/or 64 bits host registers.j_mayer1-8/+46
2007-03-07Great PowerPC emulation code resynchronisation and improvments:j_mayer1-0/+132