summaryrefslogtreecommitdiffstats
path: root/target-ppc/op_helper.h
Commit message (Expand)AuthorAgeFilesLines
* target-ppc: convert 405 MAC instructions to TCGaurel322008-11-011-1/+0
* target-ppc: convert arithmetic functions to TCGaurel322008-11-011-32/+0
* Revert commits 5082 and 5083aurel322008-08-241-0/+6
* PPC: Switch a few instructions to TCGaurel322008-08-241-6/+0
* PPC: fix efstst* instructionsaurel322008-05-061-6/+6
* Revert revisions r4168 and r4169. That's work in progress, not ready for trun...aurel322008-04-071-3/+3
* Always enable precise emulation when softfloat is usedaurel322008-04-071-3/+3
* Use float32/64 instead of float/doubleaurel322008-03-131-67/+37
* Add new sane low-level memory accessors for PowerPC that do properj_mayer2007-11-221-4/+0
* Always make PowerPC hypervisor mode memory accesses and instructionsj_mayer2007-11-161-2/+0
* Allow use of SPE extension by all PowerPC targets,j_mayer2007-11-121-4/+0
* Optimize PowerPC overflow flag computation in most useful cases.j_mayer2007-11-111-1/+0
* PowerPC 601 need specific callbacks for its BATs setup.j_mayer2007-11-041-1/+1
* Make Alpha and PowerPC targets use shared helpersj_mayer2007-10-281-72/+4
* Fix PowerPC FPSCR update and floating-point exception generationj_mayer2007-10-271-1/+14
* Use host-utils for PowerPC 64 64x64 bits multiplications.j_mayer2007-10-251-2/+0
* Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer2007-10-251-2/+1
* PowerPC target optimisations: make intensive use of always_inline.j_mayer2007-10-071-15/+15
* Make PowerPC cache line size implementation dependant.j_mayer2007-10-041-0/+2
* Handle all MMU models in switches, even if it's just to abort because of lackj_mayer2007-10-011-0/+1
* Remove definitions for deprecated SLB & TLB related op helpers.j_mayer2007-10-011-13/+0
* * Update OEA environment, following the PowerPC 2.04 specification:j_mayer2007-09-301-0/+3
* Implement Process Priority Register as defined in the PowerPC 2.04 spec.j_mayer2007-09-301-0/+3
* Implement new floating-point instructions (fre, frin, friz, frip, frim)j_mayer2007-09-301-0/+5
* Great rework and cleanups to ease PowerPC implementations definitions.j_mayer2007-09-261-1/+1
* Rework PowerPC 440 TLB management (thanks to Hollis Blanchard)j_mayer2007-09-211-9/+5
* Code provision for PowerPC BookE MMU model support.j_mayer2007-09-191-0/+12
* 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
* Fix a lot of debug traces for PowerPC emulation: use logfile instead of stdoutj_mayer2007-04-161-0/+4
* Fix rfi instruction: do not depend on current execution modej_mayer2007-03-301-5/+6
* Add missing PowerPC 64 instructionsj_mayer2007-03-231-0/+7
* PowerPC bugfixes:j_mayer2007-03-221-0/+4
* Fix compilation on 32 bits hosts (pb reported by Thiemo Seufer)j_mayer2007-03-211-3/+2
* PowerPC 2.03 SPE extension - first pass.j_mayer2007-03-201-0/+281
* As icbi is not a priviledge instruction and is treated as a load by the MMUj_mayer2007-03-181-5/+2
* Make it safe to use 64 bits GPR and/or 64 bits host registers.j_mayer2007-03-171-8/+46
* Great PowerPC emulation code resynchronisation and improvments:j_mayer2007-03-071-0/+132
OpenPOWER on IntegriCloud