Fix typo
[qemu] / target-ppc / op_helper.c
2009-05-13 malcFix typo that leads to out of bounds array access on...
2009-03-09 aurel32targe-ppc: optimize mfcr and mtcrf
2009-03-07 blueswir1Fix RFI(d)
2009-03-07 blueswir1Implement slbmte
2009-02-09 aurel32target-ppc: Add vrsqrtefp instruction
2009-02-09 aurel32target-ppc: Add vrefp instruction
2009-02-09 aurel32target-ppc: Add vct{u,s}xs instructions
2009-02-09 aurel32target-ppc: Add vcmp{eq, ge, gt, b}fp{, .} instructions
2009-02-09 aurel32target-ppc: Add vmaddfp and vnmsubfp instructions
2009-02-09 aurel32target-ppc: Add v{add,sub}fp instructions
2009-02-09 aurel32target-ppc: Add v{max,min}fp instructions
2009-02-05 aurel32target-ppc: change instruction name vrlogefp into vlogefp
2009-02-05 aurel32target-ppc: add vrlogefp instruction
2009-02-04 aurel32target-ppc: fix previous commit
2009-02-04 aurel32target-ppc: use the new float constants
2009-02-04 aurel32Add vcf{u,s}x instructions
2009-02-04 aurel32Add vrfi{m,n,p,z} instructions
2009-02-04 aurel32Add various NaN-handling macros
2009-02-03 aurel32Make mtvscr use a helper
2009-02-03 aurel32Rename spe_status to vec_status
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriClean up debugging code #ifdefs (Eduardo Habkost)
2009-01-08 aurel32Add v{add, sub}{s, u}{b, h, w}s instructions
2009-01-08 aurel32Add vspltis{b,h,w} instructions
2009-01-08 aurel32Add vs{l,r} instructions
2009-01-08 aurel32Add vcmpequ{b, h, w} and vcmpgt{s, u}{b, h, w} instructions
2009-01-05 aurel32target-ppc: fix compilation on BigEndian
2009-01-04 aurel32Add vsumsws, vsum2sws, and vsum4{sbs, shs,ubs} instruct...
2009-01-04 aurel32Add {l,st}ve{b,h,w}x instructions.
2009-01-04 aurel32Add vmladduhm instruction.
2009-01-04 aurel32Add vmsumsh{m,s} instructions.
2009-01-04 aurel32Add vmsumuh{m,s} instructions.
2009-01-04 aurel32Add vmh{,r}addshs instructions.
2009-01-04 aurel32Add vpkpx instruction.
2009-01-04 aurel32Add vpks{h, w}{s, u}s, vpku{h, w}us, and vpku{h, w...
2009-01-04 aurel32Add saturating arithmetic conversion functions for...
2009-01-04 aurel32Add vsel and vperm instructions.
2009-01-04 aurel32Add vmsum{u,m}bm instructions.
2009-01-04 aurel32Add vupk{h,l}s{b,h} instructions.
2009-01-04 aurel32Add vupk{h,l}px instructions.
2009-01-04 aurel32Add vsplt{b,h,w} instructions.
2009-01-04 aurel32Add vsldoi instruction.
2009-01-04 aurel32Add vrl{b,h,w} instructions.
2009-01-04 aurel32Add lvs{l,r} instructions.
2009-01-04 aurel32Add v{add,sub}cuw instructions.
2009-01-04 aurel32Add vs{l,r}o instructions.
2009-01-04 aurel32Add vsl{b,h,w} instructions.
2009-01-04 aurel32Add vsr{,a}{b,h,w} instructions.
2009-01-04 aurel32Add vmul{e,o}{s,u}{b,h} instructions.
2009-01-04 aurel32Add vmrg{l,h}{b,h,w} instructions.
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2009-01-03 aurel32Add v{min, max}{s, u}{b, h, w} instructions.
2009-01-03 aurel32Add vavg{s,u}{b,h,w} instructions.
2009-01-03 aurel32Add v{add,sub}u{b,h,w}m instructions.
2009-01-03 aurel32Add helper macros for later patches.
2008-12-29 aurel32target-ppc: improve correctness of the fsel instruction
2008-12-29 aurel32target-ppc: fix stsw/stswi instructions
2008-12-18 aurel32target-ppc: use float_flag_divbyzero instead of checkin...
2008-12-18 aurel32target-ppc: fix fres, fsqrte and remove useless code
2008-12-16 aurel32target-ppc: add comments about constants introduced...
2008-12-15 aurel32target-ppc: fmadd/fmsub/fmnadd/fmnsub can generate...
2008-12-15 aurel32target-ppc: fadd/fsub: correctly propagate NaN
2008-12-15 aurel32target-ppc: use the new fp functions
2008-12-15 aurel32target-ppc: correctly propagate NaN in division
2008-12-15 aurel32target-ppc: fix fload_invalid_op_excp()
2008-12-15 aurel32target-ppc: use a correct value to represent 1.0
2008-12-15 aurel32target-ppc: fix frsp instruction
2008-12-15 aurel32target-ppc: fix mtfsf and mtfsfi instructions
2008-12-14 aurel32target-ppc: fix fcmp{o,u} instructions
2008-12-14 aurel32target-ppc: fix mtfsb0 and mtfsb1
2008-12-14 aurel32target-ppc: fix fsel instruction
2008-12-13 aurel32target-ppc: keep only the table version for mfrom
2008-12-13 aurel32target-ppc: use accessors to access fp_status exception...
2008-12-13 aurel32target-ppc: fix compilation with PRECISE_EMULATION
2008-12-13 aurel32target-ppc: fix compilation with CONFIG_SOFTFLOAT
2008-12-11 aurel32target-ppc: remove remaining warnings
2008-12-11 aurel32target-ppc: rework exception code
2008-12-08 aurel32target-ppc: kill a warning
2008-12-08 aurel32target-ppc: cleanup op_helper.c after TCG conversion
2008-12-08 aurel32target-ppc: memory load/store rework
2008-12-07 aurel32target-ppc: convert SPR accesses to TCG
2008-12-07 aurel32target-ppc: remove dead code
2008-12-06 aurel32target-ppc: convert SLB/TLB instructions to TCG
2008-12-06 aurel32target-ppc: convert dcr load/store to TCG
2008-12-06 aurel32target-ppc: convert msr load/store to TCG
2008-12-06 aurel32target-ppc: convert POWER bridge instructions to TCG
2008-11-30 aurel32target-ppc: use ldl/ldub/stl/stub for load/store in...
2008-11-30 aurel32target-ppc: convert PPC 440 instructions to TCG
2008-11-30 aurel32target-ppc: convert return from interrupt instructions...
2008-11-30 aurel32target-ppc: convert lscbx instruction to TCG
2008-11-30 aurel32target-ppc: convert load/store string instructions...
2008-11-30 aurel32target-ppc: convert icbi instruction to TCG
2008-11-30 aurel32target-ppc: convert dcbz instruction to TCG
2008-11-30 aurel32target-ppc: convert load/store multiple instructions...
2008-11-30 aurel32target-ppc: convert mfrom instruction to TCG
2008-11-30 aurel32target-ppc: convert software TLB instructions to TCG
2008-11-24 aurel32target-ppc: convert trap instructions to TCG
2008-11-23 aurel32target-ppc: convert FPU load/store to TCG
2008-11-23 aurel32target-ppc: convert SPE FP ops to TCG
2008-11-22 aurel32target-ppc: convert exceptions generation to TCG
next