target-ppc: Add float register read/write using XML
[qemu] / target-ppc / op_helper.c
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
2008-11-19 aurel32target-ppc: convert fp ops to TCG
2008-11-17 pbrookTCG variable type checking.
2008-11-10 aurel32target-ppc: convert most SPE integer instructions to TCG
2008-11-01 aurel32target-ppc: optimize popcntb
2008-11-01 aurel32target-ppc: convert 405 MAC instructions to TCG
2008-11-01 aurel32target-ppc: convert arithmetic functions to TCG
2008-10-21 aurel32target-ppc: convert logical instructions to TCG
2008-10-21 aurel32target-ppc: convert crf related instructions to TCG
2008-10-21 aurel32target-ppc: Convert XER accesses to TCG
2008-10-14 aurel32PPC: convert effective address computation to TCG
2008-10-01 aurel32target-ppc: fix computation of XER.{CA, OV} in addme...
2008-10-01 aurel32target-ppc: fix mullw/mullwo
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-08-24 aurel32Revert commits 5082 and 5083
2008-08-24 aurel32PPC: Switch a few instructions to TCG
2008-05-25 pbrookFix off-by-one unwinding error.
2008-04-07 aurel32Revert revisions r4168 and r4169. That's work in progre...
2008-04-07 aurel32Always enable precise emulation when softfloat is used
2008-03-13 aurel32Math functions helper for CONFIG_SOFTFLOAT=yes
2008-03-13 aurel32Use float32/64 instead of float/double
next