Always make PowerPC hypervisor mode memory accesses and instructions
[qemu] / target-ppc / op_helper.h
2007-11-16 j_mayerAlways make PowerPC hypervisor mode memory accesses...
2007-11-12 j_mayerAllow use of SPE extension by all PowerPC targets,
2007-11-11 j_mayerOptimize PowerPC overflow flag computation in most...
2007-11-04 j_mayerPowerPC 601 need specific callbacks for its BATs setup.
2007-10-28 j_mayerMake Alpha and PowerPC targets use shared helpers
2007-10-27 j_mayerFix PowerPC FPSCR update and floating-point exception...
2007-10-25 j_mayerUse host-utils for PowerPC 64 64x64 bits multiplications.
2007-10-25 j_mayerGprof prooved the PowerPC emulation spent too much...
2007-10-07 j_mayerPowerPC target optimisations: make intensive use of...
2007-10-04 j_mayerMake PowerPC cache line size implementation dependant.
2007-10-01 j_mayerHandle all MMU models in switches, even if it's just...
2007-10-01 j_mayerRemove definitions for deprecated SLB & TLB related...
2007-09-30 j_mayer* Update OEA environment, following the PowerPC 2.04...
2007-09-30 j_mayerImplement Process Priority Register as defined in the...
2007-09-30 j_mayerImplement new floating-point instructions (fre, frin...
2007-09-26 j_mayerGreat rework and cleanups to ease PowerPC implementatio...
2007-09-21 j_mayerRework PowerPC 440 TLB management (thanks to Hollis...
2007-09-19 j_mayerCode provision for PowerPC BookE MMU model support.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-04-24 j_mayerCode provision for new PowerPC embedded target support...
2007-04-16 j_mayerFix a lot of debug traces for PowerPC emulation: use...
2007-03-30 j_mayerFix rfi instruction: do not depend on current execution...
2007-03-23 j_mayerAdd missing PowerPC 64 instructions
2007-03-22 j_mayerPowerPC bugfixes:
2007-03-21 j_mayerFix compilation on 32 bits hosts (pb reported by Thiemo...
2007-03-20 j_mayerPowerPC 2.03 SPE extension - first pass.
2007-03-18 j_mayerAs icbi is not a priviledge instruction and is treated...
2007-03-17 j_mayerMake it safe to use 64 bits GPR and/or 64 bits host...
2007-03-07 j_mayerGreat PowerPC emulation code resynchronisation and...