summaryrefslogtreecommitdiffstats
path: root/target-ppc
Commit message (Expand)AuthorAgeFilesLines
...
* Add GEN_VXFORM_UIMM macro for subsequent instructions.aurel322009-01-041-0/+20
* Add GEN_VXFORM_SIMM macro for subsequent instructions.aurel322009-01-041-0/+18
* Add vsldoi instruction.aurel322009-01-043-0/+50
* Add vrl{b,h,w} instructions.aurel322009-01-043-0/+21
* Add lvs{l,r} instructions.aurel322009-01-043-0/+52
* Add v{add,sub}cuw instructions.aurel322009-01-043-0/+20
* Add vs{l,r}o instructions.aurel322009-01-043-0/+31
* Add vsl{b,h,w} instructions.aurel322009-01-043-0/+21
* Add vsr{,a}{b,h,w} instructions.aurel322009-01-043-0/+30
* Add vmul{e,o}{s,u}{b,h} instructions.aurel322009-01-043-0/+38
* Add vmrg{l,h}{b,h,w} instructions.aurel322009-01-043-0/+47
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-047-7/+7
* Add vscr access macros.aurel322009-01-031-0/+7
* Add v{min, max}{s, u}{b, h, w} instructions.aurel322009-01-033-0/+48
* 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
OpenPOWER on IntegriCloud