summaryrefslogtreecommitdiffstats
path: root/target-ppc/helper.c
Commit message (Expand)AuthorAgeFilesLines
...
* PowerPC target optimisations: make intensive use of always_inline.j_mayer2007-10-071-21/+24
* Add MSR bits signification per PowerPC implementation flags (to be continued).j_mayer2007-10-071-16/+8
* Full implementation of PowerPC 64 MMU, just missing support for 1 TBj_mayer2007-10-051-43/+167
* PowerPC hardware reset vector is now considered as part of the exception model.j_mayer2007-10-051-5/+1
* Enable PowerPC 64 MMU model and exceptions.j_mayer2007-10-031-68/+71
* Fix PowerPC initialisation and first reset:j_mayer2007-10-031-1/+4
* We never have to export ppc_set_irq.j_mayer2007-10-031-0/+13
* Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.cj_mayer2007-10-011-12/+6
* Handle all MMU models in switches, even if it's just to abort because of lackj_mayer2007-10-011-7/+100
* Avoid op helpers that would just call helpers for TLB & SLB management:j_mayer2007-10-011-28/+90
* Fix PowerPC TLB miss dump code.j_mayer2007-09-301-2/+2
* XER is to be treated as a 64 bits register on 64 bits implementations,j_mayer2007-09-301-2/+2
* Rework PowerPC exceptions model to make it more versatile:j_mayer2007-09-291-465/+528
* Great rework and cleanups to ease PowerPC implementations definitions.j_mayer2007-09-261-126/+161
* Avoid compilation warnings on 32 bits hosts.j_mayer2007-09-211-1/+3
* More PowerPC definitions, from POWER 2.04 specifications and misc sources.j_mayer2007-09-211-0/+12
* Make CPU hflags be a masked version of the PowerPC MSR.j_mayer2007-09-211-3/+4
* Code provision for PowerPC BookE MMU model support.j_mayer2007-09-191-11/+68
* Code provision for PowerPC 64 MMU model support.j_mayer2007-09-191-65/+276
* Coding style fixes in PowerPC related code (no functional change):j_mayer2007-09-171-10/+16
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-3/+3
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-8/+8
* Fix crash in set registers in PPC gdb-stub, by Jason Wessel.ths2007-07-121-4/+6
* Improve PowerPC 405 MMU model / share more code for other embedded targetsj_mayer2007-04-241-22/+74
* No functional changes:j_mayer2007-04-191-49/+65
* PowerPC 4xx software driven TLB fixes + debug traces.j_mayer2007-04-161-27/+111
* Add reset callbacks for PowerPC CPU.j_mayer2007-04-161-0/+78
* Add bus model (or input pins) into PowerPC CPU flags.j_mayer2007-04-161-0/+7
* Fix a lot of debug traces for PowerPC emulation: use logfile instead of stdoutj_mayer2007-04-161-14/+39
* Fix miscellaneous display warnings for PowerPC & alpha targetsj_mayer2007-04-141-5/+5
* Implement embedded IRQ controller for PowerPC 6xx/740 & 750.j_mayer2007-04-091-6/+10
* cpu_get_phys_page_debug should return target_phys_addr_tj_mayer2007-04-071-2/+2
* Support for PowerPC BookE exception model.j_mayer2007-03-311-49/+92
* Merge PowerPC 405 MMU model.j_mayer2007-03-311-17/+142
* As embedded PowerPC TLB model is very different from PowerPC 6xx ones,j_mayer2007-03-311-11/+9
* New model for PowerPC CPU hardware interrupt events:j_mayer2007-03-301-0/+83
* Add missing PowerPC 64 instructionsj_mayer2007-03-231-2/+3
* Fix debug printf: we need different macros for target_ulong printsj_mayer2007-03-231-46/+53
* Make it safe to use 64 bits GPR and/or 64 bits host registers.j_mayer2007-03-171-38/+71
* Great PowerPC emulation code resynchronisation and improvments:j_mayer2007-03-071-415/+674
* PPC32 Trace Exception and Trap instruction, by Jason Wessel.ths2007-01-051-2/+0
* specialize the power save code for 7x0 CPUsbellard2005-11-261-1/+14
* halt state support for ppcbellard2005-11-231-0/+5
* removed unneeded codebellard2005-11-201-11/+1
* avoid using physical accesses in user emulationbellard2005-10-301-9/+29
* correct split between helper.c and op_helper.c - moved some uops to op_helper...bellard2005-07-041-88/+15
* simplified PowerPC exception handling (Jocelyn Mayer)bellard2005-07-021-106/+396
* preliminary patch to support more PowerPC CPUs (Jocelyn Mayer)bellard2005-07-021-46/+361
* MMU fix - temporary osi_call support - xec_bc mask fixbellard2005-06-041-36/+35
* fpu fixes (Jocelyn Mayer) - soft float supportbellard2005-03-131-2/+1
OpenPOWER on IntegriCloud