summaryrefslogtreecommitdiffstats
path: root/target-ppc
Commit message (Expand)AuthorAgeFilesLines
...
* Add vavg{s,u}{b,h,w} instructions.aurel322009-01-033-0/+33
* Add v{add,sub}u{b,h,w}m instructions.aurel322009-01-033-0/+32
* Add GEN_VXFORM macro for subsequent instructions.aurel322009-01-031-0/+17
* Add helper macros for later patches.aurel322009-01-031-0/+22
* Fix TCG error in gen_avr_ptr.aurel322009-01-031-1/+1
* target-ppc: fix TGC type mismatch introduced by r6146aurel322009-01-031-1/+1
* tcg_temp_local_new should take no parameteraurel322009-01-011-1/+1
* VM load/save support for PPC CPUblueswir12008-12-301-0/+165
* target-ppc: improve correctness of the fsel instructionaurel322008-12-291-1/+1
* target-ppc: fix stsw/stswi instructionsaurel322008-12-291-2/+3
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-3/+3
* target-ppc: add gen_avr_ptr function.aurel322008-12-181-0/+7
* target-ppc: use float_flag_divbyzero instead of checking the operandsaurel322008-12-181-21/+7
* target-ppc: fix type of spe_acc.aurel322008-12-181-1/+1
* target-ppc: fix a typoaurel322008-12-181-1/+1
* target-ppc: add Altivec logical operationsaurel322008-12-181-0/+18
* target-ppc: fix fres, fsqrte and remove useless codeaurel322008-12-181-57/+10
* target-ppc: add comments about constants introduced in revision 6046aurel322008-12-161-3/+3
* target-ppc: fix a typo introduced in revision 6058aurel322008-12-161-1/+1
* target-ppc: IBM PowerPC 440EP Bamboo reference board emulationaurel322008-12-161-0/+1
* target-ppc: Enable KVM for ppcemb.aurel322008-12-164-0/+334
* target-ppc: update comment about precise emulationaurel322008-12-151-2/+1
* target-ppc: remove dead codeaurel322008-12-151-1/+0
* target-ppc: enable PRECISE_EMULATION by defaultaurel322008-12-151-1/+1
* target-ppc: fmadd/fmsub/fmnadd/fmnsub can generate VXIMZ or VXIZI exceptionsaurel322008-12-151-12/+52
* target-ppc: fadd/fsub: correctly propagate NaNaurel322008-12-151-18/+8
* target-ppc: use the new fp functionsaurel322008-12-151-50/+23
* target-ppc: correctly propagate NaN in divisionaurel322008-12-151-1/+1
* target-ppc: fix fload_invalid_op_excp()aurel322008-12-151-9/+7
* target-ppc: use a correct value to represent 1.0aurel322008-12-151-9/+12
* target-ppc: update nip before calling an helper in FP instructionsaurel322008-12-151-2/+32
* target-ppc: fix TCGv type in fcmpu/fcmpoaurel322008-12-151-4/+4
* target-ppc: add signed fields to ppc_avr_t.aurel322008-12-151-0/+3
* target-ppc: fix frsp instructionaurel322008-12-151-2/+5
* target-ppc: fix mtfsf and mtfsfi instructionsaurel322008-12-151-3/+3
* target-ppc: fix fcmp{o,u} instructionsaurel322008-12-143-31/+41
* target-ppc: remove FPRF optimizationaurel322008-12-141-29/+0
* target-ppc: fix mtfsb0 and mtfsb1aurel322008-12-143-4/+26
* target-ppc: display FPSCR in register dumpaurel322008-12-141-0/+1
* target-ppc: fix mbar opcodeaurel322008-12-141-1/+1
* target-ppc: fix fsel instructionaurel322008-12-141-5/+3
* target-ppc: keep only the table version for mfromaurel322008-12-131-18/+4
* target-ppc: use accessors to access fp_status exception_flagsaurel322008-12-131-7/+10
* target-ppc: fix compilation with PRECISE_EMULATIONaurel322008-12-131-4/+3
* target-ppc: fix compilation with CONFIG_SOFTFLOATaurel322008-12-132-20/+20
* target-ppc: remove remaining warningsaurel322008-12-114-17/+11
* target-ppc: remove unneeded includeaurel322008-12-111-1/+0
* target-ppc: rework exception codeaurel322008-12-116-303/+287
* target-ppc: remove dead codeaurel322008-12-111-2/+0
* target-ppc: enable SPE and Altivec in user modeaurel322008-12-101-0/+2
OpenPOWER on IntegriCloud