summaryrefslogtreecommitdiffstats
path: root/target-ppc/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* fixed invalid typebellard2007-11-111-2/+2
* Fix POWER abs & abso computation.j_mayer2007-11-111-6/+8
* Optimize PowerPC overflow flag computation in most useful cases.j_mayer2007-11-111-53/+22
* PowerPC 601 need specific callbacks for its BATs setup.j_mayer2007-11-041-5/+16
* PowerPC MMU and exception fixes:j_mayer2007-11-031-3/+6
* Fix two PowerPC FPU emulation bugs (thanks to Aurelien Jarno)j_mayer2007-10-291-2/+2
* Adjust s390 addresses (the MSB is defined as "to be ignored").ths2007-10-291-1/+5
* Make Alpha and PowerPC targets use shared helpersj_mayer2007-10-281-15/+18
* PowerPC coding style and inlining fixes.j_mayer2007-10-281-7/+6
* PowerPC floating-point helper typo.j_mayer2007-10-271-2/+2
* PowerPC float bugfix: 64 bits float mantissa is 52 bits long.j_mayer2007-10-271-2/+2
* Fix PowerPC FPSCR update and floating-point exception generationj_mayer2007-10-271-179/+740
* Fix PowerPC 64x64 bits multiplication overflow check.j_mayer2007-10-251-1/+2
* Use host-utils for PowerPC 64 64x64 bits multiplications.j_mayer2007-10-251-74/+1
* Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer2007-10-251-101/+48
* Generate micro-ops for PowerPC hypervisor mode.j_mayer2007-10-141-0/+5
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-2/+2
* PowerPC target optimisations: make intensive use of always_inline.j_mayer2007-10-071-54/+54
* Make PowerPC cache line size implementation dependant.j_mayer2007-10-041-6/+6
* Handle all MMU models in switches, even if it's just to abort because of lackj_mayer2007-10-011-0/+21
* Avoid op helpers that would just call helpers for TLB & SLB management:j_mayer2007-10-011-143/+0
* * Update OEA environment, following the PowerPC 2.04 specification:j_mayer2007-09-301-0/+16
* Implement Process Priority Register as defined in the PowerPC 2.04 spec.j_mayer2007-09-301-0/+8
* Implement new floating-point instructions (fre, frin, friz, frip, frim)j_mayer2007-09-301-0/+56
* Rework PowerPC exceptions model to make it more versatile:j_mayer2007-09-291-8/+12
* Great rework and cleanups to ease PowerPC implementations definitions.j_mayer2007-09-261-47/+46
* Rework PowerPC 440 TLB management (thanks to Hollis Blanchard)j_mayer2007-09-211-110/+89
* TARGET_FMT_lu may also be useful.j_mayer2007-09-191-1/+2
* Code provision for PowerPC BookE MMU model support.j_mayer2007-09-191-0/+147
* PowerPC flags update/use fixes:j_mayer2007-09-171-10/+10
* Coding style fixes in PowerPC related code (no functional change):j_mayer2007-09-171-5/+6
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-2/+2
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-5/+5
* Clean up of some target specifics in exec.c/cpu-exec.c.ths2007-06-031-4/+0
* Debug traces fixes.j_mayer2007-04-241-19/+20
* Code provision for new PowerPC embedded target support with:j_mayer2007-04-241-2/+2
* Improve PowerPC 405 MMU model / share more code for other embedded targetsj_mayer2007-04-241-32/+16
* PowerPC 4xx software driven TLB fixes + debug traces.j_mayer2007-04-161-4/+48
* Add reset callbacks for PowerPC CPU.j_mayer2007-04-161-29/+1
* Fix a lot of debug traces for PowerPC emulation: use logfile instead of stdoutj_mayer2007-04-161-4/+37
* Embedded PowerPC Device Control Registers infrastructure.j_mayer2007-04-121-5/+11
* Merge PowerPC 405 MMU model.j_mayer2007-03-311-33/+101
* Fix rfi instruction: do not depend on current execution modej_mayer2007-03-301-37/+75
* Add missing PowerPC 64 instructionsj_mayer2007-03-231-1/+63
* PowerPC bugfixes:j_mayer2007-03-221-2/+79
* PowerPC 2.03 SPE extension - first pass.j_mayer2007-03-201-1/+868
* As icbi is not a priviledge instruction and is treated as a load by the MMUj_mayer2007-03-181-29/+0
* Make it safe to use 64 bits GPR and/or 64 bits host registers.j_mayer2007-03-171-116/+389
* Great PowerPC emulation code resynchronisation and improvments:j_mayer2007-03-071-35/+661
* removed unnecessary headerbellard2006-04-231-1/+0
OpenPOWER on IntegriCloud