summaryrefslogtreecommitdiff
path: root/target-ppc/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-04Make PowerPC cache line size implementation dependant.j_mayer1-6/+6
2007-10-01Handle all MMU models in switches, even if it's just to abort because of lackj_mayer1-0/+21
2007-10-01Avoid op helpers that would just call helpers for TLB & SLB management:j_mayer1-143/+0
2007-09-30* Update OEA environment, following the PowerPC 2.04 specification:j_mayer1-0/+16
2007-09-30Implement Process Priority Register as defined in the PowerPC 2.04 spec.j_mayer1-0/+8
2007-09-30Implement new floating-point instructions (fre, frin, friz, frip, frim)j_mayer1-0/+56
2007-09-29Rework PowerPC exceptions model to make it more versatile:j_mayer1-8/+12
2007-09-26Great rework and cleanups to ease PowerPC implementations definitions.j_mayer1-47/+46
2007-09-21Rework PowerPC 440 TLB management (thanks to Hollis Blanchard)j_mayer1-110/+89
2007-09-19TARGET_FMT_lu may also be useful.j_mayer1-1/+2
2007-09-19Code provision for PowerPC BookE MMU model support.j_mayer1-0/+147
2007-09-17PowerPC flags update/use fixes:j_mayer1-10/+10
2007-09-17Coding style fixes in PowerPC related code (no functional change):j_mayer1-5/+6
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-5/+5
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths1-4/+0
2007-04-24Debug traces fixes.j_mayer1-19/+20
2007-04-24Code provision for new PowerPC embedded target support with:j_mayer1-2/+2
2007-04-24Improve PowerPC 405 MMU model / share more code for other embedded targetsj_mayer1-32/+16
2007-04-16PowerPC 4xx software driven TLB fixes + debug traces.j_mayer1-4/+48
2007-04-16Add reset callbacks for PowerPC CPU.j_mayer1-29/+1
2007-04-16Fix a lot of debug traces for PowerPC emulation: use logfile instead of stdoutj_mayer1-4/+37
2007-04-12Embedded PowerPC Device Control Registers infrastructure.j_mayer1-5/+11
2007-03-31Merge PowerPC 405 MMU model.j_mayer1-33/+101
2007-03-30Fix rfi instruction: do not depend on current execution modej_mayer1-37/+75
2007-03-23Add missing PowerPC 64 instructionsj_mayer1-1/+63
2007-03-22PowerPC bugfixes:j_mayer1-2/+79
2007-03-20PowerPC 2.03 SPE extension - first pass.j_mayer1-1/+868
2007-03-18As icbi is not a priviledge instruction and is treated as a load by the MMUj_mayer1-29/+0
2007-03-17Make it safe to use 64 bits GPR and/or 64 bits host registers.j_mayer1-116/+389
2007-03-07Great PowerPC emulation code resynchronisation and improvments:j_mayer1-35/+661
2006-04-23removed unnecessary headerbellard1-1/+0
2005-07-04correct split between helper.c and op_helper.c - moved some uops to op_helper...bellard1-70/+365
2005-07-02simplified PowerPC exception handling (Jocelyn Mayer)bellard1-6/+0
2005-07-02preliminary patch to support more PowerPC CPUs (Jocelyn Mayer)bellard1-273/+4
2005-06-04xec_bc mask fixbellard1-1/+1
2005-03-13fpu fixes (Jocelyn Mayer) - soft float supportbellard1-48/+97
2005-02-15ppc fixes (Jocelyn Mayer)bellard1-5/+12
2005-02-08ppc fixes - gcc 3.4 compile fix (initial patch by Jocelyn Mayer)bellard1-1/+1
2004-10-09monitor fixesbellard1-2/+2
2004-07-10removed stdout reference (not portable)bellard1-3/+1
2004-05-23PowerPC mergebellard1-10/+95
2004-05-21PowerPC merge: real time TB and decrementer - faster and simpler exception ha...bellard1-26/+26
2004-04-26ppc fixes (Jocelyn Mayer)bellard1-0/+10
2004-04-12PowerPC system emulation fixes (Jocelyn Mayer)bellard1-39/+11
2004-02-03added tlb_flush() flagsbellard1-1/+1
2004-01-18PowerPC merge (Jocelyn Mayer)bellard1-1/+5
2004-01-04PowerPC system emulation (Jocelyn Mayer) - modified patch to use new TLB apibellard1-0/+445