summaryrefslogtreecommitdiffstats
path: root/target-ppc/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-25/+8
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-45/+19
* Add v{add, sub}{s, u}{b, h, w}s instructionsaurel322009-01-081-0/+39
* Add vspltis{b,h,w} instructionsaurel322009-01-081-0/+14
* Add vs{l,r} instructionsaurel322009-01-081-0/+39
* Add vcmpequ{b, h, w} and vcmpgt{s, u}{b, h, w} instructionsaurel322009-01-081-0/+36
* target-ppc: fix compilation on BigEndianaurel322009-01-051-1/+1
* Add vsumsws, vsum2sws, and vsum4{sbs, shs,ubs} instructions.aurel322009-01-041-0/+103
* Add {l,st}ve{b,h,w}x instructions.aurel322009-01-041-0/+40
* Add vmladduhm instruction.aurel322009-01-041-0/+9
* Add vmsumsh{m,s} instructions.aurel322009-01-041-0/+34
* Add vmsumuh{m,s} instructions.aurel322009-01-041-0/+34
* Add vmh{,r}addshs instructions.aurel322009-01-041-0/+32
* Add vpkpx instruction.aurel322009-01-041-0/+21
* Add vpks{h, w}{s, u}s, vpku{h, w}us, and vpku{h, w}um instructions.aurel322009-01-041-0/+35
* Add saturating arithmetic conversion functions for subsequent instructions.aurel322009-01-041-0/+27
* Add vsel and vperm instructions.aurel322009-01-041-0/+26
* Add vmsum{u,m}bm instructions.aurel322009-01-041-0/+28
* Add vupk{h,l}s{b,h} instructions.aurel322009-01-041-0/+21
* Add vupk{h,l}px instructions.aurel322009-01-041-0/+29
* Add vsplt{b,h,w} instructions.aurel322009-01-041-0/+23
* Add vsldoi instruction.aurel322009-01-041-0/+28
* Add vrl{b,h,w} instructions.aurel322009-01-041-0/+15
* Add lvs{l,r} instructions.aurel322009-01-041-0/+18
* Add v{add,sub}cuw instructions.aurel322009-01-041-0/+16
* Add vs{l,r}o instructions.aurel322009-01-041-0/+27
* Add vsl{b,h,w} instructions.aurel322009-01-041-0/+15
* Add vsr{,a}{b,h,w} instructions.aurel322009-01-041-0/+18
* Add vmul{e,o}{s,u}{b,h} instructions.aurel322009-01-041-0/+22
* Add vmrg{l,h}{b,h,w} instructions.aurel322009-01-041-0/+35
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Add v{min, max}{s, u}{b, h, w} instructions.aurel322009-01-031-0/+24
* Add vavg{s,u}{b,h,w} instructions.aurel322009-01-031-0/+19
* Add v{add,sub}u{b,h,w}m instructions.aurel322009-01-031-0/+17
* Add helper macros for later patches.aurel322009-01-031-0/+22
* target-ppc: improve correctness of the fsel instructionaurel322008-12-291-1/+1
* target-ppc: fix stsw/stswi instructionsaurel322008-12-291-2/+3
* target-ppc: use float_flag_divbyzero instead of checking the operandsaurel322008-12-181-21/+7
* 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: 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: 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-141-25/+31
* target-ppc: fix mtfsb0 and mtfsb1aurel322008-12-141-0/+18
OpenPOWER on IntegriCloud